Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Add device methods to TestService #55
Conversation
|
LGTM, |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju-gomaasapi |
jujubot
merged commit c4008a7
into
juju:master
Jul 28, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
babbageclunk commentedJul 27, 2016
•
Edited 1 time
-
babbageclunk
Jul 27, 2016
Add TestService.AddDevice and .Devices methods to allow testing device
interactions. Also expose the TestDevice type so that test code can use
it.
I need this for testing the Juju MAAS provider ReleaseContainerAddresses
functionality against the MAAS 1.9 API, as part of
https://bugs.launchpad.net/juju-core/+bug/1585878