New test profile
[nonrtric.git] / test / auto-test / FTC810.sh
index 89c347a..4fcd42f 100755 (executable)
@@ -98,7 +98,16 @@ fi
 
 start_a1pms NORPOXY $SIM_GROUP/$A1PMS_COMPOSE_DIR/$A1PMS_CONFIG_FILE
 
-prepare_consul_config      SDNC  ".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      SDNC  ".consul_config.json" $__CONFIG_HEADER
 
 if [ $RUNMODE == "KUBE" ]; then
     a1pms_load_config                       ".consul_config.json"