Merge "Add docker build to mediator pom"
[nonrtric.git] / test / common / ics_api_functions.sh
index ea4036d..df2de4f 100644 (file)
@@ -180,7 +180,7 @@ __ics_export_vars() {
                export ICS_CONFIG_FILE
                export DOCKER_SIM_NWNAME
                export ICS_DISPLAY_NAME
-
+               export ICS_LOGPATH
 
                export ICS_DATA_PV_NAME=$ICS_APP_NAME"-pv"
                export ICS_DATA_PVC_NAME=$ICS_APP_NAME"-pvc"
@@ -231,7 +231,6 @@ start_ics() {
                        exit
                fi
 
-
                if [ $retcode_p -eq 0 ]; then
                        echo -e " Using existing $ICS_APP_NAME deployment and service"
                        echo " Setting ICS replicas=1"