1
0
mirror of https://github.com/rancher/os.git synced 2025-09-19 17:38:30 +00:00

test_04: update rancher/os image version to latest release

This commit is contained in:
Ivan Mikushin
2015-11-16 17:33:23 +05:00
parent 8ef4576f77
commit 906f192d13

View File

@@ -19,7 +19,7 @@ def test_ros_install_on_formatted_disk(qemu):
stderr=subprocess.STDOUT, universal_newlines=True)
subprocess.check_call(ssh_command + ['sudo', 'ros', 'install', '-f', '--no-reboot', '-d', '/dev/vda',
'-i', 'rancher/os:v0.4.0-dev-test.135'],
'-i', 'rancher/os:v0.4.1'],
stderr=subprocess.STDOUT, universal_newlines=True)
subprocess.call(ssh_command + ['sudo', 'reboot'],