X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Fpvccleaner_api_functions.sh;h=feb44401c1f64a59bfc21d3ca45b36bab2f705fa;hb=4dd321bda70fab4987c1ea7aa0dffc5e1eb74252;hp=5d37bd0da96a54b6dd5088a72709c6399ec8a14e;hpb=09e21f39a3ffcfc2063110bcad028014b0056398;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