X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Fpvccleaner_api_functions.sh;h=feb44401c1f64a59bfc21d3ca45b36bab2f705fa;hb=721a0c1f9728a06c78edd75ba898bc67c4b82446;hp=5d37bd0da96a54b6dd5088a72709c6399ec8a14e;hpb=6fc58fd020514c2afce1fc240828bf23f53d8fb6;p=nonrtric.git diff --git a/test/common/pvccleaner_api_functions.sh b/test/common/pvccleaner_api_functions.sh index 5d37bd0d..feb44401 100644 --- a/test/common/pvccleaner_api_functions.sh +++ b/test/common/pvccleaner_api_functions.sh @@ -98,6 +98,12 @@ __PVCCLEANER_statisics_setup() { echo "" } +# Check application requirements, e.g. helm, the the test needs. Exit 1 if req not satisfied +# args: - +__PVCCLEANER_test_requirements() { + : +} + ####################################################### # This is a system app, all usage in testcase_common.sh \ No newline at end of file