From c1d414af5f411eeda06cf707e57d401e134398b8 Mon Sep 17 00:00:00 2001 From: Pawel Date: Wed, 10 Jun 2020 14:26:08 +0200 Subject: Refactor ves performance test Issue-ID: DCAEGEN2-608 Signed-off-by: Pawel Change-Id: I17154b59390af7340b7e86ae0ac3336583dd9318 --- performanceTests/environment.config | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 performanceTests/environment.config (limited to 'performanceTests/environment.config') diff --git a/performanceTests/environment.config b/performanceTests/environment.config new file mode 100644 index 00000000..6239d963 --- /dev/null +++ b/performanceTests/environment.config @@ -0,0 +1,11 @@ +# K8s environment configuration +RKE_NODE_USER_AND_HOSTNAME = @ # for example ubuntu@10.183.36.205 +RKE_PRIVATE_KEY = # for example ~/.ssh/onap-5802.pem +WORKER_IP = # for example 10.183.39.145 + +# JMeter VM environment configuration +JMETER_VM_USER_AND_HOSTNAME = @ # for example root@10.183.36.50 +JMETER_VM_PRIVATE_KEY = # for example ~/.ssh/onap-5802.pem + +# Test scenario to run +TEST_SCENARIO_FILE = test_scenario.jmx # see performanceTests/environment/jmeterVM/jmeter for other scenarios \ No newline at end of file -- cgit 1.2.3-korg