X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Fcp_api_functions.sh;h=803184aa46d7be5893c7dce5dae8f095eb654b6c;hb=db5b38192fed8e26ce722118ba782dbe490b997d;hp=992fd68ab188902848ffdee3e511fcdf7c2af724;hpb=007b64509101d8e3ef881955adee2ad15d062213;p=nonrtric.git diff --git a/test/common/cp_api_functions.sh b/test/common/cp_api_functions.sh index 992fd68a..803184aa 100644 --- a/test/common/cp_api_functions.sh +++ b/test/common/cp_api_functions.sh @@ -104,6 +104,12 @@ __CP_statisics_setup() { fi } +# Check application requirements, e.g. helm, the the test needs. Exit 1 if req not satisfied +# args: - +__CP_test_requirements() { + : +} + #######################################################