1
0
mirror of https://github.com/rancher/os.git synced 2025-09-06 09:14:31 +00:00

Fix tests

This commit is contained in:
Darren Shepherd
2016-05-22 23:51:46 -07:00
parent d34ead2fbf
commit 0d5223db23
4 changed files with 6 additions and 4 deletions

View File

@@ -13,9 +13,7 @@ def qemu(request):
@pytest.mark.timeout(30)
def test_system_boot(qemu):
version = u.rancheros_version('./build.conf')
print('parsed version: ' + version)
u.flush_out(qemu.stdout, 'RancherOS {v} started'.format(v=version))
u.flush_out(qemu.stdout)
busybox = {'amd64': 'busybox', 'arm': 'armhf/busybox', 'arm64': 'aarch64/busybox'}