X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fauto-test%2FFTC310.sh;h=0f24ce4fd5bd33e4d5312b333e6d92bdf549b9ed;hb=refs%2Fchanges%2F33%2F9733%2F1;hp=c6f063a4df5571290b6ff9080ad3e3713ca9aecb;hpb=2918bef3d237c99e6cf7e9c1ab1722781128617b;p=nonrtric.git diff --git a/test/auto-test/FTC310.sh b/test/auto-test/FTC310.sh index c6f063a4..0f24ce4f 100755 --- a/test/auto-test/FTC310.sh +++ b/test/auto-test/FTC310.sh @@ -29,7 +29,7 @@ DOCKER_INCLUDED_IMAGES="CBS CONSUL CP CR MR A1PMS RICSIM KUBEPROXY" CONDITIONALLY_IGNORED_IMAGES="CBS CONSUL" #Supported test environment profiles -SUPPORTED_PROFILES="ONAP-GUILIN ONAP-HONOLULU ONAP-ISTANBUL ONAP-JAKARTA ORAN-CHERRY ORAN-D-RELEASE ORAN-E-RELEASE ORAN-F-RELEASE" +SUPPORTED_PROFILES="ONAP-GUILIN ONAP-HONOLULU ONAP-ISTANBUL ONAP-JAKARTA ONAP-KOHN ONAP-LONDON ORAN-CHERRY ORAN-D-RELEASE ORAN-E-RELEASE ORAN-F-RELEASE ORAN-G-RELEASE" #Supported run modes SUPPORTED_RUNMODES="DOCKER" @@ -81,7 +81,15 @@ for consul_conf in $TESTED_VARIANTS ; do start_consul_cbs fi - prepare_consul_config NOSDNC ".consul_config.json" + __CONFIG_HEADER="NOHEADER" + if [ $RUNMODE == "KUBE" ]; then + __CONFIG_HEADER="HEADER" + else + if [[ "$A1PMS_FEATURE_LEVEL" == *"NOCONSUL"* ]]; then + __CONFIG_HEADER="HEADER" + fi + fi + prepare_consul_config NOSDNC ".consul_config.json" $__CONFIG_HEADER if [ "$A1PMS_VERSION" == "V2" ] && [ $consul_conf == "NOCONSUL" ]; then a1pms_api_put_configuration 200 ".consul_config.json" @@ -103,7 +111,7 @@ for consul_conf in $TESTED_VARIANTS ; do # Add an STD RIC and check start_ric_simulators ricsim_g2 2 STD_1.1.3 - prepare_consul_config NOSDNC ".consul_config.json" + prepare_consul_config NOSDNC ".consul_config.json" $__CONFIG_HEADER if [ "$A1PMS_VERSION" == "V2" ] && [ $consul_conf == "NOCONSUL" ]; then a1pms_api_put_configuration 200 ".consul_config.json" a1pms_api_get_configuration 200 ".consul_config.json" @@ -127,7 +135,7 @@ for consul_conf in $TESTED_VARIANTS ; do # Remove one RIC RIC and check start_ric_simulators ricsim_g2 1 STD_1.1.3 - prepare_consul_config NOSDNC ".consul_config.json" + prepare_consul_config NOSDNC ".consul_config.json" $__CONFIG_HEADER if [ "$A1PMS_VERSION" == "V2" ] && [ $consul_conf == "NOCONSUL" ]; then a1pms_api_put_configuration 200 ".consul_config.json" a1pms_api_get_configuration 200 ".consul_config.json"