X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Fdmaapmed_api_functions.sh;h=8ed0169413ecfcd5a72403c03ae0ccf66a1a3f11;hb=1b732d17463fad74721391b3a87a2a12172da63c;hp=35280a4ca1585677deee764cfb5a183e9fe50357;hpb=5feecd881172a3b22041d35443c1f946e7d5f63e;p=nonrtric.git diff --git a/test/common/dmaapmed_api_functions.sh b/test/common/dmaapmed_api_functions.sh index 35280a4c..8ed01694 100644 --- a/test/common/dmaapmed_api_functions.sh +++ b/test/common/dmaapmed_api_functions.sh @@ -104,6 +104,12 @@ __DMAAPMED_statisics_setup() { fi } +# Check application requirements, e.g. helm, the the test needs. Exit 1 if req not satisfied +# args: - +__DMAAPMED_test_requirements() { + : +} + ####################################################### # Set http as the protocol to use for all communication to the Dmaap mediator