Merge "Add kafka jobs to DMaaP Mediator Producer"
[nonrtric.git] / test / common / ics_api_functions.sh
index ea4036d..0e87517 100644 (file)
@@ -103,6 +103,12 @@ __ICS_statisics_setup() {
        fi
 }
 
+# Check application requirements, e.g. helm, the the test needs. Exit 1 if req not satisfied
+# args: -
+__ICS_test_requirements() {
+       :
+}
+
 #######################################################
 
 
@@ -180,7 +186,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 +237,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"