diff options
author | lapentafd <francesco.lapenta@est.tech> | 2021-03-29 11:40:16 +0100 |
---|---|---|
committer | lapentafd <francesco.lapenta@est.tech> | 2021-03-29 11:40:27 +0100 |
commit | 8f57585be85f243f8f13b9daf73e6918c222b70c (patch) | |
tree | 3a44c9e6da457c50d31e67084b216d3aefb606cc /testsuites/stability/src | |
parent | 4f11cf07048250febd6a7c6129c39e1c320919b9 (diff) |
Update jmx stability script for Policy-API
Issue-ID: POLICY-3144
Change-Id: I1f275e65ff3b8624d0aa322e039a8dec853daecb
Signed-off-by: lapentafd <francesco.lapenta@est.tech>
Diffstat (limited to 'testsuites/stability/src')
-rw-r--r-- | testsuites/stability/src/main/resources/testplans/policy_api_stability.jmx | 14 |
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() == '200') { 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() == '200') { "onap.datatypes.drools.controller.relation": {
 "derived_from": "tosca.datatypes.Root",
 "properties": {
 - "controllerName": {
 + "name": {
 "type": "string",
 "required": true,
 "description": "the name of drools controller policy"
 @@ -1550,7 +1550,7 @@ if (prev.getResponseCode() == '200') { 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<n; i++) { @@ -4086,7 +4086,7 @@ if (prev.getResponseCode() == '200') { 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/> |