From d62662003963fae121ffcf24be71dddc390ac492 Mon Sep 17 00:00:00 2001 From: YanzhaoLi Date: Wed, 5 Dec 2018 01:25:35 -0800 Subject: [PATCH] fixup! Fix pre-upgrade container's updates being dropped --- tests/test-cases/Group11-Upgrade/11-01-Upgrade.robot | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/test-cases/Group11-Upgrade/11-01-Upgrade.robot b/tests/test-cases/Group11-Upgrade/11-01-Upgrade.robot index 5078a77a6c..038f190cb7 100644 --- a/tests/test-cases/Group11-Upgrade/11-01-Upgrade.robot +++ b/tests/test-cases/Group11-Upgrade/11-01-Upgrade.robot @@ -59,12 +59,12 @@ Run Docker Checks Should Be Equal As Integers ${rc} 0 - ${status}= Get State Of Github Issue 5653 - Run Keyword If '${status}' == 'closed' Should Contain ${output} Exited (143) - Run Keyword If '${status}' == 'closed' Fail Exit code check below needs to be updated now that Issue #5653 has been resolved + #${status}= Get State Of Github Issue 5653 + #Run Keyword If '${status}' == 'closed' Should Contain ${output} Exited (143) + #Run Keyword If '${status}' == 'closed' Fail Exit code check below needs to be updated now that Issue #5653 has been resolved # Disabling the precise check for error code until https://github.com/vmware/vic/issues/5653 is fixed - we can get rid of the # conditional around the exit code check once the issue is closed - #Should Contain ${output} Exited (143) + Should Contain ${output} Exited (143) ${rc} ${output}= Run And Return Rc And Output docker %{VCH-PARAMS} start vch-restart-test1 Should Be Equal As Integers ${rc} 0