X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fauto-test%2FFTC310.sh;h=90bc05d82a8bb9985eabb3d498c3523e78a1754f;hb=520b912bce8eebb3e272c9ccfa3378b01dfd200b;hp=941f26b014e5bb139916433a09ba4b44a896fecb;hpb=b0cd302e1d3adaec4335226d34a36edc9410fd65;p=nonrtric.git diff --git a/test/auto-test/FTC310.sh b/test/auto-test/FTC310.sh index 941f26b0..90bc05d8 100755 --- a/test/auto-test/FTC310.sh +++ b/test/auto-test/FTC310.sh @@ -21,7 +21,7 @@ TC_ONELINE_DESCR="Resync of RIC via changes in the consul config or pushed config" #App names to include in the test when running docker, space separated list -DOCKER_INCLUDED_IMAGES="CBS CONSUL CP CR MR PA RICSIM" +DOCKER_INCLUDED_IMAGES="CBS CONSUL CP CR MR PA RICSIM NGW" #Supported test environment profiles SUPPORTED_PROFILES="ONAP-GUILIN ONAP-HONOLULU ORAN-CHERRY ORAN-DAWN" @@ -37,6 +37,8 @@ SUPPORTED_RUNMODES="DOCKER" . ../common/controller_api_functions.sh . ../common/consul_cbs_functions.sh +setup_testenvironment + #### TEST BEGIN #### if [ "$PMS_VERSION" == "V2" ]; then @@ -46,12 +48,12 @@ else fi for consul_conf in $TESTED_VARIANTS ; do - generate_uuid + generate_policy_uuid # Clean container and start all needed containers # clean_environment - start_policy_agent NOPROXY $SIM_GROUP/$POLICY_AGENT_COMPOSE_DIR/application.yaml + start_policy_agent NOPROXY $SIM_GROUP/$POLICY_AGENT_COMPOSE_DIR/$POLICY_AGENT_CONFIG_FILE set_agent_trace @@ -117,7 +119,7 @@ for consul_conf in $TESTED_VARIANTS ; do fi check_policy_agent_logs - check_control_panel_logs + # Remove one RIC RIC and check start_ric_simulators ricsim_g2 1 STD_1.1.3 @@ -143,7 +145,7 @@ for consul_conf in $TESTED_VARIANTS ; do fi check_policy_agent_logs - check_control_panel_logs + check_sdnc_logs store_logs END_$consul_conf done