From a5750bcdce833cd4a06ec4ec9bcd4ae395004143 Mon Sep 17 00:00:00 2001 From: waynedunican Date: Tue, 10 Jan 2023 11:06:36 +0000 Subject: Automate S3P tests in Apex - Trigger S3P test execution Issue-ID: POLICY-4156 Change-Id: Iaf73a3b39b76c0239cc518fb87a6cf02b41d2e26 Signed-off-by: Wayne Dunican --- .../src/main/resources/apexPdpStabilityTestPlan.jmx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'testsuites/apex-pdp-stability/src') diff --git a/testsuites/apex-pdp-stability/src/main/resources/apexPdpStabilityTestPlan.jmx b/testsuites/apex-pdp-stability/src/main/resources/apexPdpStabilityTestPlan.jmx index 0cae77a19..e74c06331 100644 --- a/testsuites/apex-pdp-stability/src/main/resources/apexPdpStabilityTestPlan.jmx +++ b/testsuites/apex-pdp-stability/src/main/resources/apexPdpStabilityTestPlan.jmx @@ -79,22 +79,22 @@ PAP_PORT - ${__P(PAP_PORT,30442)} + ${__P(PAP_PORT,30003)} = API_PORT - ${__P(API_PORT,30240)} + ${__P(API_PORT,30002)} = APEX_PORT - ${__P(APEX_PORT,30237)} + ${__P(APEX_PORT,30001)} = DMAAP_PORT - ${__P(DMAAP_PORT,31054)} + ${__P(DMAAP_PORT,30904)} = @@ -104,17 +104,17 @@ HOSTNAME - ${__P(HOSTNAME,172.16.1.39)} + ${__P(HOSTNAME,localhost)} = LOG_PATH - ${__P(LOG_PATH,/home/dhanrahan/jmeter_results/apex_stability)} + ${__P(LOG_PATH,/jmeter_results/apex_stability)} = SIM_HOST - ${__P(SIM_HOST,172.16.2.220)} + ${__P(SIM_HOST,localhost)} = -- cgit 1.2.3-korg