X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fcloud-infra%2Fcloud-infra-test.sh;h=2b85f0ddbd81f93dd55de6d73d0a3d88657fe678;hb=refs%2Fchanges%2F67%2F867%2F5;hp=952a7fd15571d827136c45de825b08dff3af973e;hpb=514c5be00b27f2fe2d7657844adb9207d3166968;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/cloud-infra-test.sh b/jjb/cloud-infra/cloud-infra-test.sh index 952a7fd1..2b85f0dd 100644 --- a/jjb/cloud-infra/cloud-infra-test.sh +++ b/jjb/cloud-infra/cloud-infra-test.sh @@ -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: