Revert "remove the check for /usr/bin/docker in the setup phase"
this is still helpful when executing these test scripts manually
outside Cockpit CI or in Jenkins (for gating).
Partially reverts commit 5f5a2d5337.
This commit is contained in:
parent
b725eb141a
commit
22b0eb28bc
@ -16,6 +16,10 @@ CLI="${CLI:-./src/bin/composer-cli}"
|
|||||||
|
|
||||||
|
|
||||||
rlJournalStart
|
rlJournalStart
|
||||||
|
rlPhaseStartSetup
|
||||||
|
rlAssertExists /usr/bin/docker
|
||||||
|
rlPhaseEnd
|
||||||
|
|
||||||
rlPhaseStartTest "compose start"
|
rlPhaseStartTest "compose start"
|
||||||
rlAssertEquals "SELinux operates in enforcing mode" "$(getenforce)" "Enforcing"
|
rlAssertEquals "SELinux operates in enforcing mode" "$(getenforce)" "Enforcing"
|
||||||
UUID=`$CLI compose start example-http-server tar`
|
UUID=`$CLI compose start example-http-server tar`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user