http_pull_rule.jmx 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ~ Copyright 2021-2023 EMQ Technologies Co., Ltd.
  4. ~
  5. ~ Licensed under the Apache License, Version 2.0 (the "License");
  6. ~ you may not use this file except in compliance with the License.
  7. ~ You may obtain a copy of the License at
  8. ~
  9. ~ http://www.apache.org/licenses/LICENSE-2.0
  10. ~
  11. ~ Unless required by applicable law or agreed to in writing, software
  12. ~ distributed under the License is distributed on an "AS IS" BASIS,
  13. ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. ~ See the License for the specific language governing permissions and
  15. ~ limitations under the License.
  16. -->
  17. <jmeterTestPlan version="1.2" properties="4.0" jmeter="4.0 r1823414">
  18. <hashTree>
  19. <TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="Test Plan" enabled="true">
  20. <stringProp name="TestPlan.comments"></stringProp>
  21. <boolProp name="TestPlan.functional_mode">false</boolProp>
  22. <boolProp name="TestPlan.tearDown_on_shutdown">true</boolProp>
  23. <boolProp name="TestPlan.serialize_threadgroups">false</boolProp>
  24. <elementProp name="TestPlan.user_defined_variables" elementType="Arguments" guiclass="ArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  25. <collectionProp name="Arguments.arguments"/>
  26. </elementProp>
  27. <stringProp name="TestPlan.user_define_classpath"></stringProp>
  28. </TestPlan>
  29. <hashTree>
  30. <Arguments guiclass="ArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  31. <collectionProp name="Arguments.arguments">
  32. <elementProp name="srv" elementType="Argument">
  33. <stringProp name="Argument.name">srv</stringProp>
  34. <stringProp name="Argument.value">127.0.0.1</stringProp>
  35. <stringProp name="Argument.metadata">=</stringProp>
  36. </elementProp>
  37. <elementProp name="rest_port" elementType="Argument">
  38. <stringProp name="Argument.name">rest_port</stringProp>
  39. <stringProp name="Argument.value">9081</stringProp>
  40. <stringProp name="Argument.metadata">=</stringProp>
  41. </elementProp>
  42. <elementProp name="mqtt_srv" elementType="Argument">
  43. <stringProp name="Argument.name">mqtt_srv</stringProp>
  44. <stringProp name="Argument.value">127.0.0.1</stringProp>
  45. <stringProp name="Argument.metadata">=</stringProp>
  46. </elementProp>
  47. </collectionProp>
  48. </Arguments>
  49. <hashTree/>
  50. <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="Rules" enabled="true">
  51. <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
  52. <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true">
  53. <boolProp name="LoopController.continue_forever">false</boolProp>
  54. <stringProp name="LoopController.loops">1</stringProp>
  55. </elementProp>
  56. <stringProp name="ThreadGroup.num_threads">1</stringProp>
  57. <stringProp name="ThreadGroup.ramp_time">1</stringProp>
  58. <boolProp name="ThreadGroup.scheduler">false</boolProp>
  59. <stringProp name="ThreadGroup.duration"></stringProp>
  60. <stringProp name="ThreadGroup.delay"></stringProp>
  61. <boolProp name="ThreadGroup.same_user_on_next_iteration">true</boolProp>
  62. </ThreadGroup>
  63. <hashTree>
  64. <ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="View Results Tree" enabled="true">
  65. <boolProp name="ResultCollector.error_logging">false</boolProp>
  66. <objProp>
  67. <name>saveConfig</name>
  68. <value class="SampleSaveConfiguration">
  69. <time>true</time>
  70. <latency>true</latency>
  71. <timestamp>true</timestamp>
  72. <success>true</success>
  73. <label>true</label>
  74. <code>true</code>
  75. <message>true</message>
  76. <threadName>true</threadName>
  77. <dataType>true</dataType>
  78. <encoding>false</encoding>
  79. <assertions>true</assertions>
  80. <subresults>true</subresults>
  81. <responseData>false</responseData>
  82. <samplerData>false</samplerData>
  83. <xml>false</xml>
  84. <fieldNames>true</fieldNames>
  85. <responseHeaders>false</responseHeaders>
  86. <requestHeaders>false</requestHeaders>
  87. <responseDataOnError>false</responseDataOnError>
  88. <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage>
  89. <assertionsResultsToSave>0</assertionsResultsToSave>
  90. <bytes>true</bytes>
  91. <sentBytes>true</sentBytes>
  92. <threadCounts>true</threadCounts>
  93. <idleTime>true</idleTime>
  94. <connectTime>true</connectTime>
  95. </value>
  96. </objProp>
  97. <stringProp name="filename"></stringProp>
  98. </ResultCollector>
  99. <hashTree/>
  100. <TransactionController guiclass="TransactionControllerGui" testclass="TransactionController" testname="API" enabled="true">
  101. <boolProp name="TransactionController.includeTimers">false</boolProp>
  102. <boolProp name="TransactionController.parent">false</boolProp>
  103. </TransactionController>
  104. <hashTree>
  105. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_CreateStream" enabled="true">
  106. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  107. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  108. <collectionProp name="Arguments.arguments">
  109. <elementProp name="" elementType="HTTPArgument">
  110. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  111. <stringProp name="Argument.value">{&#xd;
  112. &quot;sql&quot; : &quot;create stream demo (temperature float, humidity bigint) WITH (FORMAT=\&quot;JSON\&quot;, TYPE=\&quot;httppull\&quot; DATASOURCE=\&quot;pull\&quot; Conf_key=\&quot;application_conf\&quot;,STRICT_VALIDATION=\&quot;true\&quot;)&quot;&#xd;
  113. }</stringProp>
  114. <stringProp name="Argument.metadata">=</stringProp>
  115. </elementProp>
  116. </collectionProp>
  117. </elementProp>
  118. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  119. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  120. <stringProp name="HTTPSampler.protocol"></stringProp>
  121. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  122. <stringProp name="HTTPSampler.path">/streams</stringProp>
  123. <stringProp name="HTTPSampler.method">POST</stringProp>
  124. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  125. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  126. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  127. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  128. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  129. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  130. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  131. </HTTPSamplerProxy>
  132. <hashTree>
  133. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  134. <collectionProp name="Asserion.test_strings">
  135. <stringProp name="-1754954177">Stream demo is created.</stringProp>
  136. </collectionProp>
  137. <stringProp name="Assertion.custom_message"></stringProp>
  138. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  139. <boolProp name="Assertion.assume_success">true</boolProp>
  140. <intProp name="Assertion.test_type">16</intProp>
  141. </ResponseAssertion>
  142. <hashTree/>
  143. </hashTree>
  144. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_CreateRule" enabled="true">
  145. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  146. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  147. <collectionProp name="Arguments.arguments">
  148. <elementProp name="" elementType="HTTPArgument">
  149. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  150. <stringProp name="Argument.value">{&#xd;
  151. &quot;id&quot;: &quot;rule1&quot;,&#xd;
  152. &quot;sql&quot;: &quot;SELECT * FROM demo&quot;,&#xd;
  153. &quot;actions&quot;: [&#xd;
  154. {&#xd;
  155. &quot;log&quot;: {}&#xd;
  156. },&#xd;
  157. {&#xd;
  158. &quot;mqtt&quot;: {&#xd;
  159. &quot;server&quot;: &quot;tcp://${mqtt_srv}:1883&quot;,&#xd;
  160. &quot;topic&quot;: &quot;devices/result&quot;,&#xd;
  161. &quot;qos&quot;: 1,&#xd;
  162. &quot;clientId&quot;: &quot;demo_001&quot;&#xd;
  163. }&#xd;
  164. }&#xd;
  165. ]&#xd;
  166. }</stringProp>
  167. <stringProp name="Argument.metadata">=</stringProp>
  168. </elementProp>
  169. </collectionProp>
  170. </elementProp>
  171. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  172. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  173. <stringProp name="HTTPSampler.protocol"></stringProp>
  174. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  175. <stringProp name="HTTPSampler.path">/rules</stringProp>
  176. <stringProp name="HTTPSampler.method">POST</stringProp>
  177. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  178. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  179. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  180. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  181. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  182. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  183. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  184. </HTTPSamplerProxy>
  185. <hashTree>
  186. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  187. <collectionProp name="Asserion.test_strings">
  188. <stringProp name="-2022196798">Rule rule1 was created</stringProp>
  189. </collectionProp>
  190. <stringProp name="Assertion.custom_message"></stringProp>
  191. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  192. <boolProp name="Assertion.assume_success">true</boolProp>
  193. <intProp name="Assertion.test_type">16</intProp>
  194. </ResponseAssertion>
  195. <hashTree/>
  196. </hashTree>
  197. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_GetRuleStatus" enabled="true">
  198. <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  199. <collectionProp name="Arguments.arguments"/>
  200. </elementProp>
  201. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  202. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  203. <stringProp name="HTTPSampler.protocol"></stringProp>
  204. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  205. <stringProp name="HTTPSampler.path">/rules/rule1/status</stringProp>
  206. <stringProp name="HTTPSampler.method">GET</stringProp>
  207. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  208. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  209. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  210. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  211. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  212. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  213. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  214. </HTTPSamplerProxy>
  215. <hashTree>
  216. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="JSON Assertion" enabled="true">
  217. <stringProp name="JSON_PATH">$.source_demo_0_records_in_total</stringProp>
  218. <stringProp name="EXPECTED_VALUE">0</stringProp>
  219. <boolProp name="JSONVALIDATION">true</boolProp>
  220. <boolProp name="EXPECT_NULL">false</boolProp>
  221. <boolProp name="INVERT">false</boolProp>
  222. <boolProp name="ISREGEX">false</boolProp>
  223. </JSONPathAssertion>
  224. <hashTree/>
  225. </hashTree>
  226. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_GetRuleStatus" enabled="true">
  227. <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  228. <collectionProp name="Arguments.arguments"/>
  229. </elementProp>
  230. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  231. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  232. <stringProp name="HTTPSampler.protocol"></stringProp>
  233. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  234. <stringProp name="HTTPSampler.path">/rules/rule1/status</stringProp>
  235. <stringProp name="HTTPSampler.method">GET</stringProp>
  236. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  237. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  238. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  239. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  240. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  241. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  242. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  243. </HTTPSamplerProxy>
  244. <hashTree>
  245. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="JSON Assertion" enabled="true">
  246. <stringProp name="JSON_PATH">$.source_demo_0_records_in_total</stringProp>
  247. <stringProp name="EXPECTED_VALUE">1</stringProp>
  248. <boolProp name="JSONVALIDATION">true</boolProp>
  249. <boolProp name="EXPECT_NULL">false</boolProp>
  250. <boolProp name="INVERT">false</boolProp>
  251. <boolProp name="ISREGEX">false</boolProp>
  252. </JSONPathAssertion>
  253. <hashTree/>
  254. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="JSON Assertion" enabled="true">
  255. <stringProp name="JSON_PATH">$.sink_mqtt_1_0_records_in_total</stringProp>
  256. <stringProp name="EXPECTED_VALUE">1</stringProp>
  257. <boolProp name="JSONVALIDATION">true</boolProp>
  258. <boolProp name="EXPECT_NULL">false</boolProp>
  259. <boolProp name="INVERT">false</boolProp>
  260. <boolProp name="ISREGEX">false</boolProp>
  261. </JSONPathAssertion>
  262. <hashTree/>
  263. <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="固定定时器" enabled="true">
  264. <stringProp name="ConstantTimer.delay">23000</stringProp>
  265. </ConstantTimer>
  266. <hashTree/>
  267. </hashTree>
  268. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_DropRule" enabled="true">
  269. <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  270. <collectionProp name="Arguments.arguments"/>
  271. </elementProp>
  272. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  273. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  274. <stringProp name="HTTPSampler.protocol"></stringProp>
  275. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  276. <stringProp name="HTTPSampler.path">/rules/rule1</stringProp>
  277. <stringProp name="HTTPSampler.method">DELETE</stringProp>
  278. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  279. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  280. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  281. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  282. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  283. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  284. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  285. </HTTPSamplerProxy>
  286. <hashTree>
  287. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  288. <collectionProp name="Asserion.test_strings">
  289. <stringProp name="717250485">Rule rule1 is dropped.</stringProp>
  290. </collectionProp>
  291. <stringProp name="Assertion.custom_message"></stringProp>
  292. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  293. <boolProp name="Assertion.assume_success">false</boolProp>
  294. <intProp name="Assertion.test_type">16</intProp>
  295. </ResponseAssertion>
  296. <hashTree/>
  297. </hashTree>
  298. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_Drop_Stream" enabled="true">
  299. <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  300. <collectionProp name="Arguments.arguments"/>
  301. </elementProp>
  302. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  303. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  304. <stringProp name="HTTPSampler.protocol"></stringProp>
  305. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  306. <stringProp name="HTTPSampler.path">/streams/demo</stringProp>
  307. <stringProp name="HTTPSampler.method">DELETE</stringProp>
  308. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  309. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  310. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  311. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  312. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  313. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  314. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  315. </HTTPSamplerProxy>
  316. <hashTree>
  317. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  318. <collectionProp name="Asserion.test_strings">
  319. <stringProp name="287881319">Stream demo is dropped.</stringProp>
  320. </collectionProp>
  321. <stringProp name="Assertion.custom_message"></stringProp>
  322. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  323. <boolProp name="Assertion.assume_success">false</boolProp>
  324. <intProp name="Assertion.test_type">16</intProp>
  325. </ResponseAssertion>
  326. <hashTree/>
  327. </hashTree>
  328. <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
  329. <stringProp name="ConstantTimer.delay">500</stringProp>
  330. </ConstantTimer>
  331. <hashTree/>
  332. </hashTree>
  333. </hashTree>
  334. <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="Result" enabled="true">
  335. <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
  336. <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true">
  337. <boolProp name="LoopController.continue_forever">false</boolProp>
  338. <stringProp name="LoopController.loops">1</stringProp>
  339. </elementProp>
  340. <stringProp name="ThreadGroup.num_threads">1</stringProp>
  341. <stringProp name="ThreadGroup.ramp_time">1</stringProp>
  342. <boolProp name="ThreadGroup.scheduler">false</boolProp>
  343. <stringProp name="ThreadGroup.duration"></stringProp>
  344. <stringProp name="ThreadGroup.delay"></stringProp>
  345. <boolProp name="ThreadGroup.same_user_on_next_iteration">true</boolProp>
  346. </ThreadGroup>
  347. <hashTree>
  348. <ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="View Results Tree" enabled="true">
  349. <boolProp name="ResultCollector.error_logging">false</boolProp>
  350. <objProp>
  351. <name>saveConfig</name>
  352. <value class="SampleSaveConfiguration">
  353. <time>true</time>
  354. <latency>true</latency>
  355. <timestamp>true</timestamp>
  356. <success>true</success>
  357. <label>true</label>
  358. <code>true</code>
  359. <message>true</message>
  360. <threadName>true</threadName>
  361. <dataType>true</dataType>
  362. <encoding>false</encoding>
  363. <assertions>true</assertions>
  364. <subresults>true</subresults>
  365. <responseData>false</responseData>
  366. <samplerData>false</samplerData>
  367. <xml>false</xml>
  368. <fieldNames>true</fieldNames>
  369. <responseHeaders>false</responseHeaders>
  370. <requestHeaders>false</requestHeaders>
  371. <responseDataOnError>false</responseDataOnError>
  372. <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage>
  373. <assertionsResultsToSave>0</assertionsResultsToSave>
  374. <bytes>true</bytes>
  375. <sentBytes>true</sentBytes>
  376. <threadCounts>true</threadCounts>
  377. <idleTime>true</idleTime>
  378. <connectTime>true</connectTime>
  379. </value>
  380. </objProp>
  381. <stringProp name="filename"></stringProp>
  382. </ResultCollector>
  383. <hashTree/>
  384. <OnceOnlyController guiclass="OnceOnlyControllerGui" testclass="OnceOnlyController" testname="Once Only Controller" enabled="true"/>
  385. <hashTree>
  386. <net.xmeter.samplers.ConnectSampler guiclass="net.xmeter.gui.ConnectSamplerUI" testclass="net.xmeter.samplers.ConnectSampler" testname="MQTT Connect" enabled="true">
  387. <stringProp name="mqtt.server">${mqtt_srv}</stringProp>
  388. <stringProp name="mqtt.port">1883</stringProp>
  389. <stringProp name="mqtt.version">3.1</stringProp>
  390. <stringProp name="mqtt.conn_timeout">10</stringProp>
  391. <boolProp name="mqtt.private_protocol">false</boolProp>
  392. <stringProp name="mqtt.listener_timeout">10</stringProp>
  393. <stringProp name="mqtt.protocol">TCP</stringProp>
  394. <boolProp name="mqtt.dual_ssl_authentication">false</boolProp>
  395. <stringProp name="mqtt.keystore_file_path"></stringProp>
  396. <stringProp name="mqtt.keystore_password"></stringProp>
  397. <stringProp name="mqtt.clientcert_file_path"></stringProp>
  398. <stringProp name="mqtt.clientcert_password"></stringProp>
  399. <stringProp name="mqtt.user_name"></stringProp>
  400. <stringProp name="mqtt.password"></stringProp>
  401. <stringProp name="mqtt.client_id_prefix">conn_</stringProp>
  402. <boolProp name="mqtt.client_id_suffix">true</boolProp>
  403. <stringProp name="mqtt.conn_keep_alive">300</stringProp>
  404. <stringProp name="mqtt.conn_attampt_max">0</stringProp>
  405. <stringProp name="mqtt.reconn_attampt_max">0</stringProp>
  406. <boolProp name="mqtt.conn_clean_session">true</boolProp>
  407. </net.xmeter.samplers.ConnectSampler>
  408. <hashTree/>
  409. </hashTree>
  410. <net.xmeter.samplers.SubSampler guiclass="net.xmeter.gui.SubSamplerUI" testclass="net.xmeter.samplers.SubSampler" testname="AnalysisResult" enabled="true">
  411. <stringProp name="mqtt.topic_name">devices/result</stringProp>
  412. <stringProp name="mqtt.qos_level">0</stringProp>
  413. <boolProp name="mqtt.add_timestamp">false</boolProp>
  414. <boolProp name="mqtt.debug_response">true</boolProp>
  415. <stringProp name="mqtt.sample_condition">specified elapsed time (ms)</stringProp>
  416. <stringProp name="mqtt.sample_condition_value">25000</stringProp>
  417. </net.xmeter.samplers.SubSampler>
  418. <hashTree>
  419. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="temperature Assertion" enabled="true">
  420. <stringProp name="JSON_PATH">$[0].temperature</stringProp>
  421. <stringProp name="EXPECTED_VALUE">${temperature}</stringProp>
  422. <boolProp name="JSONVALIDATION">false</boolProp>
  423. <boolProp name="EXPECT_NULL">false</boolProp>
  424. <boolProp name="INVERT">false</boolProp>
  425. <boolProp name="ISREGEX">false</boolProp>
  426. </JSONPathAssertion>
  427. <hashTree/>
  428. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="humidity Assertion" enabled="true">
  429. <stringProp name="JSON_PATH">$[0].humidity</stringProp>
  430. <stringProp name="EXPECTED_VALUE">${humidity}</stringProp>
  431. <boolProp name="JSONVALIDATION">false</boolProp>
  432. <boolProp name="EXPECT_NULL">false</boolProp>
  433. <boolProp name="INVERT">false</boolProp>
  434. <boolProp name="ISREGEX">false</boolProp>
  435. </JSONPathAssertion>
  436. <hashTree/>
  437. </hashTree>
  438. </hashTree>
  439. </hashTree>
  440. </hashTree>
  441. </jmeterTestPlan>