From d434e9a3ee8b383d22639261b6890c252cd1c71a Mon Sep 17 00:00:00 2001 From: chengwang86 Date: Thu, 2 Mar 2017 20:20:22 -0800 Subject: [PATCH] update regression test --- tests/resources/Docker-Util.robot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/resources/Docker-Util.robot b/tests/resources/Docker-Util.robot index 7b8123924d..5c07b2badc 100644 --- a/tests/resources/Docker-Util.robot +++ b/tests/resources/Docker-Util.robot @@ -74,7 +74,8 @@ Run Regression Tests Should Be Equal As Integers ${rc} 0 Should Contain ${output} Exited - Wait Until Keyword Succeeds 5x 10s Check For The Proper Log Files ${container} + ${containerShortID}= Get container shortID ${container} + Wait Until Keyword Succeeds 5x 10s Check For The Proper Log Files ${containerShortID} ${rc} ${output}= Run And Return Rc And Output docker %{VCH-PARAMS} rm ${container} Should Be Equal As Integers ${rc} 0