X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Fhttpproxy_api_functions.sh;h=c417d427aa5e8423958931d8ff4fd50c75f24bdb;hb=4dd321bda70fab4987c1ea7aa0dffc5e1eb74252;hp=af11f146da74c98e57973ddc2ab308faf260ba74;hpb=27b11820d489c7fc2fc1511dcb6c4552a1939c80;p=nonrtric.git diff --git a/test/common/httpproxy_api_functions.sh b/test/common/httpproxy_api_functions.sh index af11f146..c417d427 100644 --- a/test/common/httpproxy_api_functions.sh +++ b/test/common/httpproxy_api_functions.sh @@ -118,6 +118,12 @@ __HTTPPROXY_statisics_setup() { fi } +# Check application requirements, e.g. helm, the the test needs. Exit 1 if req not satisfied +# args: - +__HTTPPROXY_test_requirements() { + : +} + ####################################################### # Set http as the protocol to use for all communication to the http proxy