Use new machine types in tests
This commit is contained in:
parent
6477e6a583
commit
49cd761bf6
4 changed files with 87 additions and 75 deletions
|
@ -35,7 +35,4 @@ func (s *Suite) TestRegisterMachine(c *check.C) {
|
|||
)
|
||||
c.Assert(err, check.IsNil)
|
||||
c.Assert(machineAfterRegistering.Registered, check.Equals, true)
|
||||
|
||||
_, err = machineAfterRegistering.GetHostInfo()
|
||||
c.Assert(err, check.IsNil)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue