|
@@ -1,4 +1,20 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<!--
|
|
|
+ ~ Copyright 2022 EMQ Technologies Co., Ltd.
|
|
|
+ ~
|
|
|
+ ~ 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.
|
|
|
+ -->
|
|
|
+
|
|
|
<jmeterTestPlan version="1.2" properties="5.0" jmeter="5.3">
|
|
|
<hashTree>
|
|
|
<TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="Test Plan" enabled="true">
|
|
@@ -962,36 +978,6 @@
|
|
|
</ResponseAssertion>
|
|
|
<hashTree/>
|
|
|
</hashTree>
|
|
|
- <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_DropPlugin" 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">${srv}</stringProp>
|
|
|
- <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
|
|
|
- <stringProp name="HTTPSampler.protocol"></stringProp>
|
|
|
- <stringProp name="HTTPSampler.contentEncoding"></stringProp>
|
|
|
- <stringProp name="HTTPSampler.path">/plugins/sinks/sql</stringProp>
|
|
|
- <stringProp name="HTTPSampler.method">DELETE</stringProp>
|
|
|
- <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
|
|
|
- <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
|
|
|
- <boolProp name="HTTPSampler.use_keepalive">true</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="367681890">sinks plugin sql is deleted</stringProp>
|
|
|
- </collectionProp>
|
|
|
- <stringProp name="Assertion.custom_message"></stringProp>
|
|
|
- <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
|
|
|
- <boolProp name="Assertion.assume_success">true</boolProp>
|
|
|
- <intProp name="Assertion.test_type">16</intProp>
|
|
|
- </ResponseAssertion>
|
|
|
- <hashTree/>
|
|
|
- </hashTree>
|
|
|
<ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
|
|
|
<stringProp name="ConstantTimer.delay">500</stringProp>
|
|
|
</ConstantTimer>
|