File tree Expand file tree Collapse file tree
tests/test-cases/Group11-Upgrade Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments