From b93f16723309cdc47f5de6b2840bc410657d41e7 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Thu, 4 Nov 2021 14:25:39 +0000 Subject: 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 --- .../performance/src/main/resources/testplans/clearuppolicies.sh | 2 +- .../performance/src/main/resources/testplans/performance.jmx | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'testsuites/performance/src/main') 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 diff --git a/testsuites/performance/src/main/resources/testplans/performance.jmx b/testsuites/performance/src/main/resources/testplans/performance.jmx index fbc3203b..530f1312 100644 --- a/testsuites/performance/src/main/resources/testplans/performance.jmx +++ b/testsuites/performance/src/main/resources/testplans/performance.jmx @@ -94,14 +94,14 @@ http://${PAP_HOST}:${PAP_PORT}/policy/pap/v1 - healthcheck + policyadmin zb!XztG34 http://${API_HOST}:${API_PORT}/policy/api/v1 - healthcheck + policyadmin zb!XztG34 @@ -498,14 +498,14 @@ http://${PAP_HOST}:${PAP_PORT}/policy/pap/v1 - healthcheck + policyadmin zb!XztG34 http://${API_HOST}:${API_PORT}/policy/api/v1 - healthcheck + policyadmin zb!XztG34 -- cgit 1.2.3-korg