aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlapentafd <francesco.lapenta@est.tech>2021-03-29 11:40:16 +0100
committerlapentafd <francesco.lapenta@est.tech>2021-03-29 11:40:27 +0100
commit8f57585be85f243f8f13b9daf73e6918c222b70c (patch)
tree3a44c9e6da457c50d31e67084b216d3aefb606cc
parent4f11cf07048250febd6a7c6129c39e1c320919b9 (diff)
Update jmx stability script for Policy-API
Issue-ID: POLICY-3144 Change-Id: I1f275e65ff3b8624d0aa322e039a8dec853daecb Signed-off-by: lapentafd <francesco.lapenta@est.tech>
-rw-r--r--testsuites/stability/src/main/resources/testplans/policy_api_stability.jmx14
1 files changed, 7 insertions, 7 deletions
diff --git a/testsuites/stability/src/main/resources/testplans/policy_api_stability.jmx b/testsuites/stability/src/main/resources/testplans/policy_api_stability.jmx
index 0ea50231..cf2d4727 100644
--- a/testsuites/stability/src/main/resources/testplans/policy_api_stability.jmx
+++ b/testsuites/stability/src/main/resources/testplans/policy_api_stability.jmx
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<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="Policy API Performance" enabled="true">
<stringProp name="TestPlan.comments"></stringProp>
@@ -10,12 +10,12 @@
<collectionProp name="Arguments.arguments">
<elementProp name="API_HOST" elementType="Argument">
<stringProp name="Argument.name">API_HOST</stringProp>
- <stringProp name="Argument.value">10.12.5.193</stringProp>
+ <stringProp name="Argument.value">10.2.0.48</stringProp>
<stringProp name="Argument.metadata">=</stringProp>
</elementProp>
<elementProp name="API_PORT" elementType="Argument">
<stringProp name="Argument.name">API_PORT</stringProp>
- <stringProp name="Argument.value">30709</stringProp>
+ <stringProp name="Argument.value">30785</stringProp>
<stringProp name="Argument.metadata">=</stringProp>
</elementProp>
</collectionProp>
@@ -154,7 +154,7 @@ if (prev.getResponseCode() == &apos;200&apos;) {
assert res instanceof Map;
assert res.policy_types instanceof Map;
- assert res.policy_types.size() == 33;
+ assert res.policy_types.size() == 35;
}</stringProp>
</JSR223Assertion>
<hashTree/>
@@ -1365,7 +1365,7 @@ if (prev.getResponseCode() == &apos;200&apos;) {
&quot;onap.datatypes.drools.controller.relation&quot;: {&#xd;
&quot;derived_from&quot;: &quot;tosca.datatypes.Root&quot;,&#xd;
&quot;properties&quot;: {&#xd;
- &quot;controllerName&quot;: {&#xd;
+ &quot;name&quot;: {&#xd;
&quot;type&quot;: &quot;string&quot;,&#xd;
&quot;required&quot;: true,&#xd;
&quot;description&quot;: &quot;the name of drools controller policy&quot;&#xd;
@@ -1550,7 +1550,7 @@ if (prev.getResponseCode() == &apos;200&apos;) {
assert res instanceof Map;
assert res.policy_types instanceof Map;
- assert res.policy_types.size() == 33;
+ assert res.policy_types.size() == 35;
def n = 33;
for (i=0; i&lt;n; i++) {
@@ -4086,7 +4086,7 @@ if (prev.getResponseCode() == &apos;200&apos;) {
assert res instanceof Map;
assert res.policy_types instanceof Map;
- assert res.policy_types.size() == 27;
+ assert res.policy_types.size() == 35;
}</stringProp>
</JSR223Assertion>
<hashTree/>