From f66761dcab725dc97ee23f7c658753f4faf9bf0f Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Thu, 30 Sep 2021 13:50:40 +0100 Subject: Distribution S3P Testing for Istanbul Issue-ID: POLICY-3654 Change-Id: Ib410008418a6d94948270fea1c37e20eb0c59003 Signed-off-by: adheli.tavares --- .../src/main/resources/testplans/run_test.sh | 30 ++++++++++++++++++++++ .../src/main/resources/testplans/stability.jmx | 24 ++++++++--------- 2 files changed, 42 insertions(+), 12 deletions(-) create mode 100755 testsuites/stability/src/main/resources/testplans/run_test.sh (limited to 'testsuites/stability/src/main/resources/testplans') diff --git a/testsuites/stability/src/main/resources/testplans/run_test.sh b/testsuites/stability/src/main/resources/testplans/run_test.sh new file mode 100755 index 00000000..6ce32345 --- /dev/null +++ b/testsuites/stability/src/main/resources/testplans/run_test.sh @@ -0,0 +1,30 @@ +#!/bin/bash +# ============LICENSE_START======================================================= +# Copyright (c) 2021 Nordix Foundation. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END========================================================= + +DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" +JMETER_HOME=~/jmeter/apache-jmeter-5.4.1/ + +POLICY_API_IP=$(docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' policy-api) +POLICY_PAP_IP=$(docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' policy-pap) +POLICY_DISTRIBUTION_IP=$(docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' policy-distribution) + +${JMETER_HOME}/bin/jmeter -n -t "${DIR}"/stability.jmx -Jduration=259200 \ + -Japihost="${POLICY_API_IP}" \ + -Jpaphost="${POLICY_PAP_IP}" \ + -Jdisthost="${POLICY_DISTRIBUTION_IP}" diff --git a/testsuites/stability/src/main/resources/testplans/stability.jmx b/testsuites/stability/src/main/resources/testplans/stability.jmx index d29ffda8..5f800d12 100644 --- a/testsuites/stability/src/main/resources/testplans/stability.jmx +++ b/testsuites/stability/src/main/resources/testplans/stability.jmx @@ -35,7 +35,7 @@ API_HOST - ${__P(host,10.2.0.110)} + ${__P(apihost,172.28.0.7)} = @@ -45,22 +45,22 @@ PAP_HOST - ${__P(host,10.2.0.110)} + ${__P(paphost,172.28.0.8)} = PAP_PORT - 7000 + 6969 = DISTRIBUTION_HOST - ${__P(distributionhost,127.0.0.1)} + ${__P(disthost,172.28.0.2)} = DISTRIBUTION_PORT - 7002 + 6969 = @@ -107,14 +107,14 @@ - https://${PAP_HOST}:${PAP_PORT}/policy/pap/v1 + http://${PAP_HOST}:${PAP_PORT}/policy/pap/v1 healthcheck zb!XztG34 - https://${API_HOST}:${API_PORT}/policy/api/v1 + http://${API_HOST}:${API_PORT}/policy/api/v1 healthcheck zb!XztG34 @@ -292,7 +292,7 @@ ${PAP_HOST} ${PAP_PORT} - https + http /policy/pap/v1/pdps GET @@ -358,7 +358,7 @@ ${PAP_HOST} ${PAP_PORT} - https + http policy/pap/v1/policies/deployed GET @@ -440,7 +440,7 @@ ${PAP_HOST} ${PAP_PORT} - https + http /policy/pap/v1/pdps/policies/operational.apex.sampledomain DELETE @@ -470,7 +470,7 @@ ${API_HOST} ${API_PORT} - https + http /policy/api/v1/policytypes/operational.apex.sampledomain/versions/1.0.0/policies/operational.apex.sampledomain/versions/1.0.0 DELETE @@ -503,7 +503,7 @@ ${PAP_HOST} ${PAP_PORT} - https + http /policy/pap/v1/pdps GET -- cgit 1.2.3-korg