Updates of function test for f-release
[nonrtric.git] / test / common / ics_api_functions.sh
index df2de4f..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() {
+       :
+}
+
 #######################################################