X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fcloud-infra-test.sh;h=bb6bf7d60f9512d8e132a7b2f0f7cc8849c4b607;hb=21b1a83629249db48eaf345595cc2cc3fddafc1f;hp=7d6936043bcfbac2f69f7ef6a4ab2617f229e9f1;hpb=9da0e3de649eda974702acbcc8ec1d67882aa6e0;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/cloud-infra-test.sh b/jjb/cloud-infra/cloud-infra-test.sh index 7d693604..bb6bf7d6 100644 --- a/jjb/cloud-infra/cloud-infra-test.sh +++ b/jjb/cloud-infra/cloud-infra-test.sh @@ -35,6 +35,12 @@ 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