mirror of
https://github.com/rancher/os.git
synced 2025-09-23 11:30:49 +00:00
use a smaller console to test
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#cloud-config
|
||||
rancher:
|
||||
console: debian
|
||||
console: alpine
|
||||
services:
|
||||
missing_image:
|
||||
image: tianon/true
|
||||
|
@@ -5,6 +5,6 @@ import . "gopkg.in/check.v1"
|
||||
func (s *QemuSuite) TestNetworkOnBoot(c *C) {
|
||||
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, "apk --version")
|
||||
s.CheckCall(c, "sudo system-docker images | grep tianon/true")
|
||||
}
|
||||
|
Reference in New Issue
Block a user