Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Ops User Create
Log Output, govc role.usage: ${out}

Run privilege-dependent docker operations
[Timeout] 15 minutes
# Run containers with volumes and container networks to test scenarios requiring containerVMs
# to have the highest privileges.
${rc} ${output}= Run And Return Rc And Output docker %{VCH-PARAMS} pull ${busybox}
Expand Down
1 change: 1 addition & 0 deletions tests/resources/Docker-Util.robot
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ Verify Container Rename
Should Contain ${output} ${vmName}

Run Regression Tests
[Timeout] 15 minutes
${rc} ${output}= Run And Return Rc And Output docker %{VCH-PARAMS} pull ${busybox}
Log ${output}
Should Be Equal As Integers ${rc} 0
Expand Down