X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=test%2Fcommon%2Fdmaapadp_api_functions.sh;fp=test%2Fcommon%2Fdmaapadp_api_functions.sh;h=9f8dc5f632cec6f0c7c391bb8b6d22cdba28b469;hb=e60d04ec982c4ccb833226624ff5c3e3f311097a;hp=a9605eccc6319d237fbdaea61de16cfbd2f37fb3;hpb=45ba7815fa87c5999c521b06becf2d54f98e693a;p=nonrtric.git diff --git a/test/common/dmaapadp_api_functions.sh b/test/common/dmaapadp_api_functions.sh index a9605ecc..9f8dc5f6 100644 --- a/test/common/dmaapadp_api_functions.sh +++ b/test/common/dmaapadp_api_functions.sh @@ -104,6 +104,12 @@ __DMAAPADP_statisics_setup() { fi } +# Check application requirements, e.g. helm, the the test needs. Exit 1 if req not satisfied +# args: - +__DMAAPADP_test_requirements() { + : +} + ####################################################### # Set http as the protocol to use for all communication to the Dmaap adapter