From ccb1828ec3e1a1c9071256f85f3876a8d1c8ecdf Mon Sep 17 00:00:00 2001 From: Bilal A Date: Mon, 8 Apr 2019 16:53:43 -0400 Subject: Adds basic performance tests for XACML PDP Includes 1) Basic health check and stats performance test 2) Analysis script 3) Fixed https protocol in stability test Change-Id: I78a6daf3cae40daf4779ced515283abb19743e4b Issue-ID: POLICY-1461 Signed-off-by: Bilal A --- .../src/main/resources/testplans/stability.jmx | 29 ++++------------------ 1 file changed, 5 insertions(+), 24 deletions(-) (limited to 'testsuites/stability/src/main/resources/testplans/stability.jmx') diff --git a/testsuites/stability/src/main/resources/testplans/stability.jmx b/testsuites/stability/src/main/resources/testplans/stability.jmx index 9a3ad6be..8e4d5301 100644 --- a/testsuites/stability/src/main/resources/testplans/stability.jmx +++ b/testsuites/stability/src/main/resources/testplans/stability.jmx @@ -1,23 +1,4 @@ - @@ -29,7 +10,7 @@ POLICY_XACML_PDP_HOST - ${__P(host,127.0.0.1)} + ${__P(host,10.12.6.164)} = @@ -71,7 +52,7 @@ ${POLICY_XACML_PDP_HOST} 6969 - http + https policy/pdpx/v1/healthcheck GET @@ -133,7 +114,7 @@ if (prev.getResponseCode() == '200') { - http://${POLICY_XACML_PDP_HOST}:6969/policy/pdpx/v1/healthcheck + https://${POLICY_XACML_PDP_HOST}:6969/policy/pdpx/v1/healthcheck healthcheck zb!XztG34 @@ -200,7 +181,7 @@ if (prev.getResponseCode() == '200') { ${POLICY_XACML_PDP_HOST} 6969 - http + https policy/pdpx/v1/statistics GET @@ -266,7 +247,7 @@ if (prev.getResponseCode() == '200') { - http://${POLICY_XACML_PDP_HOST}:6969/policy/pdpx/v1/statistics + https://${POLICY_XACML_PDP_HOST}:6969/policy/pdpx/v1/statistics healthcheck zb!XztG34 -- cgit 1.2.3-korg