From 555f2fd3c8321bbad9dbfc21f01982a50a1cd555 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Mon, 18 Oct 2021 17:26:44 +0100 Subject: Updating Distribution S3P configuration. - fixing the scripts and jmx files after stability long run failures. Issue-ID: POLICY-3654 Change-Id: I0ff0bf625f226f1b71664c1817cef65fbd5cf5a6 Signed-off-by: adheli.tavares --- testsuites/stability/src/main/resources/testplans/run_test.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'testsuites/stability/src/main/resources/testplans/run_test.sh') diff --git a/testsuites/stability/src/main/resources/testplans/run_test.sh b/testsuites/stability/src/main/resources/testplans/run_test.sh index 6ce32345..f59035fb 100755 --- a/testsuites/stability/src/main/resources/testplans/run_test.sh +++ b/testsuites/stability/src/main/resources/testplans/run_test.sh @@ -17,6 +17,8 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= +echo "Starting stability test against distribution component..." + DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" JMETER_HOME=~/jmeter/apache-jmeter-5.4.1/ @@ -27,4 +29,4 @@ POLICY_DISTRIBUTION_IP=$(docker inspect -f '{{range.NetworkSettings.Networks}}{{ ${JMETER_HOME}/bin/jmeter -n -t "${DIR}"/stability.jmx -Jduration=259200 \ -Japihost="${POLICY_API_IP}" \ -Jpaphost="${POLICY_PAP_IP}" \ - -Jdisthost="${POLICY_DISTRIBUTION_IP}" + -Jdisthost="${POLICY_DISTRIBUTION_IP}" -l distribution_stability.jtl & -- cgit 1.2.3-korg