X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Fconsul_api_functions.sh;h=5adb1144de8dd14ba115d78e532641d5c7c48c4e;hb=4dd321bda70fab4987c1ea7aa0dffc5e1eb74252;hp=af85ff34b56ac2851368caa665010a93ea4ecb2a;hpb=98ce5dc75fc222dadaf26a8a148788b0367bf6ca;p=nonrtric.git diff --git a/test/common/consul_api_functions.sh b/test/common/consul_api_functions.sh index af85ff34..5adb1144 100644 --- a/test/common/consul_api_functions.sh +++ b/test/common/consul_api_functions.sh @@ -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() { + : +} #######################################################