X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Fpvccleaner_api_functions.sh;h=5d37bd0da96a54b6dd5088a72709c6399ec8a14e;hb=09e21f39a3ffcfc2063110bcad028014b0056398;hp=62c2d43db1ba155bdbf9b074c1dc86e411358f80;hpb=6f48adb69090799c74c29204dd2cd1737cc9d6ac;p=nonrtric.git diff --git a/test/common/pvccleaner_api_functions.sh b/test/common/pvccleaner_api_functions.sh index 62c2d43d..5d37bd0d 100644 --- a/test/common/pvccleaner_api_functions.sh +++ b/test/common/pvccleaner_api_functions.sh @@ -90,6 +90,14 @@ __PVCCLEANER_initial_setup() { : } +# Set app short-name, app name and namespace for logging runtime statistics of kubernets pods or docker containers +# For docker, the namespace shall be excluded +# This function is called for apps managed by the test script as well as for prestarted apps. +# args: - +__PVCCLEANER_statisics_setup() { + echo "" +} + ####################################################### # This is a system app, all usage in testcase_common.sh \ No newline at end of file