diff options
author | waynedunican <wayne.dunican@est.tech> | 2020-10-28 09:43:12 +0000 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2020-10-28 09:46:05 +0000 |
commit | f76d02a321664e458ebe5bb8a825492e6fd0d986 (patch) | |
tree | e8c27c026ecc7d56faaaae264399d52df52827fa | |
parent | 0554ffcd297a0c16105f007885cdafb0d3ff9eb5 (diff) |
Stability test plan
Update to apexPdpStabilityTestPlan.jmx file
Issue-ID: POLICY-2831
Change-Id: I76764e0614a523f2e58df04eed01111c59623e09
Signed-off-by: waynedunican <wayne.dunican@est.tech>
-rw-r--r-- | testsuites/apex-pdp-stability/src/main/resources/apexPdpStabilityTestPlan.jmx | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/testsuites/apex-pdp-stability/src/main/resources/apexPdpStabilityTestPlan.jmx b/testsuites/apex-pdp-stability/src/main/resources/apexPdpStabilityTestPlan.jmx index d95292457..c958bb70d 100644 --- a/testsuites/apex-pdp-stability/src/main/resources/apexPdpStabilityTestPlan.jmx +++ b/testsuites/apex-pdp-stability/src/main/resources/apexPdpStabilityTestPlan.jmx @@ -18,7 +18,7 @@ limitations under the License. ============LICENSE_END========================================================= --> -<jmeterTestPlan version="1.2" properties="5.0" jmeter="5.2.1"> +<jmeterTestPlan version="1.2" properties="5.0" jmeter="5.3"> <hashTree> <TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="APEX PDP STABILITY TEST PLAN" enabled="true"> <stringProp name="TestPlan.comments"></stringProp> @@ -78,32 +78,32 @@ </elementProp> <elementProp name="PAP_PORT" elementType="Argument"> <stringProp name="Argument.name">PAP_PORT</stringProp> - <stringProp name="Argument.value">${__P(PAP_PORT,32597)}</stringProp> + <stringProp name="Argument.value">${__P(PAP_PORT,30844)}</stringProp> <stringProp name="Argument.metadata">=</stringProp> </elementProp> <elementProp name="API_PORT" elementType="Argument"> <stringProp name="Argument.name">API_PORT</stringProp> - <stringProp name="Argument.value">${__P(API_PORT,32634)}</stringProp> + <stringProp name="Argument.value">${__P(API_PORT,30485)}</stringProp> <stringProp name="Argument.metadata">=</stringProp> </elementProp> <elementProp name="APEX_PORT" elementType="Argument"> <stringProp name="Argument.name">APEX_PORT</stringProp> - <stringProp name="Argument.value">${__P(APEX_PORT,31089)}</stringProp> + <stringProp name="Argument.value">${__P(APEX_PORT,31686)}</stringProp> <stringProp name="Argument.metadata">=</stringProp> </elementProp> <elementProp name="DMAAP_PORT" elementType="Argument"> <stringProp name="Argument.name">DMAAP_PORT</stringProp> - <stringProp name="Argument.value">${__P(DMAAP_PORT,31532)}</stringProp> + <stringProp name="Argument.value">${__P(DMAAP_PORT,31499)}</stringProp> <stringProp name="Argument.metadata">=</stringProp> </elementProp> <elementProp name="HOSTNAME" elementType="Argument"> <stringProp name="Argument.name">HOSTNAME</stringProp> - <stringProp name="Argument.value">${__P(HOSTNAME,10.2.0.197)}</stringProp> + <stringProp name="Argument.value">${__P(HOSTNAME,10.2.0.97)}</stringProp> <stringProp name="Argument.metadata">=</stringProp> </elementProp> <elementProp name="LOG_PATH" elementType="Argument"> <stringProp name="Argument.name">LOG_PATH</stringProp> - <stringProp name="Argument.value">${__P(LOG_PATH,/home/adityap/apex_stability)}</stringProp> + <stringProp name="Argument.value">${__P(LOG_PATH,/home/wayned/apex_stability)}</stringProp> <stringProp name="Argument.metadata">=</stringProp> </elementProp> </collectionProp> @@ -2371,8 +2371,8 @@ "carrierTechnology": "GRPC",
 "parameterClassName": "org.onap.policy.apex.plugins.event.carrier.grpc.GrpcCarrierTechnologyParameters",
 "parameters": {
 - "host": "10.2.0.105",
 - "port": 54322,
 + "host": "10.2.0.97",
 + "port": 30386,
 "username": "ccsdkapps",
 "password": "ccsdkapps",
 "timeout": 60
 @@ -2543,7 +2543,7 @@ <stringProp name="ThreadGroup.num_threads">${threads}</stringProp> <stringProp name="ThreadGroup.ramp_time">1</stringProp> <boolProp name="ThreadGroup.scheduler">true</boolProp> - <stringProp name="ThreadGroup.duration">260000</stringProp> + <stringProp name="ThreadGroup.duration">259200</stringProp> <stringProp name="ThreadGroup.delay"></stringProp> <boolProp name="ThreadGroup.same_user_on_next_iteration">true</boolProp> </ThreadGroup> @@ -2954,4 +2954,3 @@ if (prev.getResponseCode() == '200') { </hashTree> </hashTree> </jmeterTestPlan> - |