X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Fhttpproxy_api_functions.sh;h=c417d427aa5e8423958931d8ff4fd50c75f24bdb;hb=1b732d17463fad74721391b3a87a2a12172da63c;hp=af11f146da74c98e57973ddc2ab308faf260ba74;hpb=aa73209488503ee51db068c6143c7d4ec298a036;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