aboutsummaryrefslogtreecommitdiffstats
path: root/testsuites/performance/src/main/resources/testplans/clearuppolicies.sh
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2021-11-04 14:25:39 +0000
committeradheli.tavares <adheli.tavares@est.tech>2021-11-04 14:30:07 +0000
commitb93f16723309cdc47f5de6b2840bc410657d41e7 (patch)
tree6872a2a9df7a994cdfffa8a59b9e12025f8d2cae /testsuites/performance/src/main/resources/testplans/clearuppolicies.sh
parent0d1a0652da4fbb9a717055b632f7bc09f51349ec (diff)
Rename user for API and PAP references.
Use an account other than healthcheck in API and PAP for provisioning of policies. Issue-ID: POLICY-2744 Change-Id: I2d626276daba25d405be24cf81233ae848a8674e Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'testsuites/performance/src/main/resources/testplans/clearuppolicies.sh')
-rwxr-xr-xtestsuites/performance/src/main/resources/testplans/clearuppolicies.sh2
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