X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fcloud-infra-test.sh;h=a473fcd1efcc4875a8fa91ea3960cdeec05f3427;hb=b2205c4e7fafbadc724db1da0c2c7c1e58370e9c;hp=7d6936043bcfbac2f69f7ef6a4ab2617f229e9f1;hpb=a096f1d4a66957c0d6ce5fa88e638a4500651ca0;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/cloud-infra-test.sh b/jjb/cloud-infra/cloud-infra-test.sh index 7d693604..a473fcd1 100644 --- a/jjb/cloud-infra/cloud-infra-test.sh +++ b/jjb/cloud-infra/cloud-infra-test.sh @@ -35,8 +35,14 @@ if [[ "$DEPLOY_SCENARIO" =~ "onap" ]]; then exit 0 fi +# we don't support testing of the deployments done on OpenStack cloud using heat yet +if [[ $DEPLOY_TYPE == "cloud" ]]; then + echo "Info: Testing of cloud deployments has not been implemented yet!" + exit 0 +fi + # execute cloud engine test.sh script with arguments cd $WORKSPACE -./test/test.sh -c -f $TEST_FW -t $TEST_SUITE -s $DEPLOY_SCENARIO -d $YARDSTICK_DISPATCHER +./test/test.sh -f $TEST_FW -t $TEST_SUITE -s $DEPLOY_SCENARIO -d $YARDSTICK_DISPATCHER # vim: set ts=2 sw=2 expandtab: