From ee1c09a9ceb1804f4d0f126dbecd1cd76240f7ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Thu, 30 Mar 2017 07:11:05 -0700 Subject: [PATCH] Use -d for exec tests (#4467) --- tests/test-cases/Group11-Upgrade/11-02-Upgrade-Exec.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test-cases/Group11-Upgrade/11-02-Upgrade-Exec.robot b/tests/test-cases/Group11-Upgrade/11-02-Upgrade-Exec.robot index d0ce18f6d3..bfa98c99c5 100644 --- a/tests/test-cases/Group11-Upgrade/11-02-Upgrade-Exec.robot +++ b/tests/test-cases/Group11-Upgrade/11-02-Upgrade-Exec.robot @@ -26,10 +26,10 @@ Exec Not Allowed On Older Containers Upgrade Check Upgraded Version - ${rc} ${output}= Run And Return Rc And Output docker %{VCH-PARAMS} exec exec-test ls + ${rc} ${output}= Run And Return Rc And Output docker %{VCH-PARAMS} exec -d exec-test ls Should Not Be Equal As Integers ${rc} 0 Should Contain ${output} running tasks not supported for this container Launch Container exec-test2 - ${rc} ${output}= Run And Return Rc And Output docker %{VCH-PARAMS} exec exec-test2 ls + ${rc} ${output}= Run And Return Rc And Output docker %{VCH-PARAMS} exec -d exec-test2 ls Should Be Equal As Integers ${rc} 0