1
0
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:
Sven Dowideit
2017-03-06 15:02:24 +10:00
parent df32dfdc70
commit ff98f27407
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#cloud-config
rancher:
console: debian
console: alpine
services:
missing_image:
image: tianon/true

View File

@@ -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")
}