| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| ============LICENSE_START======================================================= |
| ONAP Policy Drools-Application |
| ================================================================================ |
| Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved. |
| ================================================================================ |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| http://www.apache.org/licenses/LICENSE-2.0 |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| ============LICENSE_END========================================================= |
| --> |
| |
| <jmeterTestPlan version="1.2" properties="5.0" jmeter="5.1.1 r1855137"> |
| <hashTree> |
| <TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="PDP-D Stability" enabled="true"> |
| <stringProp name="TestPlan.comments"></stringProp> |
| <boolProp name="TestPlan.functional_mode">false</boolProp> |
| <boolProp name="TestPlan.tearDown_on_shutdown">true</boolProp> |
| <boolProp name="TestPlan.serialize_threadgroups">false</boolProp> |
| <elementProp name="TestPlan.user_defined_variables" elementType="Arguments" guiclass="ArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> |
| <collectionProp name="Arguments.arguments"> |
| <elementProp name="API_HOST" elementType="Argument"> |
| <stringProp name="Argument.name">API_HOST</stringProp> |
| <stringProp name="Argument.value">10.12.5.232</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| </elementProp> |
| <elementProp name="API_PORT" elementType="Argument"> |
| <stringProp name="Argument.name">API_PORT</stringProp> |
| <stringProp name="Argument.value">30044</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| </elementProp> |
| <elementProp name="PAP_HOST" elementType="Argument"> |
| <stringProp name="Argument.name">PAP_HOST</stringProp> |
| <stringProp name="Argument.value">10.12.5.232</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| </elementProp> |
| <elementProp name="PAP_PORT" elementType="Argument"> |
| <stringProp name="Argument.name">PAP_PORT</stringProp> |
| <stringProp name="Argument.value">30656</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| </elementProp> |
| <elementProp name="DMAAP_HOST" elementType="Argument"> |
| <stringProp name="Argument.name">DMAAP_HOST</stringProp> |
| <stringProp name="Argument.value">10.12.5.232</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| </elementProp> |
| <elementProp name="DMAAP_PORT" elementType="Argument"> |
| <stringProp name="Argument.name">DMAAP_PORT</stringProp> |
| <stringProp name="Argument.value">30226</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| </elementProp> |
| <elementProp name="DROOLS_HOST" elementType="Argument"> |
| <stringProp name="Argument.name">DROOLS_HOST</stringProp> |
| <stringProp name="Argument.value">10.12.5.232</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| </elementProp> |
| <elementProp name="DROOLS_PORT" elementType="Argument"> |
| <stringProp name="Argument.name">DROOLS_PORT</stringProp> |
| <stringProp name="Argument.value">32161</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| </elementProp> |
| <elementProp name="duration" elementType="Argument"> |
| <stringProp name="Argument.name">duration</stringProp> |
| <stringProp name="Argument.value">259200</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| </elementProp> |
| </collectionProp> |
| </elementProp> |
| <stringProp name="TestPlan.user_define_classpath"></stringProp> |
| </TestPlan> |
| <hashTree> |
| <HeaderManager guiclass="HeaderPanel" testclass="HeaderManager" testname="HTTP Header Manager" enabled="true"> |
| <collectionProp name="HeaderManager.headers"> |
| <elementProp name="" elementType="Header"> |
| <stringProp name="Header.name">Accept</stringProp> |
| <stringProp name="Header.value">application/json</stringProp> |
| </elementProp> |
| <elementProp name="" elementType="Header"> |
| <stringProp name="Header.name">Content-Type</stringProp> |
| <stringProp name="Header.value">application/json</stringProp> |
| </elementProp> |
| </collectionProp> |
| </HeaderManager> |
| <hashTree/> |
| <AuthManager guiclass="AuthPanel" testclass="AuthManager" testname="HTTP Authorization Manager" enabled="true"> |
| <collectionProp name="AuthManager.auth_list"> |
| <elementProp name="" elementType="Authorization"> |
| <stringProp name="Authorization.url">https://${API_HOST}:${API_PORT}/policy/api/v1</stringProp> |
| <stringProp name="Authorization.username">healthcheck</stringProp> |
| <stringProp name="Authorization.password">zb!XztG34</stringProp> |
| <stringProp name="Authorization.domain"></stringProp> |
| <stringProp name="Authorization.realm"></stringProp> |
| </elementProp> |
| <elementProp name="" elementType="Authorization"> |
| <stringProp name="Authorization.url">https://${PAP_HOST}:${PAP_PORT}/policy/pap/v1</stringProp> |
| <stringProp name="Authorization.username">healthcheck</stringProp> |
| <stringProp name="Authorization.password">zb!XztG34</stringProp> |
| <stringProp name="Authorization.domain"></stringProp> |
| <stringProp name="Authorization.realm"></stringProp> |
| </elementProp> |
| <elementProp name="" elementType="Authorization"> |
| <stringProp name="Authorization.url">https://${DROOLS_HOST}:${DROOLS_PORT}/policy/pdp/engine</stringProp> |
| <stringProp name="Authorization.username">demo@people.osaaf.org</stringProp> |
| <stringProp name="Authorization.password">demo123456!</stringProp> |
| <stringProp name="Authorization.domain"></stringProp> |
| <stringProp name="Authorization.realm"></stringProp> |
| </elementProp> |
| </collectionProp> |
| </AuthManager> |
| <hashTree/> |
| <ConfigTestElement guiclass="HttpDefaultsGui" testclass="ConfigTestElement" testname="HTTP Request Defaults" enabled="true"> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> |
| <collectionProp name="Arguments.arguments"/> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain"></stringProp> |
| <stringProp name="HTTPSampler.port">9696</stringProp> |
| <stringProp name="HTTPSampler.protocol">http</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path"></stringProp> |
| <stringProp name="HTTPSampler.concurrentPool">6</stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </ConfigTestElement> |
| <hashTree/> |
| <SetupThreadGroup guiclass="SetupThreadGroupGui" testclass="SetupThreadGroup" testname="Set up" enabled="true"> |
| <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> |
| <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true"> |
| <boolProp name="LoopController.continue_forever">false</boolProp> |
| <stringProp name="LoopController.loops">1</stringProp> |
| </elementProp> |
| <stringProp name="ThreadGroup.num_threads">1</stringProp> |
| <stringProp name="ThreadGroup.ramp_time">1</stringProp> |
| <boolProp name="ThreadGroup.scheduler">false</boolProp> |
| <stringProp name="ThreadGroup.duration"></stringProp> |
| <stringProp name="ThreadGroup.delay"></stringProp> |
| </SetupThreadGroup> |
| <hashTree> |
| <GenericController guiclass="LogicControllerGui" testclass="GenericController" testname="API" enabled="true"/> |
| <hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API Healthcheck" enabled="true"> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> |
| <collectionProp name="Arguments.arguments"/> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${API_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${API_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">/policy/api/v1/healthcheck</stringProp> |
| <stringProp name="HTTPSampler.method">GET</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="49586">200</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">8</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="JSON Assertion" enabled="true"> |
| <stringProp name="JSON_PATH">$.healthy</stringProp> |
| <stringProp name="EXPECTED_VALUE">true</stringProp> |
| <boolProp name="JSONVALIDATION">true</boolProp> |
| <boolProp name="EXPECT_NULL">false</boolProp> |
| <boolProp name="INVERT">false</boolProp> |
| <boolProp name="ISREGEX">false</boolProp> |
| </JSONPathAssertion> |
| <hashTree/> |
| </hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Create vCPE Policy" enabled="true"> |
| <boolProp name="HTTPSampler.postBodyRaw">true</boolProp> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments"> |
| <collectionProp name="Arguments.arguments"> |
| <elementProp name="" elementType="HTTPArgument"> |
| <boolProp name="HTTPArgument.always_encode">false</boolProp> |
| <stringProp name="Argument.value">{
 |
| "tosca_definitions_version": "tosca_simple_yaml_1_1_0",
 |
| "topology_template": {
 |
| "policies": [
 |
| {
 |
| "operational.restart": {
 |
| "type": "onap.policies.controlloop.operational.common.Drools",
 |
| "type_version": "1.0.0",
 |
| "version": "1.0.0",
 |
| "metadata": {
 |
| "policy-id": "operational.restart"
 |
| },
 |
| "properties": {
 |
| "id": "ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e",
 |
| "timeout": 60,
 |
| "abatement": false,
 |
| "trigger": "unique-policy-id-1-restart",
 |
| "operations": [
 |
| {
 |
| "id": "unique-policy-id-1-restart",
 |
| "description": "Restart the VM",
 |
| "operation": {
 |
| "actor": "APPC",
 |
| "operation": "Restart",
 |
| "target": {
 |
| "targetType": "VNF"
 |
| }
 |
| },
 |
| "timeout": 20,
 |
| "retries": 0,
 |
| "success": "final_success",
 |
| "failure": "final_failure",
 |
| "failure_timeout": "final_failure_timeout",
 |
| "failure_retries": "final_failure_retries",
 |
| "failure_exception": "final_failure_exception",
 |
| "failure_guard": "final_failure_guard"
 |
| }
 |
| ],
 |
| "controllerName": "usecases"
 |
| }
 |
| }
 |
| }
 |
| ]
 |
| }
 |
| }</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| </elementProp> |
| </collectionProp> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${API_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${API_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">policy/api/v1/policytypes/onap.policies.controlloop.operational.common.Drools/versions/1.0.0/policies</stringProp> |
| <stringProp name="HTTPSampler.method">POST</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="49586">200</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">8</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| </hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Create vCPE Fail Policy" enabled="true"> |
| <boolProp name="HTTPSampler.postBodyRaw">true</boolProp> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments"> |
| <collectionProp name="Arguments.arguments"> |
| <elementProp name="" elementType="HTTPArgument"> |
| <boolProp name="HTTPArgument.always_encode">false</boolProp> |
| <stringProp name="Argument.value">{
 |
| "tosca_definitions_version": "tosca_simple_yaml_1_1_0",
 |
| "topology_template": {
 |
| "policies": [
 |
| {
 |
| "operational.restart.fail": {
 |
| "type": "onap.policies.controlloop.operational.common.Drools",
 |
| "type_version": "1.0.0",
 |
| "version": "1.0.0",
 |
| "metadata": {
 |
| "policy-id": "operational.restart.fail"
 |
| },
 |
| "properties": {
 |
| "id": "ControlLoop-vCPE-Fail",
 |
| "timeout": 60,
 |
| "abatement": false,
 |
| "trigger": "unique-policy-id-1-restart",
 |
| "operations": [
 |
| {
 |
| "id": "unique-policy-id-1-restart",
 |
| "description": "Restart the VM",
 |
| "operation": {
 |
| "actor": "APPC",
 |
| "operation": "Restart",
 |
| "target": {
 |
| "targetType": "VNF"
 |
| }
 |
| },
 |
| "timeout": 20,
 |
| "retries": 0,
 |
| "success": "final_success",
 |
| "failure": "final_failure",
 |
| "failure_timeout": "final_failure_timeout",
 |
| "failure_retries": "final_failure_retries",
 |
| "failure_exception": "final_failure_exception",
 |
| "failure_guard": "final_failure_guard"
 |
| }
 |
| ],
 |
| "controllerName": "usecases"
 |
| }
 |
| }
 |
| }
 |
| ]
 |
| }
 |
| }</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| </elementProp> |
| </collectionProp> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${API_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${API_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">policy/api/v1/policytypes/onap.policies.controlloop.operational.common.Drools/versions/1.0.0/policies</stringProp> |
| <stringProp name="HTTPSampler.method">POST</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="49586">200</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">8</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| </hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Create vFirewall Policy" enabled="true"> |
| <boolProp name="HTTPSampler.postBodyRaw">true</boolProp> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments"> |
| <collectionProp name="Arguments.arguments"> |
| <elementProp name="" elementType="HTTPArgument"> |
| <boolProp name="HTTPArgument.always_encode">false</boolProp> |
| <stringProp name="Argument.value">{
 |
| "tosca_definitions_version": "tosca_simple_yaml_1_1_0",
 |
| "topology_template": {
 |
| "policies": [
 |
| {
 |
| "operational.modifyconfig": {
 |
| "type": "onap.policies.controlloop.operational.common.Drools",
 |
| "type_version": "1.0.0",
 |
| "version": "1.0.0",
 |
| "metadata": {
 |
| "policy-id": "operational.modifyconfig"
 |
| },
 |
| "properties": {
 |
| "id": "ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a",
 |
| "timeout": 60,
 |
| "abatement": false,
 |
| "trigger": "unique-policy-id-1-modifyConfig",
 |
| "operations": [
 |
| {
 |
| "id": "unique-policy-id-1-modifyConfig",
 |
| "description": "Modify the packet generator",
 |
| "operation": {
 |
| "actor": "APPC",
 |
| "operation": "ModifyConfig",
 |
| "target": {
 |
| "targetType": "VNF",
 |
| "entityIds": {
 |
| "resourceID": "bbb3cefd-01c8-413c-9bdd-2b92f9ca3d38"
 |
| }
 |
| },
 |
| "payload": {
 |
| "streams": "{\"active-streams\": 5 }"
 |
| }
 |
| },
 |
| "timeout": 20,
 |
| "retries": 0,
 |
| "success": "final_success",
 |
| "failure": "final_failure",
 |
| "failure_timeout": "final_failure_timeout",
 |
| "failure_retries": "final_failure_retries",
 |
| "failure_exception": "final_failure_exception",
 |
| "failure_guard": "final_failure_guard"
 |
| }
 |
| ],
 |
| "controllerName": "usecases"
 |
| }
 |
| }
 |
| }
 |
| ]
 |
| }
 |
| }</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| </elementProp> |
| </collectionProp> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${API_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${API_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">policy/api/v1/policytypes/onap.policies.controlloop.operational.common.Drools/versions/1.0.0/policies</stringProp> |
| <stringProp name="HTTPSampler.method">POST</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="49586">200</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">8</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| </hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Create vDNS Policy" enabled="true"> |
| <boolProp name="HTTPSampler.postBodyRaw">true</boolProp> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments"> |
| <collectionProp name="Arguments.arguments"> |
| <elementProp name="" elementType="HTTPArgument"> |
| <boolProp name="HTTPArgument.always_encode">false</boolProp> |
| <stringProp name="Argument.value">{
 |
| "tosca_definitions_version": "tosca_simple_yaml_1_1_0",
 |
| "topology_template": {
 |
| "policies": [
 |
| {
 |
| "operational.scaleout": {
 |
| "type": "onap.policies.controlloop.operational.common.Drools",
 |
| "type_version": "1.0.0",
 |
| "version": "1.0.0",
 |
| "metadata": {
 |
| "policy-id": "operational.scaleout"
 |
| },
 |
| "properties": {
 |
| "id": "ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3",
 |
| "timeout": 60,
 |
| "abatement": false,
 |
| "trigger": "unique-policy-id-1-scale-up",
 |
| "operations": [
 |
| {
 |
| "id": "unique-policy-id-1-scale-up",
 |
| "description": "Create a new VF Module",
 |
| "operation": {
 |
| "actor": "SO",
 |
| "operation": "VF Module Create",
 |
| "target": {
 |
| "targetType": "VFMODULE",
 |
| "entityIds": {
 |
| "modelInvariantId": "e6130d03-56f1-4b0a-9a1d-e1b2ebc30e0e",
 |
| "modelVersionId": "94b18b1d-cc91-4f43-911a-e6348665f292",
 |
| "modelName": "VfwclVfwsnkBbefb8ce2bde..base_vfw..module-0",
 |
| "modelVersion": "1",
 |
| "modelCustomizationId": "47958575-138f-452a-8c8d-d89b595f8164"
 |
| }
 |
| },
 |
| "payload": {
 |
| "requestParameters": "{\"usePreload\":true,\"userParams\":[]}",
 |
| "configurationParameters": "[{\"ip-addr\":\"$.vf-module-topology.vf-module-parameters.param[9]\",\"oam-ip-addr\":\"$.vf-module-topology.vf-module-parameters.param[16]\",\"enabled\":\"$.vf-module-topology.vf-module-parameters.param[23]\"}]"
 |
| }
 |
| },
 |
| "timeout": 20,
 |
| "retries": 0,
 |
| "success": "final_success",
 |
| "failure": "final_failure",
 |
| "failure_timeout": "final_failure_timeout",
 |
| "failure_retries": "final_failure_retries",
 |
| "failure_exception": "final_failure_exception",
 |
| "failure_guard": "final_failure_guard"
 |
| }
 |
| ],
 |
| "controllerName": "usecases"
 |
| }
 |
| }
 |
| }
 |
| ]
 |
| }
 |
| }</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| </elementProp> |
| </collectionProp> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${API_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${API_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">policy/api/v1/policytypes/onap.policies.controlloop.operational.common.Drools/versions/1.0.0/policies</stringProp> |
| <stringProp name="HTTPSampler.method">POST</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="49586">200</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">8</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| </hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Create vDNS Fail Policy" enabled="true"> |
| <boolProp name="HTTPSampler.postBodyRaw">true</boolProp> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments"> |
| <collectionProp name="Arguments.arguments"> |
| <elementProp name="" elementType="HTTPArgument"> |
| <boolProp name="HTTPArgument.always_encode">false</boolProp> |
| <stringProp name="Argument.value">{
 |
| "tosca_definitions_version": "tosca_simple_yaml_1_1_0",
 |
| "topology_template": {
 |
| "policies": [
 |
| {
 |
| "operational.scaleout.fail": {
 |
| "type": "onap.policies.controlloop.operational.common.Drools",
 |
| "type_version": "1.0.0",
 |
| "version": "1.0.0",
 |
| "metadata": {
 |
| "policy-id": "operational.scaleout.fail"
 |
| },
 |
| "properties": {
 |
| "id": "ControlLoop-vDNS-Fail",
 |
| "timeout": 60,
 |
| "abatement": false,
 |
| "trigger": "unique-policy-id-1-scale-up",
 |
| "operations": [
 |
| {
 |
| "id": "unique-policy-id-1-scale-up",
 |
| "description": "Create a new VF Module",
 |
| "operation": {
 |
| "actor": "SO",
 |
| "operation": "VF Module Create",
 |
| "target": {
 |
| "targetType": "VFMODULE",
 |
| "entityIds": {
 |
| "modelInvariantId": "e6130d03-56f1-4b0a-9a1d-e1b2ebc30e0e",
 |
| "modelVersionId": "94b18b1d-cc91-4f43-911a-e6348665f292",
 |
| "modelName": "VfwclVfwsnkBbefb8ce2bde..base_vfw..module-0",
 |
| "modelVersion": "1",
 |
| "modelCustomizationId": "47958575-138f-452a-8c8d-d89b595f8164"
 |
| }
 |
| },
 |
| "payload": {
 |
| "requestParameters": "{\"usePreload\":true,\"userParams\":[]}",
 |
| "configurationParameters": "[{\"ip-addr\":\"$.vf-module-topology.vf-module-parameters.param[9]\",\"oam-ip-addr\":\"$.vf-module-topology.vf-module-parameters.param[16]\",\"enabled\":\"$.vf-module-topology.vf-module-parameters.param[23]\"}]"
 |
| }
 |
| },
 |
| "timeout": 20,
 |
| "retries": 0,
 |
| "success": "final_success",
 |
| "failure": "final_failure",
 |
| "failure_timeout": "final_failure_timeout",
 |
| "failure_retries": "final_failure_retries",
 |
| "failure_exception": "final_failure_exception",
 |
| "failure_guard": "final_failure_guard"
 |
| }
 |
| ],
 |
| "controllerName": "usecases"
 |
| }
 |
| }
 |
| }
 |
| ]
 |
| }
 |
| }</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| </elementProp> |
| </collectionProp> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${API_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${API_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">policy/api/v1/policytypes/onap.policies.controlloop.operational.common.Drools/versions/1.0.0/policies</stringProp> |
| <stringProp name="HTTPSampler.method">POST</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="49586">200</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">8</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| </hashTree> |
| </hashTree> |
| <GenericController guiclass="LogicControllerGui" testclass="GenericController" testname="PAP" enabled="true"/> |
| <hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="PAP Healthcheck" enabled="true"> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> |
| <collectionProp name="Arguments.arguments"/> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">/policy/pap/v1/healthcheck</stringProp> |
| <stringProp name="HTTPSampler.method">GET</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="49586">200</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">8</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="JSON Assertion" enabled="true"> |
| <stringProp name="JSON_PATH">$.healthy</stringProp> |
| <stringProp name="EXPECTED_VALUE">true</stringProp> |
| <boolProp name="JSONVALIDATION">true</boolProp> |
| <boolProp name="EXPECT_NULL">false</boolProp> |
| <boolProp name="INVERT">false</boolProp> |
| <boolProp name="ISREGEX">false</boolProp> |
| </JSONPathAssertion> |
| <hashTree/> |
| </hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Deploy vCPE Policy" enabled="true"> |
| <boolProp name="HTTPSampler.postBodyRaw">true</boolProp> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments"> |
| <collectionProp name="Arguments.arguments"> |
| <elementProp name="" elementType="HTTPArgument"> |
| <boolProp name="HTTPArgument.always_encode">false</boolProp> |
| <stringProp name="Argument.value">{"policies":[{"policy-id":"operational.restart", "version": "1.0.0"}]}</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| </elementProp> |
| </collectionProp> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">policy/pap/v1/pdps/policies</stringProp> |
| <stringProp name="HTTPSampler.method">POST</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="49588">202</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">8</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| </hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Deploy vCPE Fail Policy" enabled="true"> |
| <boolProp name="HTTPSampler.postBodyRaw">true</boolProp> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments"> |
| <collectionProp name="Arguments.arguments"> |
| <elementProp name="" elementType="HTTPArgument"> |
| <boolProp name="HTTPArgument.always_encode">false</boolProp> |
| <stringProp name="Argument.value">{"policies":[{"policy-id":"operational.restart.fail", "version": "1.0.0"}]}</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| </elementProp> |
| </collectionProp> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">policy/pap/v1/pdps/policies</stringProp> |
| <stringProp name="HTTPSampler.method">POST</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="49588">202</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">8</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| </hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Deploy vFirewall Policy" enabled="true"> |
| <boolProp name="HTTPSampler.postBodyRaw">true</boolProp> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments"> |
| <collectionProp name="Arguments.arguments"> |
| <elementProp name="" elementType="HTTPArgument"> |
| <boolProp name="HTTPArgument.always_encode">false</boolProp> |
| <stringProp name="Argument.value">{"policies":[{"policy-id":"operational.modifyconfig", "version": "1.0.0"}]}</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| </elementProp> |
| </collectionProp> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">policy/pap/v1/pdps/policies</stringProp> |
| <stringProp name="HTTPSampler.method">POST</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="49588">202</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">8</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| </hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Deploy vDNS Policy" enabled="true"> |
| <boolProp name="HTTPSampler.postBodyRaw">true</boolProp> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments"> |
| <collectionProp name="Arguments.arguments"> |
| <elementProp name="" elementType="HTTPArgument"> |
| <boolProp name="HTTPArgument.always_encode">false</boolProp> |
| <stringProp name="Argument.value">{"policies":[{"policy-id":"operational.scaleout", "version": "1.0.0"}]}</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| </elementProp> |
| </collectionProp> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">policy/pap/v1/pdps/policies</stringProp> |
| <stringProp name="HTTPSampler.method">POST</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="49588">202</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">8</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| </hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Deploy vDNS Fail Policy" enabled="true"> |
| <boolProp name="HTTPSampler.postBodyRaw">true</boolProp> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments"> |
| <collectionProp name="Arguments.arguments"> |
| <elementProp name="" elementType="HTTPArgument"> |
| <boolProp name="HTTPArgument.always_encode">false</boolProp> |
| <stringProp name="Argument.value">{"policies":[{"policy-id":"operational.scaleout.fail", "version": "1.0.0"}]}</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| </elementProp> |
| </collectionProp> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">policy/pap/v1/pdps/policies</stringProp> |
| <stringProp name="HTTPSampler.method">POST</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="49588">202</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">8</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| </hashTree> |
| </hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="POLICY-PDP-PAP " enabled="true"> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> |
| <collectionProp name="Arguments.arguments"/> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${DMAAP_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${DMAAP_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">events/POLICY-PDP-PAP/${__time()}/1?timeout=2000</stringProp> |
| <stringProp name="HTTPSampler.method">GET</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="49586">200</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">8</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| </hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Drain vCPE success POLICY-CL-MGT" enabled="true"> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> |
| <collectionProp name="Arguments.arguments"/> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${DMAAP_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${DMAAP_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">events/POLICY-CL-MGT/vcpesuccess/1?timeout=20000</stringProp> |
| <stringProp name="HTTPSampler.method">GET</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="49586">200</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">8</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| </hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Drain vCPE success APPC-LCM-READ" enabled="true"> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> |
| <collectionProp name="Arguments.arguments"/> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${DMAAP_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${DMAAP_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">events/APPC-LCM-READ/vcpesuccess/1?timeout=20000</stringProp> |
| <stringProp name="HTTPSampler.method">GET</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="49586">200</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">8</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| </hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Drain vCPE failure POLICY-CL-MGT" enabled="true"> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> |
| <collectionProp name="Arguments.arguments"/> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${DMAAP_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${DMAAP_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">events/POLICY-CL-MGT/vcpefailure/1?timeout=20000</stringProp> |
| <stringProp name="HTTPSampler.method">GET</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="49586">200</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">8</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| </hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Drain vCPE failure APPC-LCM-READ" enabled="true"> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> |
| <collectionProp name="Arguments.arguments"/> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${DMAAP_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${DMAAP_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">events/APPC-LCM-READ/vcpefailure/1?timeout=20000</stringProp> |
| <stringProp name="HTTPSampler.method">GET</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="49586">200</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">8</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| </hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="PDP-D" enabled="true"> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> |
| <collectionProp name="Arguments.arguments"/> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${DROOLS_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${DROOLS_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">policy/pdp/engine/controllers/usecases/drools/facts</stringProp> |
| <stringProp name="HTTPSampler.method">GET</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="49586">200</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">8</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="JSON Assertion" enabled="true"> |
| <stringProp name="JSON_PATH">$.usecases</stringProp> |
| <stringProp name="EXPECTED_VALUE">10</stringProp> |
| <boolProp name="JSONVALIDATION">true</boolProp> |
| <boolProp name="EXPECT_NULL">false</boolProp> |
| <boolProp name="INVERT">false</boolProp> |
| <boolProp name="ISREGEX">false</boolProp> |
| </JSONPathAssertion> |
| <hashTree/> |
| </hashTree> |
| </hashTree> |
| <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="vCPE Success" enabled="true"> |
| <stringProp name="ThreadGroup.on_sample_error">startnextloop</stringProp> |
| <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true"> |
| <boolProp name="LoopController.continue_forever">false</boolProp> |
| <intProp name="LoopController.loops">-1</intProp> |
| </elementProp> |
| <stringProp name="ThreadGroup.num_threads">1</stringProp> |
| <stringProp name="ThreadGroup.ramp_time">1</stringProp> |
| <boolProp name="ThreadGroup.scheduler">true</boolProp> |
| <stringProp name="ThreadGroup.duration">${duration}</stringProp> |
| <stringProp name="ThreadGroup.delay">1</stringProp> |
| </ThreadGroup> |
| <hashTree> |
| <UserParameters guiclass="UserParametersGui" testclass="UserParameters" testname="Set consumer group per scenario" enabled="true"> |
| <collectionProp name="UserParameters.names"> |
| <stringProp name="-308835287">consumerGroup</stringProp> |
| </collectionProp> |
| <collectionProp name="UserParameters.thread_values"> |
| <collectionProp name="-1571164782"> |
| <stringProp name="-2075285407">vcpesuccess</stringProp> |
| </collectionProp> |
| </collectionProp> |
| <boolProp name="UserParameters.per_iteration">false</boolProp> |
| <stringProp name="TestPlan.comments">Global to the thread group</stringProp> |
| </UserParameters> |
| <hashTree/> |
| <UserParameters guiclass="UserParametersGui" testclass="UserParameters" testname="Set request id per cycle" enabled="true"> |
| <collectionProp name="UserParameters.names"> |
| <stringProp name="693933066">requestId</stringProp> |
| </collectionProp> |
| <collectionProp name="UserParameters.thread_values"> |
| <collectionProp name="681405977"> |
| <stringProp name="118040362">${__UUID()}</stringProp> |
| </collectionProp> |
| </collectionProp> |
| <boolProp name="UserParameters.per_iteration">true</boolProp> |
| <stringProp name="TestPlan.comments">Update on a per iteration basis</stringProp> |
| </UserParameters> |
| <hashTree/> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="DCAE[DCAE_TOPIC]: ONSET" enabled="true"> |
| <boolProp name="HTTPSampler.postBodyRaw">true</boolProp> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments"> |
| <collectionProp name="Arguments.arguments"> |
| <elementProp name="" elementType="HTTPArgument"> |
| <boolProp name="HTTPArgument.always_encode">false</boolProp> |
| <stringProp name="Argument.value">{
 |
| "closedLoopControlName": "ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e",
 |
| "closedLoopAlarmStart": 1463679805324,
 |
| "closedLoopEventClient": "DCAE_INSTANCE_ID.dcae-tca",
 |
| "closedLoopEventStatus": "ONSET",
 |
| "requestID": "${requestId}",
 |
| "target_type": "VNF",
 |
| "target": "generic-vnf.vnf-id",
 |
| "AAI": {
 |
| "vserver.is-closed-loop-disabled": "false",
 |
| "vserver.prov-status": "ACTIVE",
 |
| "generic-vnf.vnf-id": "vCPE_Infrastructure_vGMUX_demo_app"
 |
| },
 |
| "from": "DCAE",
 |
| "version": "1.0.2"
 |
| }</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| </elementProp> |
| </collectionProp> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${DROOLS_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${DROOLS_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">policy/pdp/engine/topics/sources/dmaap/DCAE_TOPIC/events</stringProp> |
| <stringProp name="HTTPSampler.method">PUT</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <HeaderManager guiclass="HeaderPanel" testclass="HeaderManager" testname="HTTP Header Manager" enabled="true"> |
| <collectionProp name="HeaderManager.headers"> |
| <elementProp name="" elementType="Header"> |
| <stringProp name="Header.name">Content-Type</stringProp> |
| <stringProp name="Header.value">text/plain</stringProp> |
| </elementProp> |
| </collectionProp> |
| </HeaderManager> |
| <hashTree/> |
| </hashTree> |
| <JSR223Sampler guiclass="TestBeanGUI" testclass="JSR223Sampler" testname="Init DMaaP Counter" enabled="true"> |
| <stringProp name="scriptLanguage">groovy</stringProp> |
| <stringProp name="parameters"></stringProp> |
| <stringProp name="filename"></stringProp> |
| <stringProp name="cacheKey">true</stringProp> |
| <stringProp name="script">vars.put("counter", "0");</stringProp> |
| </JSR223Sampler> |
| <hashTree/> |
| <WhileController guiclass="WhileControllerGui" testclass="WhileController" testname="APPCL Restart Loop Controller" enabled="true"> |
| <stringProp name="WhileController.condition">${__javaScript(${counter} < 10)}</stringProp> |
| </WhileController> |
| <hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="POLICY[APPC-LCM-READ]: Restart" enabled="true"> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> |
| <collectionProp name="Arguments.arguments"> |
| <elementProp name="filter" elementType="HTTPArgument"> |
| <boolProp name="HTTPArgument.always_encode">true</boolProp> |
| <stringProp name="Argument.value">{"class":"And", "filters": [ { "class":"Equals", "field":"request-id", "value":"${requestId}" }, { "class":"Equals", "field":"rpc-name", "value":"restart" }]}</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| <boolProp name="HTTPArgument.use_equals">true</boolProp> |
| <stringProp name="Argument.name">filter</stringProp> |
| </elementProp> |
| </collectionProp> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${DMAAP_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${DMAAP_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">events/APPC-LCM-READ/${consumerGroup}/1?timeout=15000&limit=1</stringProp> |
| <stringProp name="HTTPSampler.method">GET</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="No []" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="2914">[]</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_data</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">12</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| <RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="request-id extractor" enabled="true"> |
| <stringProp name="RegexExtractor.useHeaders">false</stringProp> |
| <stringProp name="RegexExtractor.refname">requestIdOnset</stringProp> |
| <stringProp name="RegexExtractor.regex">\\"request-id\\": \\"(.+?)\\"</stringProp> |
| <stringProp name="RegexExtractor.template">$1$</stringProp> |
| <stringProp name="RegexExtractor.default">none</stringProp> |
| <stringProp name="RegexExtractor.match_number"></stringProp> |
| </RegexExtractor> |
| <hashTree/> |
| <RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="correlation-id extractor" enabled="true"> |
| <stringProp name="RegexExtractor.useHeaders">false</stringProp> |
| <stringProp name="RegexExtractor.refname">correlationId</stringProp> |
| <stringProp name="RegexExtractor.regex">correlation-id\\": \\"(.+?)\\"</stringProp> |
| <stringProp name="RegexExtractor.template">$1$</stringProp> |
| <stringProp name="RegexExtractor.default">none</stringProp> |
| <stringProp name="RegexExtractor.match_number"></stringProp> |
| </RegexExtractor> |
| <hashTree/> |
| <RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="sub-request-id extractor" enabled="true"> |
| <stringProp name="RegexExtractor.useHeaders">false</stringProp> |
| <stringProp name="RegexExtractor.refname">subRequestId</stringProp> |
| <stringProp name="RegexExtractor.regex">sub-request-id\\": \\"(.+?)\\"</stringProp> |
| <stringProp name="RegexExtractor.template">$1$</stringProp> |
| <stringProp name="RegexExtractor.default">none</stringProp> |
| <stringProp name="RegexExtractor.match_number"></stringProp> |
| </RegexExtractor> |
| <hashTree/> |
| <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true"> |
| <stringProp name="scriptLanguage">groovy</stringProp> |
| <stringProp name="parameters"></stringProp> |
| <stringProp name="filename"></stringProp> |
| <stringProp name="cacheKey">true</stringProp> |
| <stringProp name="script">String requestIdOnset = vars.get("requestIdOnset"); |
| String requestId = vars.get("requestId"); |
| String correlationId = vars.get("correlationId"); |
| String subRequestId = vars.get("subRequestId"); |
| String counter = vars.get("counter"); |
| |
| String transaction = "none"; |
| |
| log.info ("The requestId id is " + requestId); |
| log.info ("The requestIdOnset id is " + requestIdOnset); |
| log.info ("The correlation id is " + correlationId); |
| log.info ("The subrequest id is " + subRequestId); |
| log.info ("The counter is " + counter); |
| |
| if ( requestId == requestIdOnset ) { |
| if ( correlationId == "none" || subRequestId == "none" ) { |
| transaction = "FINAL"; |
| log.info ("Final Failure Transaction"); |
| AssertionResult.setFailureMessage("Missing correlationId or subRequestId"); |
| AssertionResult.setFailure(true); |
| } else { |
| transaction = "FINAL"; |
| vars.put("transaction", "FINAL"); |
| log.info ("Final Success Transaction"); |
| } |
| } |
| |
| int counterTemp = Integer.parseInt(counter) +1; |
| if (transaction == "FINAL") { |
| counterTemp = 99; |
| } else if (counterTemp >= 10) { |
| AssertionResult.setFailureMessage("vCPE Success APPCL Failure, reached maximum number of 10 attempts "); |
| AssertionResult.setFailure(true); |
| } |
| |
| vars.put("counter", Integer.toString(counterTemp)); |
| |
| </stringProp> |
| </JSR223Assertion> |
| <hashTree/> |
| </hashTree> |
| </hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="APPC[APPC-LCM-READ]: SUCCESS" enabled="true"> |
| <boolProp name="HTTPSampler.postBodyRaw">true</boolProp> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments"> |
| <collectionProp name="Arguments.arguments"> |
| <elementProp name="" elementType="HTTPArgument"> |
| <boolProp name="HTTPArgument.always_encode">false</boolProp> |
| <stringProp name="Argument.value">{
 |
| "body": {
 |
| "output": {
 |
| "common-header": {
 |
| "timestamp": "2020-05-05T15:56:34.845Z",
 |
| "api-ver": "2.00",
 |
| "originator-id": "${requestId}",
 |
| "request-id": "${requestId}",
 |
| "sub-request-id": "${subRequestId}",
 |
| "flags": {}
 |
| },
 |
| "status": {
 |
| "code": 400,
 |
| "message": "Restart Successful"
 |
| }
 |
| }
 |
| },
 |
| "version": "2.0",
 |
| "rpc-name": "restart",
 |
| "correlation-id": "${correlationId}",
 |
| "type": "response"
 |
| }
 |
| </stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| </elementProp> |
| </collectionProp> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${DROOLS_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${DROOLS_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">policy/pdp/engine/topics/sources/dmaap/APPC-LCM-WRITE/events</stringProp> |
| <stringProp name="HTTPSampler.method">PUT</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <HeaderManager guiclass="HeaderPanel" testclass="HeaderManager" testname="HTTP Header Manager" enabled="true"> |
| <collectionProp name="HeaderManager.headers"> |
| <elementProp name="" elementType="Header"> |
| <stringProp name="Header.name">Content-Type</stringProp> |
| <stringProp name="Header.value">text/plain</stringProp> |
| </elementProp> |
| </collectionProp> |
| </HeaderManager> |
| <hashTree/> |
| </hashTree> |
| <JSR223Sampler guiclass="TestBeanGUI" testclass="JSR223Sampler" testname="Init DMaaP Counter" enabled="true"> |
| <stringProp name="scriptLanguage">groovy</stringProp> |
| <stringProp name="parameters"></stringProp> |
| <stringProp name="filename"></stringProp> |
| <stringProp name="cacheKey">true</stringProp> |
| <stringProp name="script">vars.put("counter", "0");</stringProp> |
| </JSR223Sampler> |
| <hashTree/> |
| <WhileController guiclass="WhileControllerGui" testclass="WhileController" testname="Final Success Controller" enabled="true"> |
| <stringProp name="WhileController.condition">${__javaScript(${counter} < 60)}</stringProp> |
| </WhileController> |
| <hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="POLICY[POLICY-CL-MGT]: FINAL_SUCCESS" enabled="true"> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> |
| <collectionProp name="Arguments.arguments"> |
| <elementProp name="filter" elementType="HTTPArgument"> |
| <boolProp name="HTTPArgument.always_encode">true</boolProp> |
| <stringProp name="Argument.value">{"class":"And", "filters": [ { "class":"Equals", "field":"requestId", "value":"${requestId}" }, { "class":"Equals", "field":"notification", "value":"FINAL: SUCCESS" }]}</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| <boolProp name="HTTPArgument.use_equals">true</boolProp> |
| <stringProp name="Argument.name">filter</stringProp> |
| </elementProp> |
| </collectionProp> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${DMAAP_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${DMAAP_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">events/POLICY-CL-MGT/${consumerGroup}/1?timeout=15000&limit=1</stringProp> |
| <stringProp name="HTTPSampler.method">GET</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="No []" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="2914">[]</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_data</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">12</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| <RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="requestId extractor" enabled="true"> |
| <stringProp name="RegexExtractor.useHeaders">false</stringProp> |
| <stringProp name="RegexExtractor.refname">requestIdOnset</stringProp> |
| <stringProp name="RegexExtractor.regex">requestId\\": \\"(.+?)\\"</stringProp> |
| <stringProp name="RegexExtractor.template">$1$</stringProp> |
| <stringProp name="RegexExtractor.default">none</stringProp> |
| <stringProp name="RegexExtractor.match_number"></stringProp> |
| </RegexExtractor> |
| <hashTree/> |
| <RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="notification extractor" enabled="true"> |
| <stringProp name="RegexExtractor.useHeaders">false</stringProp> |
| <stringProp name="RegexExtractor.refname">notification</stringProp> |
| <stringProp name="RegexExtractor.regex">notification\\": \\"FINAL: (.+?)\\"</stringProp> |
| <stringProp name="RegexExtractor.template">$1$</stringProp> |
| <stringProp name="RegexExtractor.default">none</stringProp> |
| <stringProp name="RegexExtractor.match_number"></stringProp> |
| </RegexExtractor> |
| <hashTree/> |
| <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true"> |
| <stringProp name="scriptLanguage">groovy</stringProp> |
| <stringProp name="parameters"></stringProp> |
| <stringProp name="filename"></stringProp> |
| <stringProp name="cacheKey">true</stringProp> |
| <stringProp name="script">String requestIdOnset = vars.get("requestIdOnset"); |
| String requestId = vars.get("requestId"); |
| String notification = vars.get("notification"); |
| String counter = vars.get("counter"); |
| |
| String transaction = "none"; |
| |
| log.info ("The requestId id is " + requestId); |
| log.info ("The requestIdOnset id is " + requestIdOnset); |
| log.info ("The notification is " + notification); |
| log.info ("The transaction is " + transaction); |
| log.info ("The counter is " + counter); |
| |
| if ( requestId == requestIdOnset ) { |
| if ( notification == "SUCCESS" ) { |
| transaction = "FINAL"; |
| log.info ("Final Success Transaction"); |
| log.info ("The notification is SUCCESS"); |
| } else if ( notification == "FAILURE" ) { |
| transaction = "FINAL"; |
| log.info ("Final Failure Transaction"); |
| AssertionResult.setFailureMessage("Bad final notification"); |
| AssertionResult.setFailure(true); |
| } |
| } |
| |
| int counterTemp = Integer.parseInt(counter) +1; |
| if (transaction == "FINAL") { |
| counterTemp = 99; |
| } else if (counterTemp >= 60) { |
| AssertionResult.setFailureMessage("vCPE Success POLICYCL Failure, reached maximum number of attempts "); |
| AssertionResult.setFailure(true); |
| } |
| |
| vars.put("counter", Integer.toString(counterTemp));</stringProp> |
| </JSR223Assertion> |
| <hashTree/> |
| </hashTree> |
| </hashTree> |
| <ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="View Results Tree" enabled="true"> |
| <boolProp name="ResultCollector.error_logging">false</boolProp> |
| <objProp> |
| <name>saveConfig</name> |
| <value class="SampleSaveConfiguration"> |
| <time>true</time> |
| <latency>true</latency> |
| <timestamp>true</timestamp> |
| <success>true</success> |
| <label>true</label> |
| <code>true</code> |
| <message>true</message> |
| <threadName>true</threadName> |
| <dataType>true</dataType> |
| <encoding>false</encoding> |
| <assertions>true</assertions> |
| <subresults>true</subresults> |
| <responseData>false</responseData> |
| <samplerData>false</samplerData> |
| <xml>false</xml> |
| <fieldNames>true</fieldNames> |
| <responseHeaders>false</responseHeaders> |
| <requestHeaders>false</requestHeaders> |
| <responseDataOnError>false</responseDataOnError> |
| <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage> |
| <assertionsResultsToSave>0</assertionsResultsToSave> |
| <bytes>true</bytes> |
| <sentBytes>true</sentBytes> |
| <url>true</url> |
| <threadCounts>true</threadCounts> |
| <idleTime>true</idleTime> |
| <connectTime>true</connectTime> |
| </value> |
| </objProp> |
| <stringProp name="filename"></stringProp> |
| </ResultCollector> |
| <hashTree/> |
| </hashTree> |
| <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="vCPE Failure" enabled="true"> |
| <stringProp name="ThreadGroup.on_sample_error">startnextloop</stringProp> |
| <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true"> |
| <boolProp name="LoopController.continue_forever">false</boolProp> |
| <intProp name="LoopController.loops">-1</intProp> |
| </elementProp> |
| <stringProp name="ThreadGroup.num_threads">1</stringProp> |
| <stringProp name="ThreadGroup.ramp_time">1</stringProp> |
| <boolProp name="ThreadGroup.scheduler">true</boolProp> |
| <stringProp name="ThreadGroup.duration">${duration}</stringProp> |
| <stringProp name="ThreadGroup.delay">5</stringProp> |
| </ThreadGroup> |
| <hashTree> |
| <UserParameters guiclass="UserParametersGui" testclass="UserParameters" testname="Set consumer group per scenario" enabled="true"> |
| <collectionProp name="UserParameters.names"> |
| <stringProp name="-308835287">consumerGroup</stringProp> |
| </collectionProp> |
| <collectionProp name="UserParameters.thread_values"> |
| <collectionProp name="-1129400645"> |
| <stringProp name="-1294689816">vcpefailure</stringProp> |
| </collectionProp> |
| </collectionProp> |
| <boolProp name="UserParameters.per_iteration">false</boolProp> |
| <stringProp name="TestPlan.comments">Global to the thread group</stringProp> |
| </UserParameters> |
| <hashTree/> |
| <UserParameters guiclass="UserParametersGui" testclass="UserParameters" testname="Set request id per cycle" enabled="true"> |
| <collectionProp name="UserParameters.names"> |
| <stringProp name="693933066">requestId</stringProp> |
| </collectionProp> |
| <collectionProp name="UserParameters.thread_values"> |
| <collectionProp name="681405977"> |
| <stringProp name="118040362">${__UUID()}</stringProp> |
| </collectionProp> |
| </collectionProp> |
| <boolProp name="UserParameters.per_iteration">true</boolProp> |
| <stringProp name="TestPlan.comments">Update on a per iteration basis</stringProp> |
| </UserParameters> |
| <hashTree/> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="DCAE[DCAE_TOPIC]: ONSET" enabled="true"> |
| <boolProp name="HTTPSampler.postBodyRaw">true</boolProp> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments"> |
| <collectionProp name="Arguments.arguments"> |
| <elementProp name="" elementType="HTTPArgument"> |
| <boolProp name="HTTPArgument.always_encode">false</boolProp> |
| <stringProp name="Argument.value">{
 |
| "closedLoopControlName": "ControlLoop-vCPE-Fail",
 |
| "closedLoopAlarmStart": 1463679805324,
 |
| "closedLoopEventClient": "DCAE_INSTANCE_ID.dcae-tca",
 |
| "closedLoopEventStatus": "ONSET",
 |
| "requestID": "${requestId}",
 |
| "target_type": "VNF",
 |
| "target": "generic-vnf.vnf-id",
 |
| "AAI": {
 |
| "vserver.is-closed-loop-disabled": "false",
 |
| "vserver.prov-status": "ACTIVE",
 |
| "generic-vnf.vnf-id": "a_fail_vnf_id"
 |
| },
 |
| "from": "DCAE",
 |
| "version": "1.0.2"
 |
| }</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| </elementProp> |
| </collectionProp> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${DROOLS_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${DROOLS_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">policy/pdp/engine/topics/sources/dmaap/DCAE_TOPIC/events</stringProp> |
| <stringProp name="HTTPSampler.method">PUT</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <HeaderManager guiclass="HeaderPanel" testclass="HeaderManager" testname="HTTP Header Manager" enabled="true"> |
| <collectionProp name="HeaderManager.headers"> |
| <elementProp name="" elementType="Header"> |
| <stringProp name="Header.name">Content-Type</stringProp> |
| <stringProp name="Header.value">text/plain</stringProp> |
| </elementProp> |
| </collectionProp> |
| </HeaderManager> |
| <hashTree/> |
| </hashTree> |
| <JSR223Sampler guiclass="TestBeanGUI" testclass="JSR223Sampler" testname="Init DMaaP Counter" enabled="true"> |
| <stringProp name="scriptLanguage">groovy</stringProp> |
| <stringProp name="parameters"></stringProp> |
| <stringProp name="filename"></stringProp> |
| <stringProp name="cacheKey">true</stringProp> |
| <stringProp name="script">vars.put("counter", "0");</stringProp> |
| </JSR223Sampler> |
| <hashTree/> |
| <WhileController guiclass="WhileControllerGui" testclass="WhileController" testname="APPCL Restart Loop Controller" enabled="true"> |
| <stringProp name="WhileController.condition">${__javaScript(${counter} < 10)}</stringProp> |
| </WhileController> |
| <hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="POLICY[APPC-LCM-READ]: Restart" enabled="true"> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> |
| <collectionProp name="Arguments.arguments"> |
| <elementProp name="filter" elementType="HTTPArgument"> |
| <boolProp name="HTTPArgument.always_encode">true</boolProp> |
| <stringProp name="Argument.value">{"class":"And", "filters": [ { "class":"Equals", "field":"request-id", "value":"${requestId}" }, { "class":"Equals", "field":"rpc-name", "value":"restart" }]}</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| <boolProp name="HTTPArgument.use_equals">true</boolProp> |
| <stringProp name="Argument.name">filter</stringProp> |
| </elementProp> |
| </collectionProp> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${DMAAP_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${DMAAP_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">events/APPC-LCM-READ/${consumerGroup}/1?timeout=15000&limit=1</stringProp> |
| <stringProp name="HTTPSampler.method">GET</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="No []" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="2914">[]</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_data</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">12</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| <RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="request-id extractor" enabled="true"> |
| <stringProp name="RegexExtractor.useHeaders">false</stringProp> |
| <stringProp name="RegexExtractor.refname">requestIdOnset</stringProp> |
| <stringProp name="RegexExtractor.regex">\\"request-id\\": \\"(.+?)\\"</stringProp> |
| <stringProp name="RegexExtractor.template">$1$</stringProp> |
| <stringProp name="RegexExtractor.default">none</stringProp> |
| <stringProp name="RegexExtractor.match_number"></stringProp> |
| </RegexExtractor> |
| <hashTree/> |
| <RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="correlation-id extractor" enabled="true"> |
| <stringProp name="RegexExtractor.useHeaders">false</stringProp> |
| <stringProp name="RegexExtractor.refname">correlationId</stringProp> |
| <stringProp name="RegexExtractor.regex">correlation-id\\": \\"(.+?)\\"</stringProp> |
| <stringProp name="RegexExtractor.template">$1$</stringProp> |
| <stringProp name="RegexExtractor.default">none</stringProp> |
| <stringProp name="RegexExtractor.match_number"></stringProp> |
| </RegexExtractor> |
| <hashTree/> |
| <RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="sub-request-id extractor" enabled="true"> |
| <stringProp name="RegexExtractor.useHeaders">false</stringProp> |
| <stringProp name="RegexExtractor.refname">subRequestId</stringProp> |
| <stringProp name="RegexExtractor.regex">sub-request-id\\": \\"(.+?)\\"</stringProp> |
| <stringProp name="RegexExtractor.template">$1$</stringProp> |
| <stringProp name="RegexExtractor.default">none</stringProp> |
| <stringProp name="RegexExtractor.match_number"></stringProp> |
| </RegexExtractor> |
| <hashTree/> |
| <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true"> |
| <stringProp name="scriptLanguage">groovy</stringProp> |
| <stringProp name="parameters"></stringProp> |
| <stringProp name="filename"></stringProp> |
| <stringProp name="cacheKey">true</stringProp> |
| <stringProp name="script">String requestIdOnset = vars.get("requestIdOnset"); |
| String requestId = vars.get("requestId"); |
| String correlationId = vars.get("correlationId"); |
| String subRequestId = vars.get("subRequestId"); |
| String counter = vars.get("counter"); |
| |
| String transaction = "none"; |
| |
| log.info ("The requestId id is " + requestId); |
| log.info ("The requestIdOnset id is " + requestIdOnset); |
| log.info ("The correlation id is " + correlationId); |
| log.info ("The subrequest id is " + subRequestId); |
| log.info ("The counter is " + counter); |
| |
| if ( requestId == requestIdOnset ) { |
| if ( correlationId == "none" || subRequestId == "none" ) { |
| transaction = "FINAL"; |
| log.info ("Final Failure Transaction"); |
| AssertionResult.setFailureMessage("Missing correlationId or subRequestId"); |
| AssertionResult.setFailure(true); |
| } else { |
| transaction = "FINAL"; |
| vars.put("transaction", "FINAL"); |
| log.info ("Final Success Transaction"); |
| } |
| } |
| |
| int counterTemp = Integer.parseInt(counter) +1; |
| if (transaction == "FINAL") { |
| counterTemp = 99; |
| } else if (counterTemp >= 10) { |
| AssertionResult.setFailureMessage("vCPE Failure APPCL Failure, reached maximum number of 10 attempts "); |
| AssertionResult.setFailure(true); |
| } |
| |
| vars.put("counter", Integer.toString(counterTemp)); |
| |
| </stringProp> |
| </JSR223Assertion> |
| <hashTree/> |
| </hashTree> |
| </hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="APPC[APPC-LCM-READ]: FAILURE" enabled="true"> |
| <boolProp name="HTTPSampler.postBodyRaw">true</boolProp> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments"> |
| <collectionProp name="Arguments.arguments"> |
| <elementProp name="" elementType="HTTPArgument"> |
| <boolProp name="HTTPArgument.always_encode">false</boolProp> |
| <stringProp name="Argument.value">{
 |
| "body": {
 |
| "output": {
 |
| "common-header": {
 |
| "timestamp": "2020-05-07T15:56:34.845Z",
 |
| "api-ver": "2.00",
 |
| "originator-id": "${requestId}",
 |
| "request-id": "${requestId}",
 |
| "sub-request-id": "${subRequestId}",
 |
| "flags": {}
 |
| },
 |
| "status": {
 |
| "code": 450,
 |
| "message": "Restart Failed"
 |
| }
 |
| }
 |
| },
 |
| "version": "2.0",
 |
| "rpc-name": "restart",
 |
| "correlation-id": "${correlationId}",
 |
| "type": "response"
 |
| }
 |
| </stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| </elementProp> |
| </collectionProp> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${DROOLS_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${DROOLS_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">policy/pdp/engine/topics/sources/dmaap/APPC-LCM-WRITE/events</stringProp> |
| <stringProp name="HTTPSampler.method">PUT</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <HeaderManager guiclass="HeaderPanel" testclass="HeaderManager" testname="HTTP Header Manager" enabled="true"> |
| <collectionProp name="HeaderManager.headers"> |
| <elementProp name="" elementType="Header"> |
| <stringProp name="Header.name">Content-Type</stringProp> |
| <stringProp name="Header.value">text/plain</stringProp> |
| </elementProp> |
| </collectionProp> |
| </HeaderManager> |
| <hashTree/> |
| </hashTree> |
| <JSR223Sampler guiclass="TestBeanGUI" testclass="JSR223Sampler" testname="Init DMaaP Counter" enabled="true"> |
| <stringProp name="scriptLanguage">groovy</stringProp> |
| <stringProp name="parameters"></stringProp> |
| <stringProp name="filename"></stringProp> |
| <stringProp name="cacheKey">true</stringProp> |
| <stringProp name="script">vars.put("counter", "0");</stringProp> |
| </JSR223Sampler> |
| <hashTree/> |
| <WhileController guiclass="WhileControllerGui" testclass="WhileController" testname="Final Success Controller" enabled="true"> |
| <stringProp name="WhileController.condition">${__javaScript(${counter} < 60)}</stringProp> |
| </WhileController> |
| <hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="POLICY[POLICY-CL-MGT]: FINAL_FAILURE" enabled="true"> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> |
| <collectionProp name="Arguments.arguments"> |
| <elementProp name="filter" elementType="HTTPArgument"> |
| <boolProp name="HTTPArgument.always_encode">true</boolProp> |
| <stringProp name="Argument.value">{"class":"And", "filters": [ { "class":"Equals", "field":"requestId", "value":"${requestId}" }, { "class":"Equals", "field":"notification", "value":"FINAL: FAILURE" }]}</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| <boolProp name="HTTPArgument.use_equals">true</boolProp> |
| <stringProp name="Argument.name">filter</stringProp> |
| </elementProp> |
| </collectionProp> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${DMAAP_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${DMAAP_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">events/POLICY-CL-MGT/${consumerGroup}/1?timeout=15000&limit=1</stringProp> |
| <stringProp name="HTTPSampler.method">GET</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="No []" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="2914">[]</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_data</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">12</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| <RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="requestId extractor" enabled="true"> |
| <stringProp name="RegexExtractor.useHeaders">false</stringProp> |
| <stringProp name="RegexExtractor.refname">requestIdOnset</stringProp> |
| <stringProp name="RegexExtractor.regex">requestId\\": \\"(.+?)\\"</stringProp> |
| <stringProp name="RegexExtractor.template">$1$</stringProp> |
| <stringProp name="RegexExtractor.default">none</stringProp> |
| <stringProp name="RegexExtractor.match_number"></stringProp> |
| </RegexExtractor> |
| <hashTree/> |
| <RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="notification extractor" enabled="true"> |
| <stringProp name="RegexExtractor.useHeaders">false</stringProp> |
| <stringProp name="RegexExtractor.refname">notification</stringProp> |
| <stringProp name="RegexExtractor.regex">notification\\": \\"FINAL: (.+?)\\"</stringProp> |
| <stringProp name="RegexExtractor.template">$1$</stringProp> |
| <stringProp name="RegexExtractor.default">none</stringProp> |
| <stringProp name="RegexExtractor.match_number"></stringProp> |
| </RegexExtractor> |
| <hashTree/> |
| <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true"> |
| <stringProp name="scriptLanguage">groovy</stringProp> |
| <stringProp name="parameters"></stringProp> |
| <stringProp name="filename"></stringProp> |
| <stringProp name="cacheKey">true</stringProp> |
| <stringProp name="script">String requestIdOnset = vars.get("requestIdOnset"); |
| String requestId = vars.get("requestId"); |
| String notification = vars.get("notification"); |
| String counter = vars.get("counter"); |
| |
| String transaction = "none"; |
| |
| log.info ("The requestId id is " + requestId); |
| log.info ("The requestIdOnset id is " + requestIdOnset); |
| log.info ("The notification is " + notification); |
| log.info ("The transaction is " + transaction); |
| log.info ("The counter is " + counter); |
| |
| if ( requestId == requestIdOnset ) { |
| if ( notification == "SUCCESS" ) { |
| transaction = "FINAL"; |
| log.info ("Final Success Transaction"); |
| AssertionResult.setFailureMessage("Unexpected SUCCESS notification"); |
| AssertionResult.setFailure(true); |
| } else if ( notification == "FAILURE" ) { |
| transaction = "FINAL"; |
| log.info ("Final Failure Transaction"); |
| } |
| } |
| |
| int counterTemp = Integer.parseInt(counter) +1; |
| if (transaction == "FINAL") { |
| counterTemp = 99; |
| } else if (counterTemp >= 60) { |
| AssertionResult.setFailureMessage("vCPE Failure POLICYCL Failure, reached maximum number of 10 attempts "); |
| AssertionResult.setFailure(true); |
| } |
| |
| vars.put("counter", Integer.toString(counterTemp));</stringProp> |
| </JSR223Assertion> |
| <hashTree/> |
| </hashTree> |
| </hashTree> |
| <ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="View Results Tree" enabled="true"> |
| <boolProp name="ResultCollector.error_logging">false</boolProp> |
| <objProp> |
| <name>saveConfig</name> |
| <value class="SampleSaveConfiguration"> |
| <time>true</time> |
| <latency>true</latency> |
| <timestamp>true</timestamp> |
| <success>true</success> |
| <label>true</label> |
| <code>true</code> |
| <message>true</message> |
| <threadName>true</threadName> |
| <dataType>true</dataType> |
| <encoding>false</encoding> |
| <assertions>true</assertions> |
| <subresults>true</subresults> |
| <responseData>false</responseData> |
| <samplerData>false</samplerData> |
| <xml>false</xml> |
| <fieldNames>true</fieldNames> |
| <responseHeaders>false</responseHeaders> |
| <requestHeaders>false</requestHeaders> |
| <responseDataOnError>false</responseDataOnError> |
| <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage> |
| <assertionsResultsToSave>0</assertionsResultsToSave> |
| <bytes>true</bytes> |
| <sentBytes>true</sentBytes> |
| <url>true</url> |
| <threadCounts>true</threadCounts> |
| <idleTime>true</idleTime> |
| <connectTime>true</connectTime> |
| </value> |
| </objProp> |
| <stringProp name="filename"></stringProp> |
| </ResultCollector> |
| <hashTree/> |
| </hashTree> |
| <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="vDNS Success" enabled="true"> |
| <stringProp name="ThreadGroup.on_sample_error">startnextloop</stringProp> |
| <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true"> |
| <boolProp name="LoopController.continue_forever">false</boolProp> |
| <intProp name="LoopController.loops">-1</intProp> |
| </elementProp> |
| <stringProp name="ThreadGroup.num_threads">1</stringProp> |
| <stringProp name="ThreadGroup.ramp_time">1</stringProp> |
| <boolProp name="ThreadGroup.scheduler">true</boolProp> |
| <stringProp name="ThreadGroup.duration">${duration}</stringProp> |
| <stringProp name="ThreadGroup.delay">10</stringProp> |
| </ThreadGroup> |
| <hashTree> |
| <UserParameters guiclass="UserParametersGui" testclass="UserParameters" testname="Set consumer group per scenario" enabled="true"> |
| <collectionProp name="UserParameters.names"> |
| <stringProp name="-308835287">consumerGroup</stringProp> |
| </collectionProp> |
| <collectionProp name="UserParameters.thread_values"> |
| <collectionProp name="-2069404111"> |
| <stringProp name="-27349072">vdnssuccess</stringProp> |
| </collectionProp> |
| </collectionProp> |
| <boolProp name="UserParameters.per_iteration">false</boolProp> |
| <stringProp name="TestPlan.comments">Global to the thread group</stringProp> |
| </UserParameters> |
| <hashTree/> |
| <UserParameters guiclass="UserParametersGui" testclass="UserParameters" testname="Set request id per cycle" enabled="true"> |
| <collectionProp name="UserParameters.names"> |
| <stringProp name="693933066">requestId</stringProp> |
| </collectionProp> |
| <collectionProp name="UserParameters.thread_values"> |
| <collectionProp name="681405977"> |
| <stringProp name="118040362">${__UUID()}</stringProp> |
| </collectionProp> |
| </collectionProp> |
| <boolProp name="UserParameters.per_iteration">true</boolProp> |
| <stringProp name="TestPlan.comments">Update on a per iteration basis</stringProp> |
| </UserParameters> |
| <hashTree/> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="DCAE[DCAE_TOPIC]: ONSET" enabled="true"> |
| <boolProp name="HTTPSampler.postBodyRaw">true</boolProp> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments"> |
| <collectionProp name="Arguments.arguments"> |
| <elementProp name="" elementType="HTTPArgument"> |
| <boolProp name="HTTPArgument.always_encode">false</boolProp> |
| <stringProp name="Argument.value">{
 |
| "closedLoopControlName": "ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3",
 |
| "closedLoopAlarmStart": 1463679805324,
 |
| "closedLoopEventClient": "microservice.stringmatcher",
 |
| "closedLoopEventStatus": "ONSET",
 |
| "requestID": "${requestId}",
 |
| "target_type": "VNF",
 |
| "target": "vserver.vserver-name",
 |
| "AAI": {
 |
| "vserver.is-closed-loop-disabled": "false",
 |
| "vserver.prov-status": "ACTIVE",
 |
| "vserver.vserver-name": "OzVServer"
 |
| },
 |
| "from": "DCAE",
 |
| "version": "1.0.2"
 |
| }</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| </elementProp> |
| </collectionProp> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${DROOLS_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${DROOLS_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">policy/pdp/engine/topics/sources/dmaap/DCAE_TOPIC/events</stringProp> |
| <stringProp name="HTTPSampler.method">PUT</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <HeaderManager guiclass="HeaderPanel" testclass="HeaderManager" testname="HTTP Header Manager" enabled="true"> |
| <collectionProp name="HeaderManager.headers"> |
| <elementProp name="" elementType="Header"> |
| <stringProp name="Header.name">Content-Type</stringProp> |
| <stringProp name="Header.value">text/plain</stringProp> |
| </elementProp> |
| </collectionProp> |
| </HeaderManager> |
| <hashTree/> |
| </hashTree> |
| <JSR223Sampler guiclass="TestBeanGUI" testclass="JSR223Sampler" testname="Init DMaaP Counter" enabled="true"> |
| <stringProp name="scriptLanguage">groovy</stringProp> |
| <stringProp name="parameters"></stringProp> |
| <stringProp name="filename"></stringProp> |
| <stringProp name="cacheKey">true</stringProp> |
| <stringProp name="script">vars.put("counter", "0"); |
| vars.put("transaction", "none");</stringProp> |
| </JSR223Sampler> |
| <hashTree/> |
| <WhileController guiclass="WhileControllerGui" testclass="WhileController" testname="Final Success Controller" enabled="true"> |
| <stringProp name="WhileController.condition">${__javaScript(${counter} < 60)}</stringProp> |
| </WhileController> |
| <hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="POLICY[POLICY-CL-MGT]: FINAL_SUCCESS" enabled="true"> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> |
| <collectionProp name="Arguments.arguments"> |
| <elementProp name="filter" elementType="HTTPArgument"> |
| <boolProp name="HTTPArgument.always_encode">true</boolProp> |
| <stringProp name="Argument.value">{"class":"And", "filters": [ { "class":"Equals", "field":"requestId", "value":"${requestId}" }, { "class":"Equals", "field":"notification", "value":"FINAL: SUCCESS" }]}</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| <boolProp name="HTTPArgument.use_equals">true</boolProp> |
| <stringProp name="Argument.name">filter</stringProp> |
| </elementProp> |
| </collectionProp> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${DMAAP_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${DMAAP_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">events/POLICY-CL-MGT/${consumerGroup}/1?timeout=20000&limit=1</stringProp> |
| <stringProp name="HTTPSampler.method">GET</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="No []" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="2914">[]</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_data</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">12</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| <RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="requestId extractor" enabled="true"> |
| <stringProp name="RegexExtractor.useHeaders">false</stringProp> |
| <stringProp name="RegexExtractor.refname">requestIdOnset</stringProp> |
| <stringProp name="RegexExtractor.regex">requestId\\": \\"(.+?)\\"</stringProp> |
| <stringProp name="RegexExtractor.template">$1$</stringProp> |
| <stringProp name="RegexExtractor.default">none</stringProp> |
| <stringProp name="RegexExtractor.match_number"></stringProp> |
| </RegexExtractor> |
| <hashTree/> |
| <RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="notification extractor" enabled="true"> |
| <stringProp name="RegexExtractor.useHeaders">false</stringProp> |
| <stringProp name="RegexExtractor.refname">notification</stringProp> |
| <stringProp name="RegexExtractor.regex">notification\\": \\"FINAL: (.+?)\\"</stringProp> |
| <stringProp name="RegexExtractor.template">$1$</stringProp> |
| <stringProp name="RegexExtractor.default">none</stringProp> |
| <stringProp name="RegexExtractor.match_number"></stringProp> |
| </RegexExtractor> |
| <hashTree/> |
| <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true"> |
| <stringProp name="scriptLanguage">groovy</stringProp> |
| <stringProp name="parameters"></stringProp> |
| <stringProp name="filename"></stringProp> |
| <stringProp name="cacheKey">true</stringProp> |
| <stringProp name="script">String requestIdOnset = vars.get("requestIdOnset"); |
| String requestId = vars.get("requestId"); |
| String notification = vars.get("notification"); |
| String counter = vars.get("counter"); |
| |
| String transaction = "none"; |
| |
| log.info ("The requestId id is " + requestId); |
| log.info ("The requestIdOnset id is " + requestIdOnset); |
| log.info ("The notification is " + notification); |
| log.info ("The transaction is " + transaction); |
| log.info ("The counter is " + counter); |
| |
| if ( requestId == requestIdOnset ) { |
| if ( notification == "SUCCESS" ) { |
| transaction = "FINAL"; |
| log.info ("Final Success Transaction"); |
| log.info ("The notification is SUCCESS"); |
| } else if ( notification == "FAILURE" ) { |
| transaction = "FINAL"; |
| log.info ("Final Failure Transaction"); |
| AssertionResult.setFailureMessage("Bad final notification"); |
| AssertionResult.setFailure(true); |
| } |
| } |
| |
| int counterTemp = Integer.parseInt(counter) +1; |
| if (transaction == "FINAL") { |
| counterTemp = 99; |
| } else if (counterTemp >= 60) { |
| AssertionResult.setFailureMessage("vDNS Success POLICYCL Failure, reached maximum number of attempts "); |
| AssertionResult.setFailure(true); |
| } |
| |
| vars.put("counter", Integer.toString(counterTemp));</stringProp> |
| </JSR223Assertion> |
| <hashTree/> |
| </hashTree> |
| </hashTree> |
| <ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="View Results Tree" enabled="true"> |
| <boolProp name="ResultCollector.error_logging">false</boolProp> |
| <objProp> |
| <name>saveConfig</name> |
| <value class="SampleSaveConfiguration"> |
| <time>true</time> |
| <latency>true</latency> |
| <timestamp>true</timestamp> |
| <success>true</success> |
| <label>true</label> |
| <code>true</code> |
| <message>true</message> |
| <threadName>true</threadName> |
| <dataType>true</dataType> |
| <encoding>false</encoding> |
| <assertions>true</assertions> |
| <subresults>true</subresults> |
| <responseData>false</responseData> |
| <samplerData>false</samplerData> |
| <xml>false</xml> |
| <fieldNames>true</fieldNames> |
| <responseHeaders>false</responseHeaders> |
| <requestHeaders>false</requestHeaders> |
| <responseDataOnError>false</responseDataOnError> |
| <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage> |
| <assertionsResultsToSave>0</assertionsResultsToSave> |
| <bytes>true</bytes> |
| <sentBytes>true</sentBytes> |
| <url>true</url> |
| <threadCounts>true</threadCounts> |
| <idleTime>true</idleTime> |
| <connectTime>true</connectTime> |
| </value> |
| </objProp> |
| <stringProp name="filename"></stringProp> |
| </ResultCollector> |
| <hashTree/> |
| </hashTree> |
| <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="vDNS Failure" enabled="true"> |
| <stringProp name="ThreadGroup.on_sample_error">startnextloop</stringProp> |
| <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true"> |
| <boolProp name="LoopController.continue_forever">false</boolProp> |
| <intProp name="LoopController.loops">-1</intProp> |
| </elementProp> |
| <stringProp name="ThreadGroup.num_threads">1</stringProp> |
| <stringProp name="ThreadGroup.ramp_time">1</stringProp> |
| <boolProp name="ThreadGroup.scheduler">true</boolProp> |
| <stringProp name="ThreadGroup.duration">${duration}</stringProp> |
| <stringProp name="ThreadGroup.delay">15</stringProp> |
| </ThreadGroup> |
| <hashTree> |
| <UserParameters guiclass="UserParametersGui" testclass="UserParameters" testname="Set consumer group per scenario" enabled="true"> |
| <collectionProp name="UserParameters.names"> |
| <stringProp name="-308835287">consumerGroup</stringProp> |
| </collectionProp> |
| <collectionProp name="UserParameters.thread_values"> |
| <collectionProp name="877384373"> |
| <stringProp name="753246519">vdnsfailure</stringProp> |
| </collectionProp> |
| </collectionProp> |
| <boolProp name="UserParameters.per_iteration">false</boolProp> |
| <stringProp name="TestPlan.comments">Global to the thread group</stringProp> |
| </UserParameters> |
| <hashTree/> |
| <UserParameters guiclass="UserParametersGui" testclass="UserParameters" testname="Set request id per cycle" enabled="true"> |
| <collectionProp name="UserParameters.names"> |
| <stringProp name="693933066">requestId</stringProp> |
| </collectionProp> |
| <collectionProp name="UserParameters.thread_values"> |
| <collectionProp name="681405977"> |
| <stringProp name="118040362">${__UUID()}</stringProp> |
| </collectionProp> |
| </collectionProp> |
| <boolProp name="UserParameters.per_iteration">true</boolProp> |
| <stringProp name="TestPlan.comments">Update on a per iteration basis</stringProp> |
| </UserParameters> |
| <hashTree/> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="DCAE[DCAE_TOPIC]: ONSET" enabled="true"> |
| <boolProp name="HTTPSampler.postBodyRaw">true</boolProp> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments"> |
| <collectionProp name="Arguments.arguments"> |
| <elementProp name="" elementType="HTTPArgument"> |
| <boolProp name="HTTPArgument.always_encode">false</boolProp> |
| <stringProp name="Argument.value">{
 |
| "closedLoopControlName": "ControlLoop-vDNS-Fail",
 |
| "closedLoopAlarmStart": 1463679805324,
 |
| "closedLoopEventClient": "microservice.stringmatcher",
 |
| "closedLoopEventStatus": "ONSET",
 |
| "requestID": "${requestId}",
 |
| "target_type": "VNF",
 |
| "target": "vserver.vserver-name",
 |
| "AAI": {
 |
| "vserver.is-closed-loop-disabled": "false",
 |
| "vserver.prov-status": "ACTIVE",
 |
| "vserver.vserver-name": "AAA"
 |
| },
 |
| "from": "DCAE",
 |
| "version": "1.0.2"
 |
| }</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| </elementProp> |
| </collectionProp> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${DROOLS_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${DROOLS_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">policy/pdp/engine/topics/sources/dmaap/DCAE_TOPIC/events</stringProp> |
| <stringProp name="HTTPSampler.method">PUT</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <HeaderManager guiclass="HeaderPanel" testclass="HeaderManager" testname="HTTP Header Manager" enabled="true"> |
| <collectionProp name="HeaderManager.headers"> |
| <elementProp name="" elementType="Header"> |
| <stringProp name="Header.name">Content-Type</stringProp> |
| <stringProp name="Header.value">text/plain</stringProp> |
| </elementProp> |
| </collectionProp> |
| </HeaderManager> |
| <hashTree/> |
| </hashTree> |
| <JSR223Sampler guiclass="TestBeanGUI" testclass="JSR223Sampler" testname="Init DMaaP Counter" enabled="true"> |
| <stringProp name="scriptLanguage">groovy</stringProp> |
| <stringProp name="parameters"></stringProp> |
| <stringProp name="filename"></stringProp> |
| <stringProp name="cacheKey">true</stringProp> |
| <stringProp name="script">vars.put("counter", "0"); |
| vars.put("transaction", "none");</stringProp> |
| </JSR223Sampler> |
| <hashTree/> |
| <WhileController guiclass="WhileControllerGui" testclass="WhileController" testname="Final Failure Controller" enabled="true"> |
| <stringProp name="WhileController.condition">${__javaScript(${counter} < 60)}</stringProp> |
| </WhileController> |
| <hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="POLICY[POLICY-CL-MGT]: FINAL_FAILURE" enabled="true"> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> |
| <collectionProp name="Arguments.arguments"> |
| <elementProp name="filter" elementType="HTTPArgument"> |
| <boolProp name="HTTPArgument.always_encode">true</boolProp> |
| <stringProp name="Argument.value">{"class":"And", "filters": [ { "class":"Equals", "field":"requestId", "value":"${requestId}" }, { "class":"Equals", "field":"notification", "value":"FINAL: SUCCESS" }]}</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| <boolProp name="HTTPArgument.use_equals">true</boolProp> |
| <stringProp name="Argument.name">filter</stringProp> |
| </elementProp> |
| </collectionProp> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${DMAAP_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${DMAAP_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">events/POLICY-CL-MGT/${consumerGroup}/1?timeout=20000&limit=1</stringProp> |
| <stringProp name="HTTPSampler.method">GET</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="No []" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="2914">[]</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_data</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">12</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| <RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="requestId extractor" enabled="true"> |
| <stringProp name="RegexExtractor.useHeaders">false</stringProp> |
| <stringProp name="RegexExtractor.refname">requestIdOnset</stringProp> |
| <stringProp name="RegexExtractor.regex">requestId\\": \\"(.+?)\\"</stringProp> |
| <stringProp name="RegexExtractor.template">$1$</stringProp> |
| <stringProp name="RegexExtractor.default">none</stringProp> |
| <stringProp name="RegexExtractor.match_number"></stringProp> |
| </RegexExtractor> |
| <hashTree/> |
| <RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="notification extractor" enabled="true"> |
| <stringProp name="RegexExtractor.useHeaders">false</stringProp> |
| <stringProp name="RegexExtractor.refname">notification</stringProp> |
| <stringProp name="RegexExtractor.regex">notification\\": \\"FINAL: (.+?)\\"</stringProp> |
| <stringProp name="RegexExtractor.template">$1$</stringProp> |
| <stringProp name="RegexExtractor.default">none</stringProp> |
| <stringProp name="RegexExtractor.match_number"></stringProp> |
| </RegexExtractor> |
| <hashTree/> |
| <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true"> |
| <stringProp name="scriptLanguage">groovy</stringProp> |
| <stringProp name="parameters"></stringProp> |
| <stringProp name="filename"></stringProp> |
| <stringProp name="cacheKey">true</stringProp> |
| <stringProp name="script">String requestIdOnset = vars.get("requestIdOnset"); |
| String requestId = vars.get("requestId"); |
| String notification = vars.get("notification"); |
| String counter = vars.get("counter"); |
| |
| String transaction = "none"; |
| |
| log.info ("The requestId id is " + requestId); |
| log.info ("The requestIdOnset id is " + requestIdOnset); |
| log.info ("The notification is " + notification); |
| log.info ("The transaction is " + transaction); |
| log.info ("The counter is " + counter); |
| |
| if ( requestId == requestIdOnset ) { |
| if ( notification == "SUCCESS" ) { |
| transaction = "FINAL"; |
| log.info ("Final Success Transaction"); |
| AssertionResult.setFailureMessage("Bad final notification"); |
| AssertionResult.setFailure(true); |
| } else if ( notification == "FAILURE" ) { |
| transaction = "FINAL"; |
| log.info ("Final Failure Transaction"); |
| } |
| } |
| |
| int counterTemp = Integer.parseInt(counter) +1; |
| if (transaction == "FINAL") { |
| counterTemp = 99; |
| } else if (counterTemp >= 60) { |
| AssertionResult.setFailureMessage("vDNS Failure POLICYCL Failure, reached maximum number of attempts "); |
| AssertionResult.setFailure(true); |
| } |
| |
| vars.put("counter", Integer.toString(counterTemp));</stringProp> |
| </JSR223Assertion> |
| <hashTree/> |
| </hashTree> |
| </hashTree> |
| <ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="View Results Tree" enabled="true"> |
| <boolProp name="ResultCollector.error_logging">false</boolProp> |
| <objProp> |
| <name>saveConfig</name> |
| <value class="SampleSaveConfiguration"> |
| <time>true</time> |
| <latency>true</latency> |
| <timestamp>true</timestamp> |
| <success>true</success> |
| <label>true</label> |
| <code>true</code> |
| <message>true</message> |
| <threadName>true</threadName> |
| <dataType>true</dataType> |
| <encoding>false</encoding> |
| <assertions>true</assertions> |
| <subresults>true</subresults> |
| <responseData>false</responseData> |
| <samplerData>false</samplerData> |
| <xml>false</xml> |
| <fieldNames>true</fieldNames> |
| <responseHeaders>false</responseHeaders> |
| <requestHeaders>false</requestHeaders> |
| <responseDataOnError>false</responseDataOnError> |
| <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage> |
| <assertionsResultsToSave>0</assertionsResultsToSave> |
| <bytes>true</bytes> |
| <sentBytes>true</sentBytes> |
| <url>true</url> |
| <threadCounts>true</threadCounts> |
| <idleTime>true</idleTime> |
| <connectTime>true</connectTime> |
| </value> |
| </objProp> |
| <stringProp name="filename"></stringProp> |
| </ResultCollector> |
| <hashTree/> |
| </hashTree> |
| <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="vFW Success" enabled="true"> |
| <stringProp name="ThreadGroup.on_sample_error">startnextloop</stringProp> |
| <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true"> |
| <boolProp name="LoopController.continue_forever">false</boolProp> |
| <intProp name="LoopController.loops">-1</intProp> |
| </elementProp> |
| <stringProp name="ThreadGroup.num_threads">1</stringProp> |
| <stringProp name="ThreadGroup.ramp_time">1</stringProp> |
| <boolProp name="ThreadGroup.scheduler">true</boolProp> |
| <stringProp name="ThreadGroup.duration">${duration}</stringProp> |
| <stringProp name="ThreadGroup.delay">20</stringProp> |
| </ThreadGroup> |
| <hashTree> |
| <UserParameters guiclass="UserParametersGui" testclass="UserParameters" testname="Set consumer group per scenario" enabled="true"> |
| <collectionProp name="UserParameters.names"> |
| <stringProp name="-308835287">consumerGroup</stringProp> |
| </collectionProp> |
| <collectionProp name="UserParameters.thread_values"> |
| <collectionProp name="-75926649"> |
| <stringProp name="-2021688740">vfwsuccess</stringProp> |
| </collectionProp> |
| </collectionProp> |
| <boolProp name="UserParameters.per_iteration">false</boolProp> |
| <stringProp name="TestPlan.comments">Global to the thread group</stringProp> |
| </UserParameters> |
| <hashTree/> |
| <UserParameters guiclass="UserParametersGui" testclass="UserParameters" testname="Set request id per cycle" enabled="true"> |
| <collectionProp name="UserParameters.names"> |
| <stringProp name="693933066">requestId</stringProp> |
| </collectionProp> |
| <collectionProp name="UserParameters.thread_values"> |
| <collectionProp name="681405977"> |
| <stringProp name="118040362">${__UUID()}</stringProp> |
| </collectionProp> |
| </collectionProp> |
| <boolProp name="UserParameters.per_iteration">true</boolProp> |
| <stringProp name="TestPlan.comments">Update on a per iteration basis</stringProp> |
| </UserParameters> |
| <hashTree/> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="DCAE[DCAE_TOPIC]: ONSET" enabled="true"> |
| <boolProp name="HTTPSampler.postBodyRaw">true</boolProp> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments"> |
| <collectionProp name="Arguments.arguments"> |
| <elementProp name="" elementType="HTTPArgument"> |
| <boolProp name="HTTPArgument.always_encode">false</boolProp> |
| <stringProp name="Argument.value">{
 |
| "closedLoopControlName": "ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a",
 |
| "closedLoopAlarmStart": 1463679805324,
 |
| "closedLoopEventClient": "microservice.stringmatcher",
 |
| "closedLoopEventStatus": "ONSET",
 |
| "requestID": "${requestId}",
 |
| "target_type": "VNF",
 |
| "target": "generic-vnf.vnf-name",
 |
| "AAI": {
 |
| "vserver.is-closed-loop-disabled": "false",
 |
| "vserver.prov-status": "ACTIVE",
 |
| "generic-vnf.vnf-name": "fw0002vm002fw002",
 |
| "vserver.vserver-name": "OzVServer"
 |
| },
 |
| "from": "DCAE",
 |
| "version": "1.0.2"
 |
| }
 |
| </stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| </elementProp> |
| </collectionProp> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${DROOLS_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${DROOLS_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">policy/pdp/engine/topics/sources/dmaap/DCAE_TOPIC/events</stringProp> |
| <stringProp name="HTTPSampler.method">PUT</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <HeaderManager guiclass="HeaderPanel" testclass="HeaderManager" testname="HTTP Header Manager" enabled="true"> |
| <collectionProp name="HeaderManager.headers"> |
| <elementProp name="" elementType="Header"> |
| <stringProp name="Header.name">Content-Type</stringProp> |
| <stringProp name="Header.value">text/plain</stringProp> |
| </elementProp> |
| </collectionProp> |
| </HeaderManager> |
| <hashTree/> |
| </hashTree> |
| <JSR223Sampler guiclass="TestBeanGUI" testclass="JSR223Sampler" testname="Init DMaaP Counter" enabled="true"> |
| <stringProp name="scriptLanguage">groovy</stringProp> |
| <stringProp name="parameters"></stringProp> |
| <stringProp name="filename"></stringProp> |
| <stringProp name="cacheKey">true</stringProp> |
| <stringProp name="script">vars.put("counter", "0");</stringProp> |
| </JSR223Sampler> |
| <hashTree/> |
| <WhileController guiclass="WhileControllerGui" testclass="WhileController" testname="APPCL Restart Loop Controller" enabled="true"> |
| <stringProp name="WhileController.condition">${__javaScript(${counter} < 10)}</stringProp> |
| </WhileController> |
| <hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="POLICY[APPC-CL]: Restart" enabled="true"> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> |
| <collectionProp name="Arguments.arguments"> |
| <elementProp name="filter" elementType="HTTPArgument"> |
| <boolProp name="HTTPArgument.always_encode">true</boolProp> |
| <stringProp name="Argument.value">{"class":"And", "filters": [ { "class":"Equals", "field":"RequestID", "value":"${requestId}" }, { "class":"Equals", "field":"Action", "value":"ModifyConfig" }]}</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| <boolProp name="HTTPArgument.use_equals">true</boolProp> |
| <stringProp name="Argument.name">filter</stringProp> |
| </elementProp> |
| </collectionProp> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${DMAAP_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${DMAAP_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">events/APPC-CL/${consumerGroup}/1?timeout=15000&limit=1</stringProp> |
| <stringProp name="HTTPSampler.method">GET</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="No []" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="2914">[]</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_data</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">12</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| <RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="RequestID extractor" enabled="true"> |
| <stringProp name="RegexExtractor.useHeaders">false</stringProp> |
| <stringProp name="RegexExtractor.refname">requestIdOnset</stringProp> |
| <stringProp name="RegexExtractor.regex">\\"RequestID\\": \\"(.+?)\\"</stringProp> |
| <stringProp name="RegexExtractor.template">$1$</stringProp> |
| <stringProp name="RegexExtractor.default">none</stringProp> |
| <stringProp name="RegexExtractor.match_number"></stringProp> |
| </RegexExtractor> |
| <hashTree/> |
| <RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="SubRequestID extractor" enabled="true"> |
| <stringProp name="RegexExtractor.useHeaders">false</stringProp> |
| <stringProp name="RegexExtractor.refname">subRequestId</stringProp> |
| <stringProp name="RegexExtractor.regex">SubRequestID\\": \\"(.+?)\\"</stringProp> |
| <stringProp name="RegexExtractor.template">$1$</stringProp> |
| <stringProp name="RegexExtractor.default">none</stringProp> |
| <stringProp name="RegexExtractor.match_number"></stringProp> |
| </RegexExtractor> |
| <hashTree/> |
| <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true"> |
| <stringProp name="scriptLanguage">groovy</stringProp> |
| <stringProp name="parameters"></stringProp> |
| <stringProp name="filename"></stringProp> |
| <stringProp name="cacheKey">true</stringProp> |
| <stringProp name="script">String requestIdOnset = vars.get("requestIdOnset"); |
| String requestId = vars.get("requestId"); |
| String subRequestId = vars.get("subRequestId"); |
| String counter = vars.get("counter"); |
| |
| String transaction = "none"; |
| |
| log.info ("The requestId id is " + requestId); |
| log.info ("The requestIdOnset id is " + requestIdOnset); |
| log.info ("The subrequest id is " + subRequestId); |
| log.info ("The counter is " + counter); |
| |
| if ( requestId == requestIdOnset ) { |
| if ( subRequestId == "none" ) { |
| transaction = "FINAL"; |
| log.info ("APPC ModifyConfig does not contain enough information"); |
| AssertionResult.setFailureMessage("Missing subRequestId"); |
| AssertionResult.setFailure(true); |
| } else { |
| transaction = "FINAL"; |
| vars.put("transaction", "FINAL"); |
| log.info ("Final Success Transaction"); |
| } |
| } |
| |
| int counterTemp = Integer.parseInt(counter) +1; |
| if (transaction == "FINAL") { |
| counterTemp = 99; |
| } else if (counterTemp >= 10) { |
| AssertionResult.setFailureMessage("vFW Success APPCCL Failure, reached maximum number of 10 attempts "); |
| AssertionResult.setFailure(true); |
| } |
| |
| vars.put("counter", Integer.toString(counterTemp)); |
| |
| </stringProp> |
| </JSR223Assertion> |
| <hashTree/> |
| </hashTree> |
| </hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="APPC[APPC-CL]: SUCCESS" enabled="true"> |
| <boolProp name="HTTPSampler.postBodyRaw">true</boolProp> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments"> |
| <collectionProp name="Arguments.arguments"> |
| <elementProp name="" elementType="HTTPArgument"> |
| <boolProp name="HTTPArgument.always_encode">false</boolProp> |
| <stringProp name="Argument.value">{
 |
| "CommonHeader": {
 |
| "TimeStamp": 1506051879001,
 |
| "APIver": "1.01",
 |
| "RequestID": "${requestId}",
 |
| "SubRequestID": "${subRequestId}",
 |
| "RequestTrack": [],
 |
| "Flags": []
 |
| },
 |
| "Status": {
 |
| "Code": 400,
 |
| "Value": "SUCCESS"
 |
| },
 |
| "Payload": {
 |
| "generic-vnf.vnf-id": "f17face5-69cb-4c88-9e0b-7426db7edddd"
 |
| }
 |
| }</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| </elementProp> |
| </collectionProp> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${DROOLS_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${DROOLS_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">policy/pdp/engine/topics/sources/dmaap/APPC-CL/events</stringProp> |
| <stringProp name="HTTPSampler.method">PUT</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <HeaderManager guiclass="HeaderPanel" testclass="HeaderManager" testname="HTTP Header Manager" enabled="true"> |
| <collectionProp name="HeaderManager.headers"> |
| <elementProp name="" elementType="Header"> |
| <stringProp name="Header.name">Content-Type</stringProp> |
| <stringProp name="Header.value">text/plain</stringProp> |
| </elementProp> |
| </collectionProp> |
| </HeaderManager> |
| <hashTree/> |
| </hashTree> |
| <JSR223Sampler guiclass="TestBeanGUI" testclass="JSR223Sampler" testname="Init DMaaP Counter" enabled="true"> |
| <stringProp name="scriptLanguage">groovy</stringProp> |
| <stringProp name="parameters"></stringProp> |
| <stringProp name="filename"></stringProp> |
| <stringProp name="cacheKey">true</stringProp> |
| <stringProp name="script">vars.put("counter", "0");</stringProp> |
| </JSR223Sampler> |
| <hashTree/> |
| <WhileController guiclass="WhileControllerGui" testclass="WhileController" testname="Final Success Controller" enabled="true"> |
| <stringProp name="WhileController.condition">${__javaScript(${counter} < 60)}</stringProp> |
| </WhileController> |
| <hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="POLICY[POLICY-CL-MGT]: FINAL_SUCCESS" enabled="true"> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> |
| <collectionProp name="Arguments.arguments"> |
| <elementProp name="filter" elementType="HTTPArgument"> |
| <boolProp name="HTTPArgument.always_encode">true</boolProp> |
| <stringProp name="Argument.value">{"class":"And", "filters": [ { "class":"Equals", "field":"requestId", "value":"${requestId}" }, { "class":"Equals", "field":"notification", "value":"FINAL: SUCCESS" }]}</stringProp> |
| <stringProp name="Argument.metadata">=</stringProp> |
| <boolProp name="HTTPArgument.use_equals">true</boolProp> |
| <stringProp name="Argument.name">filter</stringProp> |
| </elementProp> |
| </collectionProp> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${DMAAP_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${DMAAP_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">events/POLICY-CL-MGT/${consumerGroup}/1?timeout=15000&limit=1</stringProp> |
| <stringProp name="HTTPSampler.method">GET</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="No []" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="2914">[]</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_data</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">12</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| <RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="requestId extractor" enabled="true"> |
| <stringProp name="RegexExtractor.useHeaders">false</stringProp> |
| <stringProp name="RegexExtractor.refname">requestIdOnset</stringProp> |
| <stringProp name="RegexExtractor.regex">requestId\\": \\"(.+?)\\"</stringProp> |
| <stringProp name="RegexExtractor.template">$1$</stringProp> |
| <stringProp name="RegexExtractor.default">none</stringProp> |
| <stringProp name="RegexExtractor.match_number"></stringProp> |
| </RegexExtractor> |
| <hashTree/> |
| <RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="notification extractor" enabled="true"> |
| <stringProp name="RegexExtractor.useHeaders">false</stringProp> |
| <stringProp name="RegexExtractor.refname">notification</stringProp> |
| <stringProp name="RegexExtractor.regex">notification\\": \\"FINAL: (.+?)\\"</stringProp> |
| <stringProp name="RegexExtractor.template">$1$</stringProp> |
| <stringProp name="RegexExtractor.default">none</stringProp> |
| <stringProp name="RegexExtractor.match_number"></stringProp> |
| </RegexExtractor> |
| <hashTree/> |
| <JSR223Assertion guiclass="TestBeanGUI" testclass="JSR223Assertion" testname="JSR223 Assertion" enabled="true"> |
| <stringProp name="scriptLanguage">groovy</stringProp> |
| <stringProp name="parameters"></stringProp> |
| <stringProp name="filename"></stringProp> |
| <stringProp name="cacheKey">true</stringProp> |
| <stringProp name="script">String requestIdOnset = vars.get("requestIdOnset"); |
| String requestId = vars.get("requestId"); |
| String notification = vars.get("notification"); |
| String counter = vars.get("counter"); |
| |
| String transaction = "none"; |
| |
| log.info ("The requestId id is " + requestId); |
| log.info ("The requestIdOnset id is " + requestIdOnset); |
| log.info ("The notification is " + notification); |
| log.info ("The transaction is " + transaction); |
| log.info ("The counter is " + counter); |
| |
| if ( requestId == requestIdOnset ) { |
| if ( notification == "SUCCESS" ) { |
| transaction = "FINAL"; |
| log.info ("Final Success Transaction"); |
| log.info ("The notification is SUCCESS"); |
| } else if ( notification == "FAILURE" ) { |
| transaction = "FINAL"; |
| log.info ("Final Failure Transaction"); |
| AssertionResult.setFailureMessage("Bad final notification"); |
| AssertionResult.setFailure(true); |
| } |
| } |
| |
| int counterTemp = Integer.parseInt(counter) +1; |
| if (transaction == "FINAL") { |
| counterTemp = 99; |
| } else if (counterTemp >= 60) { |
| AssertionResult.setFailureMessage("vFW Success POLICYCL Failure, reached maximum number of attempts "); |
| AssertionResult.setFailure(true); |
| } |
| |
| vars.put("counter", Integer.toString(counterTemp));</stringProp> |
| </JSR223Assertion> |
| <hashTree/> |
| </hashTree> |
| </hashTree> |
| <ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="View Results Tree" enabled="true"> |
| <boolProp name="ResultCollector.error_logging">false</boolProp> |
| <objProp> |
| <name>saveConfig</name> |
| <value class="SampleSaveConfiguration"> |
| <time>true</time> |
| <latency>true</latency> |
| <timestamp>true</timestamp> |
| <success>true</success> |
| <label>true</label> |
| <code>true</code> |
| <message>true</message> |
| <threadName>true</threadName> |
| <dataType>true</dataType> |
| <encoding>false</encoding> |
| <assertions>true</assertions> |
| <subresults>true</subresults> |
| <responseData>false</responseData> |
| <samplerData>false</samplerData> |
| <xml>false</xml> |
| <fieldNames>true</fieldNames> |
| <responseHeaders>false</responseHeaders> |
| <requestHeaders>false</requestHeaders> |
| <responseDataOnError>false</responseDataOnError> |
| <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage> |
| <assertionsResultsToSave>0</assertionsResultsToSave> |
| <bytes>true</bytes> |
| <sentBytes>true</sentBytes> |
| <url>true</url> |
| <threadCounts>true</threadCounts> |
| <idleTime>true</idleTime> |
| <connectTime>true</connectTime> |
| </value> |
| </objProp> |
| <stringProp name="filename"></stringProp> |
| </ResultCollector> |
| <hashTree/> |
| </hashTree> |
| <PostThreadGroup guiclass="PostThreadGroupGui" testclass="PostThreadGroup" testname="Tear down" enabled="true"> |
| <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> |
| <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true"> |
| <boolProp name="LoopController.continue_forever">false</boolProp> |
| <stringProp name="LoopController.loops">1</stringProp> |
| </elementProp> |
| <stringProp name="ThreadGroup.num_threads">1</stringProp> |
| <stringProp name="ThreadGroup.ramp_time">1</stringProp> |
| <boolProp name="ThreadGroup.scheduler">false</boolProp> |
| <stringProp name="ThreadGroup.duration"></stringProp> |
| <stringProp name="ThreadGroup.delay"></stringProp> |
| </PostThreadGroup> |
| <hashTree> |
| <GenericController guiclass="LogicControllerGui" testclass="GenericController" testname="PAP" enabled="true"/> |
| <hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Undeploy vCPE Policy" enabled="true"> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> |
| <collectionProp name="Arguments.arguments"/> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">policy/pap/v1/pdps/policies/operational.restart/versions/1.0.0</stringProp> |
| <stringProp name="HTTPSampler.method">DELETE</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="49586">200</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">16</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| </hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Undeploy vCPE Fail Policy" enabled="true"> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> |
| <collectionProp name="Arguments.arguments"/> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">policy/pap/v1/pdps/policies/operational.restart.fail/versions/1.0.0</stringProp> |
| <stringProp name="HTTPSampler.method">DELETE</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="49586">200</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">16</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| </hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Undeploy vFirewall Policy" enabled="true"> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> |
| <collectionProp name="Arguments.arguments"/> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">policy/pap/v1/pdps/policies/operational.modifyconfig/versions/1.0.0</stringProp> |
| <stringProp name="HTTPSampler.method">DELETE</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="49586">200</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">16</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| </hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Undeploy vDNS Policy" enabled="true"> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> |
| <collectionProp name="Arguments.arguments"/> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">policy/pap/v1/pdps/policies/operational.scaleout/versions/1.0.0</stringProp> |
| <stringProp name="HTTPSampler.method">DELETE</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="49586">200</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">16</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| </hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Undeploy vDNS Fail Policy" enabled="true"> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> |
| <collectionProp name="Arguments.arguments"/> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${PAP_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${PAP_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">policy/pap/v1/pdps/policies/operational.scaleout.fail/versions/1.0.0</stringProp> |
| <stringProp name="HTTPSampler.method">DELETE</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="49586">200</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">16</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| </hashTree> |
| </hashTree> |
| <GenericController guiclass="LogicControllerGui" testclass="GenericController" testname="API" enabled="true"/> |
| <hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Delete vCPE Policy" enabled="true"> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> |
| <collectionProp name="Arguments.arguments"/> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${API_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${API_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">policy/api/v1/policytypes/onap.policies.controlloop.operational.common.Drools/versions/1.0.0/policies/operational.restart/versions/1.0.0</stringProp> |
| <stringProp name="HTTPSampler.method">DELETE</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="49586">200</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">16</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| </hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Delete vCPE Fail Policy" enabled="true"> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> |
| <collectionProp name="Arguments.arguments"/> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${API_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${API_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">policy/api/v1/policytypes/onap.policies.controlloop.operational.common.Drools/versions/1.0.0/policies/operational.restart.fail/versions/1.0.0</stringProp> |
| <stringProp name="HTTPSampler.method">DELETE</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="49586">200</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">16</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| </hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Delete vFirewall Policy" enabled="true"> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> |
| <collectionProp name="Arguments.arguments"/> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${API_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${API_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">policy/api/v1/policytypes/onap.policies.controlloop.operational.common.Drools/versions/1.0.0/policies/operational.modifyconfig/versions/1.0.0</stringProp> |
| <stringProp name="HTTPSampler.method">DELETE</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="49586">200</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">16</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| </hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Delete vDNS Policy" enabled="true"> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> |
| <collectionProp name="Arguments.arguments"/> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${API_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${API_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">policy/api/v1/policytypes/onap.policies.controlloop.operational.common.Drools/versions/1.0.0/policies/operational.scaleout/versions/1.0.0</stringProp> |
| <stringProp name="HTTPSampler.method">DELETE</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="49586">200</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">16</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| </hashTree> |
| <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Delete vDNS Fail Policy" enabled="true"> |
| <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> |
| <collectionProp name="Arguments.arguments"/> |
| </elementProp> |
| <stringProp name="HTTPSampler.domain">${API_HOST}</stringProp> |
| <stringProp name="HTTPSampler.port">${API_PORT}</stringProp> |
| <stringProp name="HTTPSampler.protocol">https</stringProp> |
| <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| <stringProp name="HTTPSampler.path">policy/api/v1/policytypes/onap.policies.controlloop.operational.common.Drools/versions/1.0.0/policies/operational.scaleout.fail/versions/1.0.0</stringProp> |
| <stringProp name="HTTPSampler.method">DELETE</stringProp> |
| <boolProp name="HTTPSampler.follow_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.auto_redirects">false</boolProp> |
| <boolProp name="HTTPSampler.use_keepalive">false</boolProp> |
| <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
| <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
| <stringProp name="HTTPSampler.connect_timeout"></stringProp> |
| <stringProp name="HTTPSampler.response_timeout"></stringProp> |
| </HTTPSamplerProxy> |
| <hashTree> |
| <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true"> |
| <collectionProp name="Asserion.test_strings"> |
| <stringProp name="49586">200</stringProp> |
| </collectionProp> |
| <stringProp name="Assertion.custom_message"></stringProp> |
| <stringProp name="Assertion.test_field">Assertion.response_code</stringProp> |
| <boolProp name="Assertion.assume_success">false</boolProp> |
| <intProp name="Assertion.test_type">16</intProp> |
| </ResponseAssertion> |
| <hashTree/> |
| </hashTree> |
| </hashTree> |
| </hashTree> |
| <ResultCollector guiclass="SummaryReport" testclass="ResultCollector" testname="Summary Report" enabled="true"> |
| <boolProp name="ResultCollector.error_logging">false</boolProp> |
| <objProp> |
| <name>saveConfig</name> |
| <value class="SampleSaveConfiguration"> |
| <time>true</time> |
| <latency>true</latency> |
| <timestamp>true</timestamp> |
| <success>true</success> |
| <label>true</label> |
| <code>true</code> |
| <message>true</message> |
| <threadName>true</threadName> |
| <dataType>true</dataType> |
| <encoding>false</encoding> |
| <assertions>true</assertions> |
| <subresults>true</subresults> |
| <responseData>false</responseData> |
| <samplerData>false</samplerData> |
| <xml>false</xml> |
| <fieldNames>true</fieldNames> |
| <responseHeaders>false</responseHeaders> |
| <requestHeaders>false</requestHeaders> |
| <responseDataOnError>false</responseDataOnError> |
| <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage> |
| <assertionsResultsToSave>0</assertionsResultsToSave> |
| <bytes>true</bytes> |
| <sentBytes>true</sentBytes> |
| <threadCounts>true</threadCounts> |
| <idleTime>true</idleTime> |
| <connectTime>true</connectTime> |
| </value> |
| </objProp> |
| <stringProp name="filename"></stringProp> |
| </ResultCollector> |
| <hashTree/> |
| <ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="View Results Tree" enabled="true"> |
| <boolProp name="ResultCollector.error_logging">false</boolProp> |
| <objProp> |
| <name>saveConfig</name> |
| <value class="SampleSaveConfiguration"> |
| <time>true</time> |
| <latency>true</latency> |
| <timestamp>true</timestamp> |
| <success>true</success> |
| <label>true</label> |
| <code>true</code> |
| <message>true</message> |
| <threadName>true</threadName> |
| <dataType>true</dataType> |
| <encoding>false</encoding> |
| <assertions>true</assertions> |
| <subresults>true</subresults> |
| <responseData>false</responseData> |
| <samplerData>false</samplerData> |
| <xml>false</xml> |
| <fieldNames>true</fieldNames> |
| <responseHeaders>false</responseHeaders> |
| <requestHeaders>false</requestHeaders> |
| <responseDataOnError>false</responseDataOnError> |
| <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage> |
| <assertionsResultsToSave>0</assertionsResultsToSave> |
| <bytes>true</bytes> |
| <sentBytes>true</sentBytes> |
| <threadCounts>true</threadCounts> |
| <idleTime>true</idleTime> |
| <connectTime>true</connectTime> |
| </value> |
| </objProp> |
| <stringProp name="filename"></stringProp> |
| </ResultCollector> |
| <hashTree/> |
| <ResultCollector guiclass="TableVisualizer" testclass="ResultCollector" testname="View Results in Table" enabled="true"> |
| <boolProp name="ResultCollector.error_logging">false</boolProp> |
| <objProp> |
| <name>saveConfig</name> |
| <value class="SampleSaveConfiguration"> |
| <time>true</time> |
| <latency>true</latency> |
| <timestamp>true</timestamp> |
| <success>true</success> |
| <label>true</label> |
| <code>true</code> |
| <message>true</message> |
| <threadName>true</threadName> |
| <dataType>true</dataType> |
| <encoding>false</encoding> |
| <assertions>true</assertions> |
| <subresults>true</subresults> |
| <responseData>false</responseData> |
| <samplerData>false</samplerData> |
| <xml>false</xml> |
| <fieldNames>true</fieldNames> |
| <responseHeaders>false</responseHeaders> |
| <requestHeaders>false</requestHeaders> |
| <responseDataOnError>false</responseDataOnError> |
| <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage> |
| <assertionsResultsToSave>0</assertionsResultsToSave> |
| <bytes>true</bytes> |
| <sentBytes>true</sentBytes> |
| <threadCounts>true</threadCounts> |
| <idleTime>true</idleTime> |
| <connectTime>true</connectTime> |
| </value> |
| </objProp> |
| <stringProp name="filename"></stringProp> |
| </ResultCollector> |
| <hashTree/> |
| </hashTree> |
| </hashTree> |
| </jmeterTestPlan> |