X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Fpvccleaner_api_functions.sh;h=4ffb522987ec5058507045812aa418a853f43f7d;hb=1c7c5fc52d531205e3bd639fc4f2189c49f296cc;hp=26bee7b5463403aea01bd24f992554bb09e0aedd;hpb=712794e78f2c8f1b2aa57ef687deed6bc47c6b10;p=nonrtric.git diff --git a/test/common/pvccleaner_api_functions.sh b/test/common/pvccleaner_api_functions.sh index 26bee7b5..4ffb5229 100644 --- a/test/common/pvccleaner_api_functions.sh +++ b/test/common/pvccleaner_api_functions.sh @@ -79,7 +79,7 @@ __PVCCLEANER_kube_delete_all() { # args: __PVCCLEANER_store_docker_logs() { if [ $RUNMODE == "KUBE" ]; then - kubectl $KUBECONF logs -l "autotest=PRODSTUB" -A --tail=-1 > $1$2_pvs_cleaner.log 2>&1 + kubectl $KUBECONF logs -l "autotest=PVCCLEANER" -A --tail=-1 > $1$2_pvs_cleaner.log 2>&1 fi }