Skip to content

Commit

Permalink
update regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
chengwang86 committed Mar 3, 2017
1 parent afd2f2f commit 9304605
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/resources/Docker-Util.robot
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9304605

Please sign in to comment.