X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Fkubeproxy_api_functions.sh;h=38aeb212cbb8ffdcb85dac813d4e6c4b7b400a8a;hb=1b732d17463fad74721391b3a87a2a12172da63c;hp=eb4600cc6a81cf88d5e7456193daa3e517d34d27;hpb=a28a4ad261601976c345425692116e5d7250b810;p=nonrtric.git diff --git a/test/common/kubeproxy_api_functions.sh b/test/common/kubeproxy_api_functions.sh index eb4600cc..38aeb212 100644 --- a/test/common/kubeproxy_api_functions.sh +++ b/test/common/kubeproxy_api_functions.sh @@ -119,6 +119,12 @@ __KUBEPROXY_statisics_setup() { fi } +# Check application requirements, e.g. helm, the the test needs. Exit 1 if req not satisfied +# args: - +__KUBEPROXY_test_requirements() { + : +} + ####################################################### ## Access to Kube http proxy