X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fauto-test%2FFTC310.sh;h=53437e8e02d45886ff0a27931f69aed96d80b075;hb=79e37003f5c94bfe12d197727dd31334e50397a6;hp=33e4966b8996f60a82182118f35c930f904b03d1;hpb=fec823bee9dfc96dcb625e1d538e3bec131f6ed0;p=nonrtric.git diff --git a/test/auto-test/FTC310.sh b/test/auto-test/FTC310.sh index 33e4966b..53437e8e 100755 --- a/test/auto-test/FTC310.sh +++ b/test/auto-test/FTC310.sh @@ -21,22 +21,14 @@ 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 NGW" +DOCKER_INCLUDED_IMAGES="CBS CONSUL CP CR MR PA RICSIM NGW KUBEPROXY" #Supported test environment profiles SUPPORTED_PROFILES="ONAP-GUILIN ONAP-HONOLULU ONAP-ISTANBUL ORAN-CHERRY ORAN-D-RELEASE ORAN-E-RELEASE" #Supported run modes SUPPORTED_RUNMODES="DOCKER" -. ../common/testcase_common.sh $@ -. ../common/agent_api_functions.sh -. ../common/ricsimulator_api_functions.sh -. ../common/cr_api_functions.sh -. ../common/mr_api_functions.sh -. ../common/control_panel_api_functions.sh -. ../common/controller_api_functions.sh -. ../common/consul_cbs_functions.sh -. ../common/gateway_api_functions.sh +. ../common/testcase_common.sh $@ setup_testenvironment @@ -54,13 +46,15 @@ for consul_conf in $TESTED_VARIANTS ; do # Clean container and start all needed containers # clean_environment + start_kube_proxy + start_policy_agent NOPROXY $SIM_GROUP/$POLICY_AGENT_COMPOSE_DIR/$POLICY_AGENT_CONFIG_FILE set_agent_trace # Create service to be able to receive events when rics becomes available # Must use rest towards the agent since dmaap is not configured yet - api_put_service 201 "ric-registration" 0 "$CR_SERVICE_PATH/ric-registration" + api_put_service 201 "ric-registration" 0 "$CR_SERVICE_APP_PATH_0/ric-registration" # Start one RIC of each type start_ric_simulators ricsim_g1 1 OSC_2.1.0 @@ -71,7 +65,7 @@ for consul_conf in $TESTED_VARIANTS ; do start_mr - start_cr + start_cr 1 start_control_panel $SIM_GROUP/$CONTROL_PANEL_COMPOSE_DIR/$CONTROL_PANEL_CONFIG_FILE @@ -91,9 +85,9 @@ for consul_conf in $TESTED_VARIANTS ; do if [ "$PMS_VERSION" == "V2" ]; then api_equal json:rics 3 300 - cr_equal received_callbacks 3 120 + cr_equal 0 received_callbacks 3 120 - cr_api_check_all_sync_events 200 ric-registration ricsim_g1_1 ricsim_g2_1 ricsim_g3_1 + cr_api_check_all_sync_events 200 0 ric-registration ricsim_g1_1 ricsim_g2_1 ricsim_g3_1 else api_equal json:rics 2 300 fi @@ -112,9 +106,9 @@ for consul_conf in $TESTED_VARIANTS ; do if [ "$PMS_VERSION" == "V2" ]; then api_equal json:rics 4 120 - cr_equal received_callbacks 4 120 + cr_equal 0 received_callbacks 4 120 - cr_api_check_all_sync_events 200 ric-registration ricsim_g2_2 + cr_api_check_all_sync_events 200 0 ric-registration ricsim_g2_2 else api_equal json:rics 3 120 fi @@ -136,7 +130,7 @@ for consul_conf in $TESTED_VARIANTS ; do if [ "$PMS_VERSION" == "V2" ]; then api_equal json:rics 3 120 - cr_equal received_callbacks 4 120 + cr_equal 0 received_callbacks 4 120 else api_equal json:rics 2 120 fi