Enhanced ECS function tests
Documentation updates
Also includes re-factoring of some scripts and functions
Issue-ID: NONRTRIC-311
Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech>
Change-Id: I891ab5b093699530c771b3d6177bfc24daae3b1d
diff --git a/test/auto-test/PM_DEMO.sh b/test/auto-test/PM_DEMO.sh
index 3e0858f..ce54a5f 100755
--- a/test/auto-test/PM_DEMO.sh
+++ b/test/auto-test/PM_DEMO.sh
@@ -23,7 +23,7 @@
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 @@
#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_control_panel
-start_control_panel
-
start_sdnc
start_consul_cbs