X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fauto-test%2FFTC310.sh;h=bf5785ef035023d80135dcd3cc2f09fcefc9b22d;hb=1d1c7b4153dd9c0be14c7188c63496ff71c3e1c2;hp=856d6f560dccbffe9531b4ce80b32fc093b8c3e0;hpb=045a1503113be9e0ff6e0747c94d23e06ddb263f;p=nonrtric.git diff --git a/test/auto-test/FTC310.sh b/test/auto-test/FTC310.sh index 856d6f56..bf5785ef 100755 --- a/test/auto-test/FTC310.sh +++ b/test/auto-test/FTC310.sh @@ -38,6 +38,9 @@ clean_containers # Start one RIC of each type start_ric_simulators ricsim_g1 1 OSC_2.1.0 start_ric_simulators ricsim_g2 1 STD_1.1.3 +if [ "$PMS_VERSION" == "V2" ]; then + start_ric_simulators ricsim_g3 1 STD_2.0.0 +fi start_mr @@ -53,29 +56,41 @@ start_control_panel start_policy_agent -api_equal json:rics 2 120 +if [ "$PMS_VERSION" == "V2" ]; then + api_equal json:rics 3 120 +else + api_equal json:rics 2 120 +fi -# Add an OSC RIC and check +# Add an STD RIC and check start_ric_simulators ricsim_g2 2 STD_1.1.3 prepare_consul_config NOSDNC ".consul_config.json" consul_config_app ".consul_config.json" -api_equal json:rics 3 120 +if [ "$PMS_VERSION" == "V2" ]; then + api_equal json:rics 4 120 +else + api_equal json:rics 3 120 +fi check_policy_agent_logs check_control_panel_logs -# Remove one OSC RIC and check +# Remove one RIC RIC and check start_ric_simulators ricsim_g2 1 STD_1.1.3 prepare_consul_config NOSDNC ".consul_config.json" consul_config_app ".consul_config.json" -api_equal json:rics 2 120 +if [ "$PMS_VERSION" == "V2" ]; then + api_equal json:rics 3 120 +else + api_equal json:rics 2 120 +fi check_policy_agent_logs check_control_panel_logs