mirror of
https://github.com/rancher/os.git
synced 2025-09-20 01:54:53 +00:00
test_04: update rancher/os image version to latest release
This commit is contained in:
@@ -19,7 +19,7 @@ def test_ros_install_on_formatted_disk(qemu):
|
|||||||
stderr=subprocess.STDOUT, universal_newlines=True)
|
stderr=subprocess.STDOUT, universal_newlines=True)
|
||||||
|
|
||||||
subprocess.check_call(ssh_command + ['sudo', 'ros', 'install', '-f', '--no-reboot', '-d', '/dev/vda',
|
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)
|
stderr=subprocess.STDOUT, universal_newlines=True)
|
||||||
|
|
||||||
subprocess.call(ssh_command + ['sudo', 'reboot'],
|
subprocess.call(ssh_command + ['sudo', 'reboot'],
|
||||||
|
Reference in New Issue
Block a user