Skip to content

Commit

Permalink
Fix pre-upgrade container's updates being dropped
Browse files Browse the repository at this point in the history
just test
  • Loading branch information
YanzhaoLi committed Dec 5, 2018
1 parent 0ec0f3a commit b7ec103
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test-cases/Group11-Upgrade/11-01-Upgrade.robot
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ Run Docker Checks
${rc} ${output}= Run And Return Rc And Output docker %{VCH-PARAMS} ps -a
Should Be Equal As Integers ${rc} 0

${status}= Get State Of Github Issue 7534
Run Keyword If '${status}' == 'closed' Fail Exit code check below needs to be updated now that Issue #7534 has been resolved
#Should Not Contain ${output} Exited (0)
# ${status}= Get State Of Github Issue 7534
# Run Keyword If '${status}' == 'closed' Fail Exit code check below needs to be updated now that Issue #7534 has been resolved
Should Not Contain ${output} Exited (0)

# Check that rename works on a container from a VCH that supports rename
${rc} ${output}= Run And Return Rc And Output docker %{VCH-PARAMS} pull ${busybox}
Expand Down

0 comments on commit b7ec103

Please sign in to comment.