From 22b0eb28bc5eb49c63741292a90d3a497386158f Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Fri, 24 May 2019 13:54:59 +0300 Subject: [PATCH] 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 5f5a2d53375d48f037965b7e6c3b56a59adffc00. --- tests/cli/test_compose_tar.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/cli/test_compose_tar.sh b/tests/cli/test_compose_tar.sh index f23ec685..ad035a7d 100755 --- a/tests/cli/test_compose_tar.sh +++ b/tests/cli/test_compose_tar.sh @@ -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`