X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fauto-test%2FFTC310.sh;h=c776a78d66e4afe14d3240cbf18b497f977a8e66;hb=f81090f8f5f1fd1a76bb9feab1f41f03252297c3;hp=c6f063a4df5571290b6ff9080ad3e3713ca9aecb;hpb=3db8626c0900dc391b8e810541de9761c78043d8;p=nonrtric.git diff --git a/test/auto-test/FTC310.sh b/test/auto-test/FTC310.sh index c6f063a4..c776a78d 100755 --- a/test/auto-test/FTC310.sh +++ b/test/auto-test/FTC310.sh @@ -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"