engine: Create openstack release jobs
[infra/cicd.git] / jjb / cloud-infra / cloud-infra-scenario-test.sh
index 7bef37332cde4ae02fcd7214335a3d4e36d1f2bc..bf35d0861961047e78ad99734c4c228f94c65dd5 100644 (file)
@@ -29,6 +29,6 @@ set -o pipefail
 # execute cloud engine test.sh script with arguments
 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: