From 906f192d13c687262980ddf1c4db5dac1a003161 Mon Sep 17 00:00:00 2001 From: Ivan Mikushin Date: Mon, 16 Nov 2015 17:33:23 +0500 Subject: [PATCH] test_04: update rancher/os image version to latest release --- tests/integration/rancherostest/test_04_ros_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/rancherostest/test_04_ros_install.py b/tests/integration/rancherostest/test_04_ros_install.py index 21272260..3b204767 100644 --- a/tests/integration/rancherostest/test_04_ros_install.py +++ b/tests/integration/rancherostest/test_04_ros_install.py @@ -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'],