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 ++++---- .../main/resources/setup/config/jsonConfigs/apiConfigFile.json | 2 +- .../main/resources/setup/config/jsonConfigs/papConfigFile.json | 4 ++-- .../src/main/resources/setup/distribution/etc/defaultConfig.json | 4 ++-- testsuites/stability/src/main/resources/testplans/stability.jmx | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) (limited to 'testsuites') 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 diff --git a/testsuites/stability/src/main/resources/setup/config/jsonConfigs/apiConfigFile.json b/testsuites/stability/src/main/resources/setup/config/jsonConfigs/apiConfigFile.json index 00715129..e6f076ab 100644 --- a/testsuites/stability/src/main/resources/setup/config/jsonConfigs/apiConfigFile.json +++ b/testsuites/stability/src/main/resources/setup/config/jsonConfigs/apiConfigFile.json @@ -3,7 +3,7 @@ "restServerParameters": { "host": "0.0.0.0", "port": 6969, - "userName": "healthcheck", + "userName": "policyadmin", "password": "zb!XztG34", "https": false, "aaf": false, diff --git a/testsuites/stability/src/main/resources/setup/config/jsonConfigs/papConfigFile.json b/testsuites/stability/src/main/resources/setup/config/jsonConfigs/papConfigFile.json index 790a8ea6..9b6f3b40 100644 --- a/testsuites/stability/src/main/resources/setup/config/jsonConfigs/papConfigFile.json +++ b/testsuites/stability/src/main/resources/setup/config/jsonConfigs/papConfigFile.json @@ -3,7 +3,7 @@ "restServerParameters": { "host": "0.0.0.0", "port": 6969, - "userName": "healthcheck", + "userName": "policyadmin", "password": "zb!XztG34", "https": false, "aaf": false, @@ -62,7 +62,7 @@ "clientName": "api", "hostname": "policy-api", "port": 6969, - "userName": "healthcheck", + "userName": "policyadmin", "password": "zb!XztG34", "useHttps": false, "basePath": "policy/api/v1/healthcheck" diff --git a/testsuites/stability/src/main/resources/setup/distribution/etc/defaultConfig.json b/testsuites/stability/src/main/resources/setup/distribution/etc/defaultConfig.json index 22970c40..a4cf85a8 100644 --- a/testsuites/stability/src/main/resources/setup/distribution/etc/defaultConfig.json +++ b/testsuites/stability/src/main/resources/setup/distribution/etc/defaultConfig.json @@ -57,7 +57,7 @@ "hostname": "policy-api", "port": 6969, "useHttps": false, - "userName": "healthcheck", + "userName": "policyadmin", "password": "zb!XztG34" }, "papParameters": { @@ -65,7 +65,7 @@ "hostname": "policy-pap", "port": 6969, "useHttps": false, - "userName": "healthcheck", + "userName": "policyadmin", "password": "zb!XztG34" }, "deployPolicies": true diff --git a/testsuites/stability/src/main/resources/testplans/stability.jmx b/testsuites/stability/src/main/resources/testplans/stability.jmx index 0596f483..9182a97d 100644 --- a/testsuites/stability/src/main/resources/testplans/stability.jmx +++ b/testsuites/stability/src/main/resources/testplans/stability.jmx @@ -114,14 +114,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