Updates of function test for f-release
[nonrtric.git] / test / common / cp_api_functions.sh
index 992fd68..803184a 100644 (file)
@@ -104,6 +104,12 @@ __CP_statisics_setup() {
        fi
 }
 
+# Check application requirements, e.g. helm, the the test needs. Exit 1 if req not satisfied
+# args: -
+__CP_test_requirements() {
+       :
+}
+
 #######################################################