Adapt jobs to integrate yardstick
[infra/cicd.git] / jjb / cloud-infra / cloud-infra-test.sh
index 952a7fd15571d827136c45de825b08dff3af973e..2b85f0ddbd81f93dd55de6d73d0a3d88657fe678 100644 (file)
@@ -28,8 +28,8 @@ set -o pipefail
 # Logic in this script should be kept at minimum and the changes should be pushed into
 # the cloud infra test test.sh script.
 
-# execute cloud engine test.sh script
+# execute cloud engine test.sh script with arguments
 cd $WORKSPACE
-./test/test.sh
+./test/test.sh -c -f $TEST_FW -t $TEST_SUITE -s $DEPLOY_SCENARIO
 
 # vim: set ts=2 sw=2 expandtab: