engine: Create openstack release jobs
[infra/cicd.git] / jjb / cloud-infra / cloud-infra-scenario-test.sh
index e1b92d17d28af16ad038cdf6bcc420d8a8e9da99..bf35d0861961047e78ad99734c4c228f94c65dd5 100644 (file)
@@ -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: