X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fauto-test%2FFTC900.sh;h=e50fcc0cf891acc6bb5d04bc51ec4b7980c0af82;hb=49f0e5ab01b51aee8713a17aed86cd6d229b40cc;hp=6dbe544333a62109081a37ab4f8357b8e8335860;hpb=4207b8389320d90274b12be78732304034bbc116;p=nonrtric.git diff --git a/test/auto-test/FTC900.sh b/test/auto-test/FTC900.sh index 6dbe5443..e50fcc0c 100755 --- a/test/auto-test/FTC900.sh +++ b/test/auto-test/FTC900.sh @@ -22,18 +22,15 @@ TC_ONELINE_DESCR="Preparation for test of the Control Panel and the Health Check #App names to include in the test, space separated list INCLUDED_IMAGES="CBS CONSUL CP CR MR PA RICSIM" +#SUPPORTED TEST ENV FILE +SUPPORTED_PROFILES="ONAP-MASTER ONAP-GUILIN" + . ../common/testcase_common.sh $@ . ../common/agent_api_functions.sh . ../common/ricsimulator_api_functions.sh #### TEST BEGIN #### -#Local vars in test script -########################## -# Path to callback receiver -CR_PATH="http://$CR_APP_NAME:$CR_EXTERNAL_PORT/callbacks" -use_cr_http - clean_containers OSC_NUM_RICS=6 @@ -124,7 +121,7 @@ use_agent_rest_http api_put_service 201 "Emergency-response-app" 0 "$CR_PATH/1" if [ "$PMS_VERSION" == "V2" ]; then - notificationurl="http://localhost:80" + notificationurl=$CR_PATH"/test" else notificationurl="" fi