diff options
author | FrancescoFioraEst <francesco.fiora@est.tech> | 2023-11-14 09:52:07 +0000 |
---|---|---|
committer | Francesco Fiora <francesco.fiora@est.tech> | 2023-11-22 16:03:23 +0000 |
commit | 6f1cdcef80ab34401fde864fdd8850115bb91548 (patch) | |
tree | 1ab967e4e97618ec8f20be5c1cedf3c6ff48909d | |
parent | 88db41fce63ae468889a4728376f69f5cef33450 (diff) |
Align time and users in jmeter file in xacml PDP
Align time and users in jmeter file
from time and users defined in S3P testing documentation.
Issue-ID: POLICY-4882
Change-Id: I3af01b0c577aeb9b44e97c379b937547cd7a267d
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
-rwxr-xr-x | testsuites/performance/src/main/resources/testplans/perf.jmx | 2 | ||||
-rwxr-xr-x | testsuites/stability/src/main/resources/testplans/stability.jmx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/performance/src/main/resources/testplans/perf.jmx b/testsuites/performance/src/main/resources/testplans/perf.jmx index 86690f81..54f45fea 100755 --- a/testsuites/performance/src/main/resources/testplans/perf.jmx +++ b/testsuites/performance/src/main/resources/testplans/perf.jmx @@ -10,7 +10,7 @@ <collectionProp name="Arguments.arguments"> <elementProp name="DURATION" elementType="Argument"> <stringProp name="Argument.name">DURATION</stringProp> - <stringProp name="Argument.value">${__P(duration, 3000)}</stringProp> + <stringProp name="Argument.value">${__P(duration, 1200)}</stringProp> <stringProp name="Argument.metadata">=</stringProp> </elementProp> <elementProp name="USERS" elementType="Argument"> diff --git a/testsuites/stability/src/main/resources/testplans/stability.jmx b/testsuites/stability/src/main/resources/testplans/stability.jmx index 5c2f83ea..2cf36cfc 100755 --- a/testsuites/stability/src/main/resources/testplans/stability.jmx +++ b/testsuites/stability/src/main/resources/testplans/stability.jmx @@ -10,12 +10,12 @@ <collectionProp name="Arguments.arguments"> <elementProp name="DURATION" elementType="Argument"> <stringProp name="Argument.name">DURATION</stringProp> - <stringProp name="Argument.value">${__P(duration, 5)}</stringProp> + <stringProp name="Argument.value">${__P(duration, 86400)}</stringProp> <stringProp name="Argument.metadata">=</stringProp> </elementProp> <elementProp name="USERS" elementType="Argument"> <stringProp name="Argument.name">USERS</stringProp> - <stringProp name="Argument.value">${__P(users, 10)}</stringProp> + <stringProp name="Argument.value">${__P(users, 2)}</stringProp> <stringProp name="Argument.metadata">=</stringProp> </elementProp> <elementProp name="HTTP" elementType="Argument"> |