Updates of function test for f-release
[nonrtric.git] / test / common / pa_api_functions.sh
index 7c91705..9d4d1f1 100644 (file)
@@ -103,6 +103,12 @@ __PA_statisics_setup() {
        fi
 }
 
+# Check application requirements, e.g. helm, the the test needs. Exit 1 if req not satisfied
+# args: -
+__PA_test_requirements() {
+       :
+}
+
 
 #######################################################