Skip to content

Commit

Permalink
Use -d for exec tests (#4467)
Browse files Browse the repository at this point in the history
  • Loading branch information
caglar10ur authored and mdubya66 committed Mar 30, 2017
1 parent 796775e commit ee1c09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test-cases/Group11-Upgrade/11-02-Upgrade-Exec.robot
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ee1c09a

Please sign in to comment.