X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Fkubeproxy_api_functions.sh;h=38aeb212cbb8ffdcb85dac813d4e6c4b7b400a8a;hb=df8122c7f6fc1f66e486fc1546f2f25725ba2902;hp=eb4600cc6a81cf88d5e7456193daa3e517d34d27;hpb=98ce5dc75fc222dadaf26a8a148788b0367bf6ca;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