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:
Alexander Todorov 2019-05-24 13:54:59 +03:00 committed by Alexander Todorov
parent b725eb141a
commit 22b0eb28bc
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ CLI="${CLI:-./src/bin/composer-cli}"
rlJournalStart
rlPhaseStartSetup
rlAssertExists /usr/bin/docker
rlPhaseEnd
rlPhaseStartTest "compose start"
rlAssertEquals "SELinux operates in enforcing mode" "$(getenforce)" "Enforcing"
UUID=`$CLI compose start example-http-server tar`