diff options
Diffstat (limited to 'testsuites/stability/src/main/resources/testplans/policy_api_stability.jmx')
-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/> |