mirror of
https://github.com/rancher/os.git
synced 2025-09-13 21:51:33 +00:00
Always assert RunQemu is successful
This commit is contained in:
@@ -3,8 +3,7 @@ package integration
|
||||
import . "gopkg.in/check.v1"
|
||||
|
||||
func (s *QemuSuite) TestNetworkOnBoot(c *C) {
|
||||
err := s.RunQemu("--cloud-config", "./tests/assets/test_18/cloud-config.yml", "-net", "nic,vlan=1,model=virtio")
|
||||
c.Assert(err, IsNil)
|
||||
s.RunQemu(c, "--cloud-config", "./tests/assets/test_18/cloud-config.yml", "-net", "nic,vlan=1,model=virtio")
|
||||
|
||||
s.CheckCall(c, "apt-get --version")
|
||||
s.CheckCall(c, "sudo system-docker images | grep tianon/true")
|
||||
|
Reference in New Issue
Block a user