From 366d3f3d1778960b09452916186f5215db4783a8 Mon Sep 17 00:00:00 2001 From: "arkadiusz.adamski" Date: Wed, 31 Mar 2021 12:23:35 +0100 Subject: Update jMeter test file Issue-ID: POLICY-3093 Signed-off-by: arkadiusz.adamski Change-Id: If9600785d46bed5596847991690fe1631b97bbf3 (cherry picked from commit 31a94576b1a60be11120deb202475850b8f83d3d) --- .../src/main/resources/apexPdpStabilityTestPlan.jmx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/testsuites/apex-pdp-stability/src/main/resources/apexPdpStabilityTestPlan.jmx b/testsuites/apex-pdp-stability/src/main/resources/apexPdpStabilityTestPlan.jmx index c958bb70d..7a8777f17 100644 --- a/testsuites/apex-pdp-stability/src/main/resources/apexPdpStabilityTestPlan.jmx +++ b/testsuites/apex-pdp-stability/src/main/resources/apexPdpStabilityTestPlan.jmx @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP Apex-PDP ================================================================================ - Copyright (C) 2020 Nordix Foundation.All rights reserved. + Copyright (C) 2020-2021 Nordix Foundation.All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -2391,7 +2391,7 @@ "carrierTechnology": "RESTCLIENT", "parameterClassName": "org.onap.policy.apex.plugins.event.carrier.restclient.RestClientCarrierTechnologyParameters", "parameters": { - "url": "https://message-router:3905/events/POLICY_CL_MGT" + "url": "https://message-router:3905/events/POLICY-PDP-PAP" } }, "eventProtocolParameters": { @@ -2524,7 +2524,7 @@ - 200 + 202 Assertion.response_code @@ -2660,7 +2660,7 @@ if (prev.getResponseCode() == '200') { ${HOSTNAME} ${DMAAP_PORT} - http + https /events/unauthenticated.DCAE_CL_OUTPUT POST @@ -2697,9 +2697,9 @@ if (prev.getResponseCode() == '200') { ${HOSTNAME} ${DMAAP_PORT} - http + https - /events/POLICY_CL_MGT/cg1/c1?timeout=30000 + /events/POLICY-PDP-PAP/cg1/c1?timeout=30000 GET true false @@ -2803,7 +2803,7 @@ if (prev.getResponseCode() == '200') { - 200 + 202 Assertion.response_code -- cgit 1.2.3-korg