X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Fmr_api_functions.sh;h=122b4124c1225a6bdc08eb8221fedbcd9a4e6e1b;hb=4dd321bda70fab4987c1ea7aa0dffc5e1eb74252;hp=3e00ec37ad0916dc6a56361cfc948f2e2fbe0e4a;hpb=05bfe48a83b1d7bf719eb94444ffc1377b998273;p=nonrtric.git diff --git a/test/common/mr_api_functions.sh b/test/common/mr_api_functions.sh index 3e00ec37..122b4124 100755 --- a/test/common/mr_api_functions.sh +++ b/test/common/mr_api_functions.sh @@ -217,6 +217,18 @@ __DMAAPMR_statisics_setup() { fi } +# Check application requirements, e.g. helm, the the test needs. Exit 1 if req not satisfied +# args: - +__MR_test_requirements() { + : +} + +# Check application requirements, e.g. helm, the the test needs. Exit 1 if req not satisfied +# args: - +__DMAAPMR_test_requirements() { + : +} + ####################################################### # Description of port mappings when running MR-STUB only or MR-STUB + MESSAGE-ROUTER