X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=test%2Fcommon%2Fngw_api_functions.sh;h=bb37799bad828a35e0ee449393c7b4ab7a295a0a;hb=e60d04ec982c4ccb833226624ff5c3e3f311097a;hp=9e29278c7dbb039921ee2802eb898b68f1587242;hpb=45ba7815fa87c5999c521b06becf2d54f98e693a;p=nonrtric.git diff --git a/test/common/ngw_api_functions.sh b/test/common/ngw_api_functions.sh index 9e29278c..bb37799b 100644 --- a/test/common/ngw_api_functions.sh +++ b/test/common/ngw_api_functions.sh @@ -104,6 +104,12 @@ __NGW_statisics_setup() { fi } +# Check application requirements, e.g. helm, the the test needs. Exit 1 if req not satisfied +# args: - +__NGW_test_requirements() { + : +} + #######################################################