X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fauto-test%2FFTC300.sh;h=fb7bc342c238575a7387f33ce38767f7c8bd5dfb;hb=b5cb68ea0e77d0a1421b4f17cc58b981628c29f7;hp=93206062ca0bac9bb47cd8b54a0b104ae94da41d;hpb=6116e98837066075013c5ee22b39a2df4ff604ea;p=nonrtric.git diff --git a/test/auto-test/FTC300.sh b/test/auto-test/FTC300.sh index 93206062..fb7bc342 100755 --- a/test/auto-test/FTC300.sh +++ b/test/auto-test/FTC300.sh @@ -19,8 +19,8 @@ TC_ONELINE_DESCR="Resync 10000 policies using OSC interface over REST" -#App names to exclude checking pulling images for, space separated list -EXCLUDED_IMAGES="SDNC_ONAP" +#App names to include in the test, space separated list +INCLUDED_IMAGES="CBS CONSUL CP CR MR PA RICSIM SDNC" . ../common/testcase_common.sh $@ . ../common/agent_api_functions.sh @@ -28,10 +28,7 @@ EXCLUDED_IMAGES="SDNC_ONAP" #### TEST BEGIN #### -#Local vars in test script -########################## -# Path to callback receiver -CR_PATH="http://$CR_APP_NAME:$CR_EXTERNAL_PORT/callbacks" +generate_uuid # Tested variants of REST/DMAAP/SDNC config TESTED_VARIANTS="REST DMAAP REST+SDNC DMAAP+SDNC DMAAP_BATCH DMAAP_BATCH+SDNC" @@ -46,18 +43,37 @@ for __httpx in $TESTED_PROTOCOLS ; do echo "#####################################################################" echo "#####################################################################" - - # Clean container and start all needed containers # - clean_containers - if [ $__httpx == "HTTPS" ]; then - echo "Using secure ports towards simulators" + CR_PATH="https://$CR_APP_NAME:$CR_EXTERNAL_SECURE_PORT/callbacks" + use_cr_https use_simulator_https + use_mr_https + if [[ $interface = *"SDNC"* ]]; then + use_sdnc_https + fi + if [[ $interface = *"DMAAP"* ]]; then + use_agent_dmaap_https + else + use_agent_rest_https + fi else - echo "Using non-secure ports towards simulators" + CR_PATH="http://$CR_APP_NAME:$CR_EXTERNAL_PORT/callbacks" + use_cr_http use_simulator_http + use_mr_http + if [[ $interface = *"SDNC"* ]]; then + use_sdnc_http + fi + if [[ $interface = *"DMAAP"* ]]; then + use_agent_dmaap_http + else + use_agent_rest_http + fi fi + # Clean container and start all needed containers # + clean_containers + start_ric_simulators ricsim_g1 4 OSC_2.1.0 start_ric_simulators ricsim_g2 4 STD_1.1.3 @@ -70,7 +86,7 @@ for __httpx in $TESTED_PROTOCOLS ; do if [[ $interface = *"SDNC"* ]]; then start_sdnc - prepare_consul_config SDNC ".consul_config.json" + prepare_consul_config SDNC ".consul_config.json" else prepare_consul_config NOSDNC ".consul_config.json" fi @@ -83,18 +99,6 @@ for __httpx in $TESTED_PROTOCOLS ; do set_agent_debug - if [[ $interface == *"DMAAP"* ]]; then - use_agent_dmaap - else - if [ $__httpx == "HTTPS" ]; then - echo "Using secure ports towards the agent" - use_agent_rest_https - else - echo "Using non-secure ports towards the agent" - use_agent_rest_http - fi - fi - api_get_status 200 sim_print ricsim_g1_1 interface