diff options
Diffstat (limited to 'testsuites/performance/src/main/resources/testplans/clearuppolicies.sh')
-rwxr-xr-x | testsuites/performance/src/main/resources/testplans/clearuppolicies.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/performance/src/main/resources/testplans/clearuppolicies.sh b/testsuites/performance/src/main/resources/testplans/clearuppolicies.sh index e9b4252a..875d1498 100755 --- a/testsuites/performance/src/main/resources/testplans/clearuppolicies.sh +++ b/testsuites/performance/src/main/resources/testplans/clearuppolicies.sh @@ -30,7 +30,7 @@ POLICY_PAP_PORT=$4 send_delete_request(){ ARG=$(echo $@ | sed 's/ //g') echo $ARG - curl -k -u 'healthcheck:zb!XztG34' -X DELETE "$ARG" + curl -k -u 'policyadmin:zb!XztG34' -X DELETE "$ARG" } COUNTER=1 |