X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fcloud-infra-scenario-test.sh;h=bf35d0861961047e78ad99734c4c228f94c65dd5;hb=411bad54ec6a0d4e4ea546264678e86566421b0f;hp=e1b92d17d28af16ad038cdf6bcc420d8a8e9da99;hpb=7a4397699aa2a1bc64e21b12a84c918ed30e8afe;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/cloud-infra-scenario-test.sh b/jjb/cloud-infra/cloud-infra-scenario-test.sh index e1b92d17..bf35d086 100644 --- a/jjb/cloud-infra/cloud-infra-scenario-test.sh +++ b/jjb/cloud-infra/cloud-infra-scenario-test.sh @@ -27,8 +27,8 @@ set -o nounset set -o pipefail # execute cloud engine test.sh script with arguments -echo "Testing scenario $DEPLOY_SCENARIO deployed using $INSTALLER_TYPE" +echo "Info: Testing scenario $DEPLOY_SCENARIO deployed using $INSTALLER_TYPE" cd $WORKSPACE -./test/test.sh -c -f $TEST_FW -t $TEST_SUITE -s $DEPLOY_SCENARIO +./test/test.sh -f $TEST_FW -t $TEST_SUITE -s $DEPLOY_SCENARIO # vim: set ts=2 sw=2 expandtab: