X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Fngw_api_functions.sh;h=bb37799bad828a35e0ee449393c7b4ab7a295a0a;hb=21c2d3065fdf0d8b8c8680d292b524248622875f;hp=9e29278c7dbb039921ee2802eb898b68f1587242;hpb=007b64509101d8e3ef881955adee2ad15d062213;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() { + : +} + #######################################################