X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fcloud-infra-test.sh;h=7d6936043bcfbac2f69f7ef6a4ab2617f229e9f1;hb=a096f1d4a66957c0d6ce5fa88e638a4500651ca0;hp=d74f47a0edd457516d5b8a815ee71b86ee9a5550;hpb=c057cb46031607f1be118a118e25fb402275c750;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/cloud-infra-test.sh b/jjb/cloud-infra/cloud-infra-test.sh index d74f47a0..7d693604 100644 --- a/jjb/cloud-infra/cloud-infra-test.sh +++ b/jjb/cloud-infra/cloud-infra-test.sh @@ -28,6 +28,13 @@ 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. +# we don't support ONAP scenario verification because it is expensive +# TODO: we need to find a way to verify those patches in a cheaper way +if [[ "$DEPLOY_SCENARIO" =~ "onap" ]]; then + echo "Info: ONAP scenario verification 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