Skip to content

Commit b7ec103

Browse files
committed
Fix pre-upgrade container's updates being dropped
just test
1 parent 0ec0f3a commit b7ec103

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/test-cases/Group11-Upgrade/11-01-Upgrade.robot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ Run Docker Checks
7171
${rc} ${output}= Run And Return Rc And Output docker %{VCH-PARAMS} ps -a
7272
Should Be Equal As Integers ${rc} 0
7373

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

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

0 commit comments

Comments
 (0)