From 93618fc98fb33d6bc8d9ef580af1d56355c53ef4 Mon Sep 17 00:00:00 2001 From: Abhishek Malvankar Date: Tue, 10 Oct 2023 11:35:32 -0400 Subject: [PATCH] check AW status instead of jobs --- test/perf-test/perf.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/perf-test/perf.sh b/test/perf-test/perf.sh index 7450d7e25..73a8c73e5 100755 --- a/test/perf-test/perf.sh +++ b/test/perf-test/perf.sh @@ -70,7 +70,7 @@ check_kubectl_login_status # Track whether you have the MCAD controller installed echo "Checking MCAD Controller installation status" echo -check_mcad_installed_status +#check_mcad_installed_status echo read -p "How many appwrapper jobs do you want?" jobs @@ -114,7 +114,7 @@ done esac # Check for all jobs to report complete -jobstatus=`kubectl get jobs -n default --no-headers --field-selector status.successful=1 |wc -l` +jobstatus=`kubectl get appwrappers -n default --no-headers --field-selector status.successful=1 |wc -l` while [ $jobstatus -lt $jobs ] do