Updates of function test for f-release
[nonrtric.git] / test / common / consul_api_functions.sh
index af85ff3..5adb114 100644 (file)
@@ -180,6 +180,18 @@ __CONSUL_statisics_setup() {
 __CBS_statisics_setup() {
        echo ""
 }
+
+# Check application requirements, e.g. helm, the the test needs. Exit 1 if req not satisfied
+# args: -
+__CONSUL_test_requirements() {
+       :
+}
+
+# Check application requirements, e.g. helm, the the test needs. Exit 1 if req not satisfied
+# args: -
+__CBS_test_requirements() {
+       :
+}
 #######################################################