X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fauto-test%2FPM_DEMO.sh;h=ce54a5ff4070ec6295dfc5429889addac1eb3bc8;hb=5343c3097bd7ae1c1c8d5f0409803c0c60034805;hp=8473a7537fdbd1ee8609ba3005d57fdc68746b88;hpb=f5f7331122df85bc31039a7fd1e862d9cb0b3e4d;p=nonrtric.git diff --git a/test/auto-test/PM_DEMO.sh b/test/auto-test/PM_DEMO.sh index 8473a753..ce54a5ff 100755 --- a/test/auto-test/PM_DEMO.sh +++ b/test/auto-test/PM_DEMO.sh @@ -23,7 +23,7 @@ TC_ONELINE_DESCR="Preparation demo setup - populating a number of ric simulator INCLUDED_IMAGES="CBS CONSUL CP CR MR PA RICSIM SDNC" #SUPPORTED TEST ENV FILE -SUPPORTED_PROFILES="ONAP-MASTER ONAP-GUILIN" +SUPPORTED_PROFILES="ONAP-MASTER ONAP-GUILIN ORAN-MASTER" . ../common/testcase_common.sh $@ . ../common/agent_api_functions.sh @@ -34,16 +34,17 @@ SUPPORTED_PROFILES="ONAP-MASTER ONAP-GUILIN" #Local vars in test script ########################## +use_cr_https +use_agent_rest_https +use_sdnc_https +use_simulator_https + if [ "$PMS_VERSION" == "V2" ]; then notificationurl=$CR_PATH"/test" else notificationurl="" fi -use_agent_rest_https -use_sdnc_https -use_simulator_https - clean_containers OSC_NUM_RICS=6 @@ -61,8 +62,6 @@ start_mr #Just to prevent errors in the agent log... start_control_panel -start_control_panel - start_sdnc start_consul_cbs @@ -166,7 +165,7 @@ if [ "$PMS_VERSION" == "V2" ]; then done fi -#Check the number of schemas and the individual schemas in OSC +#Check the number of types if [ "$PMS_VERSION" == "V2" ]; then api_equal json:policy-types 5 120 else