Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Foord committed Apr 27, 2016
1 parent 531fe7c commit 1db7b18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions machine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ func (s *machineSuite) TestCreateDevice(c *gc.C) {
})
c.Assert(err, jc.ErrorIsNil)
c.Assert(device.InterfaceSet()[0].Name(), gc.Equals, "eth4")
c.Assert(device.InterfaceSet()[0].VLAN().ID(), gc.Equals, subnet.VLAN().ID())
}

func (s *machineSuite) TestCreateDeviceTriesToDeleteDeviceOnError(c *gc.C) {
Expand Down

0 comments on commit 1db7b18

Please sign in to comment.