plugin_end_2_end.jmx 66 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <jmeterTestPlan version="1.2" properties="5.0" jmeter="5.3">
  3. <hashTree>
  4. <TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="Test Plan" enabled="true">
  5. <stringProp name="TestPlan.comments"></stringProp>
  6. <boolProp name="TestPlan.functional_mode">false</boolProp>
  7. <boolProp name="TestPlan.tearDown_on_shutdown">true</boolProp>
  8. <boolProp name="TestPlan.serialize_threadgroups">false</boolProp>
  9. <elementProp name="TestPlan.user_defined_variables" elementType="Arguments" guiclass="ArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  10. <collectionProp name="Arguments.arguments"/>
  11. </elementProp>
  12. <stringProp name="TestPlan.user_define_classpath"></stringProp>
  13. </TestPlan>
  14. <hashTree>
  15. <Arguments guiclass="ArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  16. <collectionProp name="Arguments.arguments">
  17. <elementProp name="srv" elementType="Argument">
  18. <stringProp name="Argument.name">srv</stringProp>
  19. <stringProp name="Argument.value">127.0.0.1</stringProp>
  20. <stringProp name="Argument.metadata">=</stringProp>
  21. </elementProp>
  22. <elementProp name="rest_port" elementType="Argument">
  23. <stringProp name="Argument.name">rest_port</stringProp>
  24. <stringProp name="Argument.value">9081</stringProp>
  25. <stringProp name="Argument.metadata">=</stringProp>
  26. </elementProp>
  27. </collectionProp>
  28. </Arguments>
  29. <hashTree/>
  30. <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="Rules" enabled="true">
  31. <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
  32. <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true">
  33. <boolProp name="LoopController.continue_forever">false</boolProp>
  34. <stringProp name="LoopController.loops">1</stringProp>
  35. </elementProp>
  36. <stringProp name="ThreadGroup.num_threads">1</stringProp>
  37. <stringProp name="ThreadGroup.ramp_time">1</stringProp>
  38. <boolProp name="ThreadGroup.scheduler">false</boolProp>
  39. <stringProp name="ThreadGroup.duration"></stringProp>
  40. <stringProp name="ThreadGroup.delay"></stringProp>
  41. <boolProp name="ThreadGroup.same_user_on_next_iteration">true</boolProp>
  42. </ThreadGroup>
  43. <hashTree>
  44. <ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="View Results Tree" enabled="true">
  45. <boolProp name="ResultCollector.error_logging">false</boolProp>
  46. <objProp>
  47. <name>saveConfig</name>
  48. <value class="SampleSaveConfiguration">
  49. <time>true</time>
  50. <latency>true</latency>
  51. <timestamp>true</timestamp>
  52. <success>true</success>
  53. <label>true</label>
  54. <code>true</code>
  55. <message>true</message>
  56. <threadName>true</threadName>
  57. <dataType>true</dataType>
  58. <encoding>false</encoding>
  59. <assertions>true</assertions>
  60. <subresults>true</subresults>
  61. <responseData>false</responseData>
  62. <samplerData>false</samplerData>
  63. <xml>false</xml>
  64. <fieldNames>true</fieldNames>
  65. <responseHeaders>false</responseHeaders>
  66. <requestHeaders>false</requestHeaders>
  67. <responseDataOnError>false</responseDataOnError>
  68. <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage>
  69. <assertionsResultsToSave>0</assertionsResultsToSave>
  70. <bytes>true</bytes>
  71. <sentBytes>true</sentBytes>
  72. <threadCounts>true</threadCounts>
  73. <idleTime>true</idleTime>
  74. <connectTime>true</connectTime>
  75. </value>
  76. </objProp>
  77. <stringProp name="filename"></stringProp>
  78. </ResultCollector>
  79. <hashTree/>
  80. <TransactionController guiclass="TransactionControllerGui" testclass="TransactionController" testname="Zmq plugin" enabled="true">
  81. <boolProp name="TransactionController.includeTimers">false</boolProp>
  82. <boolProp name="TransactionController.parent">false</boolProp>
  83. </TransactionController>
  84. <hashTree>
  85. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_AddPlugin" enabled="true">
  86. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  87. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  88. <collectionProp name="Arguments.arguments">
  89. <elementProp name="" elementType="HTTPArgument">
  90. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  91. <stringProp name="Argument.value">{&#xd;
  92. &quot;name&quot;:&quot;zmq&quot;,&#xd;
  93. &quot;file&quot;:&quot;http://127.0.0.1:9090/plugins/zmq.zip&quot;&#xd;
  94. }</stringProp>
  95. <stringProp name="Argument.metadata">=</stringProp>
  96. </elementProp>
  97. </collectionProp>
  98. </elementProp>
  99. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  100. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  101. <stringProp name="HTTPSampler.protocol"></stringProp>
  102. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  103. <stringProp name="HTTPSampler.path">/plugins/sources</stringProp>
  104. <stringProp name="HTTPSampler.method">POST</stringProp>
  105. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  106. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  107. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  108. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  109. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  110. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  111. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  112. </HTTPSamplerProxy>
  113. <hashTree>
  114. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  115. <collectionProp name="Asserion.test_strings">
  116. <stringProp name="49587">201</stringProp>
  117. </collectionProp>
  118. <stringProp name="Assertion.custom_message"></stringProp>
  119. <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
  120. <boolProp name="Assertion.assume_success">true</boolProp>
  121. <intProp name="Assertion.test_type">16</intProp>
  122. </ResponseAssertion>
  123. <hashTree/>
  124. <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
  125. <stringProp name="ConstantTimer.delay">500</stringProp>
  126. </ConstantTimer>
  127. <hashTree/>
  128. </hashTree>
  129. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_DescPlugin" enabled="true">
  130. <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  131. <collectionProp name="Arguments.arguments"/>
  132. </elementProp>
  133. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  134. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  135. <stringProp name="HTTPSampler.protocol"></stringProp>
  136. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  137. <stringProp name="HTTPSampler.path">/plugins/sources/zmq</stringProp>
  138. <stringProp name="HTTPSampler.method">GET</stringProp>
  139. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  140. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  141. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  142. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  143. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  144. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  145. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  146. </HTTPSamplerProxy>
  147. <hashTree>
  148. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  149. <collectionProp name="Asserion.test_strings">
  150. <stringProp name="120734">zmq</stringProp>
  151. </collectionProp>
  152. <stringProp name="Assertion.custom_message"></stringProp>
  153. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  154. <boolProp name="Assertion.assume_success">true</boolProp>
  155. <intProp name="Assertion.test_type">16</intProp>
  156. </ResponseAssertion>
  157. <hashTree/>
  158. </hashTree>
  159. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_CreateStream" enabled="true">
  160. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  161. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  162. <collectionProp name="Arguments.arguments">
  163. <elementProp name="" elementType="HTTPArgument">
  164. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  165. <stringProp name="Argument.value">{&#xd;
  166. &quot;sql&quot; : &quot;create stream demo (humidity bigint, temperature bigint) WITH (DATASOURCE=\&quot;events\&quot;, FORMAT=\&quot;JSON\&quot;, TYPE=\&quot;zmq\&quot;)&quot;&#xd;
  167. }</stringProp>
  168. <stringProp name="Argument.metadata">=</stringProp>
  169. </elementProp>
  170. </collectionProp>
  171. </elementProp>
  172. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  173. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  174. <stringProp name="HTTPSampler.protocol"></stringProp>
  175. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  176. <stringProp name="HTTPSampler.path">/streams</stringProp>
  177. <stringProp name="HTTPSampler.method">POST</stringProp>
  178. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  179. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  180. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  181. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  182. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  183. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  184. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  185. </HTTPSamplerProxy>
  186. <hashTree>
  187. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  188. <collectionProp name="Asserion.test_strings">
  189. <stringProp name="-1754954177">Stream demo is created.</stringProp>
  190. </collectionProp>
  191. <stringProp name="Assertion.custom_message"></stringProp>
  192. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  193. <boolProp name="Assertion.assume_success">true</boolProp>
  194. <intProp name="Assertion.test_type">16</intProp>
  195. </ResponseAssertion>
  196. <hashTree/>
  197. </hashTree>
  198. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_CreateRule" enabled="true">
  199. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  200. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  201. <collectionProp name="Arguments.arguments">
  202. <elementProp name="" elementType="HTTPArgument">
  203. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  204. <stringProp name="Argument.value">{&#xd;
  205. &quot;id&quot;: &quot;rule1&quot;,&#xd;
  206. &quot;sql&quot;: &quot;SELECT * FROM demo WHERE humidity = 55&quot;,&#xd;
  207. &quot;actions&quot;: [&#xd;
  208. {&#xd;
  209. &quot;rest&quot;: {&#xd;
  210. &quot;url&quot;: &quot;http://127.0.0.1:9090/alert&quot;,&#xd;
  211. &quot;method&quot;: &quot;post&quot;,&#xd;
  212. &quot;dataTemplate&quot;: &quot;{\&quot;content\&quot;:{{json .}}}&quot;,&#xd;
  213. &quot;sendSingle&quot;: true&#xd;
  214. }&#xd;
  215. }&#xd;
  216. ]&#xd;
  217. }</stringProp>
  218. <stringProp name="Argument.metadata">=</stringProp>
  219. </elementProp>
  220. </collectionProp>
  221. </elementProp>
  222. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  223. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  224. <stringProp name="HTTPSampler.protocol"></stringProp>
  225. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  226. <stringProp name="HTTPSampler.path">/rules</stringProp>
  227. <stringProp name="HTTPSampler.method">POST</stringProp>
  228. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  229. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  230. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  231. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  232. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  233. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  234. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  235. </HTTPSamplerProxy>
  236. <hashTree>
  237. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  238. <collectionProp name="Asserion.test_strings">
  239. <stringProp name="-2022196798">Rule rule1 was created</stringProp>
  240. </collectionProp>
  241. <stringProp name="Assertion.custom_message"></stringProp>
  242. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  243. <boolProp name="Assertion.assume_success">true</boolProp>
  244. <intProp name="Assertion.test_type">16</intProp>
  245. </ResponseAssertion>
  246. <hashTree/>
  247. </hashTree>
  248. <SystemSampler guiclass="SystemSamplerGui" testclass="SystemSampler" testname="Send_Data" enabled="true">
  249. <boolProp name="SystemSampler.checkReturnCode">false</boolProp>
  250. <stringProp name="SystemSampler.expectedReturnCode">0</stringProp>
  251. <stringProp name="SystemSampler.command">test/plugins/pub/zmq_pub</stringProp>
  252. <elementProp name="SystemSampler.arguments" elementType="Arguments" guiclass="ArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  253. <collectionProp name="Arguments.arguments"/>
  254. </elementProp>
  255. <elementProp name="SystemSampler.environment" elementType="Arguments" guiclass="ArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  256. <collectionProp name="Arguments.arguments"/>
  257. </elementProp>
  258. <stringProp name="SystemSampler.directory">${__property(fvt,,)}</stringProp>
  259. </SystemSampler>
  260. <hashTree>
  261. <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
  262. <stringProp name="ConstantTimer.delay">500</stringProp>
  263. </ConstantTimer>
  264. <hashTree/>
  265. </hashTree>
  266. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_GetRuleStatus" enabled="true">
  267. <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  268. <collectionProp name="Arguments.arguments"/>
  269. </elementProp>
  270. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  271. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  272. <stringProp name="HTTPSampler.protocol"></stringProp>
  273. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  274. <stringProp name="HTTPSampler.path">/rules/rule1/status</stringProp>
  275. <stringProp name="HTTPSampler.method">GET</stringProp>
  276. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  277. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  278. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  279. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  280. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  281. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  282. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  283. </HTTPSamplerProxy>
  284. <hashTree>
  285. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="JSON Assertion" enabled="true">
  286. <stringProp name="JSON_PATH">$.sink_rest_0_0_records_in_total</stringProp>
  287. <stringProp name="EXPECTED_VALUE">2</stringProp>
  288. <boolProp name="JSONVALIDATION">true</boolProp>
  289. <boolProp name="EXPECT_NULL">false</boolProp>
  290. <boolProp name="INVERT">false</boolProp>
  291. <boolProp name="ISREGEX">false</boolProp>
  292. </JSONPathAssertion>
  293. <hashTree/>
  294. <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
  295. <stringProp name="ConstantTimer.delay">1000</stringProp>
  296. </ConstantTimer>
  297. <hashTree/>
  298. </hashTree>
  299. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_DropRule" enabled="true">
  300. <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  301. <collectionProp name="Arguments.arguments"/>
  302. </elementProp>
  303. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  304. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  305. <stringProp name="HTTPSampler.protocol"></stringProp>
  306. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  307. <stringProp name="HTTPSampler.path">/rules/rule1</stringProp>
  308. <stringProp name="HTTPSampler.method">DELETE</stringProp>
  309. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  310. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  311. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  312. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  313. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  314. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  315. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  316. </HTTPSamplerProxy>
  317. <hashTree>
  318. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  319. <collectionProp name="Asserion.test_strings">
  320. <stringProp name="717250485">Rule rule1 is dropped.</stringProp>
  321. </collectionProp>
  322. <stringProp name="Assertion.custom_message"></stringProp>
  323. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  324. <boolProp name="Assertion.assume_success">false</boolProp>
  325. <intProp name="Assertion.test_type">16</intProp>
  326. </ResponseAssertion>
  327. <hashTree/>
  328. </hashTree>
  329. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_Drop_Stream" enabled="true">
  330. <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  331. <collectionProp name="Arguments.arguments"/>
  332. </elementProp>
  333. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  334. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  335. <stringProp name="HTTPSampler.protocol"></stringProp>
  336. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  337. <stringProp name="HTTPSampler.path">/streams/demo</stringProp>
  338. <stringProp name="HTTPSampler.method">DELETE</stringProp>
  339. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  340. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  341. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  342. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  343. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  344. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  345. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  346. </HTTPSamplerProxy>
  347. <hashTree>
  348. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  349. <collectionProp name="Asserion.test_strings">
  350. <stringProp name="287881319">Stream demo is dropped.</stringProp>
  351. </collectionProp>
  352. <stringProp name="Assertion.custom_message"></stringProp>
  353. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  354. <boolProp name="Assertion.assume_success">false</boolProp>
  355. <intProp name="Assertion.test_type">16</intProp>
  356. </ResponseAssertion>
  357. <hashTree/>
  358. </hashTree>
  359. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_DropPlugin" enabled="true">
  360. <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  361. <collectionProp name="Arguments.arguments"/>
  362. </elementProp>
  363. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  364. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  365. <stringProp name="HTTPSampler.protocol"></stringProp>
  366. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  367. <stringProp name="HTTPSampler.path">/plugins/sources/zmq</stringProp>
  368. <stringProp name="HTTPSampler.method">DELETE</stringProp>
  369. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  370. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  371. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  372. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  373. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  374. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  375. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  376. </HTTPSamplerProxy>
  377. <hashTree>
  378. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  379. <collectionProp name="Asserion.test_strings">
  380. <stringProp name="-1776925942">sources plugin zmq is deleted</stringProp>
  381. </collectionProp>
  382. <stringProp name="Assertion.custom_message"></stringProp>
  383. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  384. <boolProp name="Assertion.assume_success">true</boolProp>
  385. <intProp name="Assertion.test_type">16</intProp>
  386. </ResponseAssertion>
  387. <hashTree/>
  388. </hashTree>
  389. <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
  390. <stringProp name="ConstantTimer.delay">500</stringProp>
  391. </ConstantTimer>
  392. <hashTree/>
  393. </hashTree>
  394. <TransactionController guiclass="TransactionControllerGui" testclass="TransactionController" testname="Tdengine plugin" enabled="true">
  395. <boolProp name="TransactionController.includeTimers">false</boolProp>
  396. <boolProp name="TransactionController.parent">false</boolProp>
  397. </TransactionController>
  398. <hashTree>
  399. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_AddPlugin" enabled="true">
  400. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  401. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  402. <collectionProp name="Arguments.arguments">
  403. <elementProp name="" elementType="HTTPArgument">
  404. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  405. <stringProp name="Argument.value">{&#xd;
  406. &quot;name&quot;:&quot;tdengine&quot;,&#xd;
  407. &quot;file&quot;:&quot;http://127.0.0.1:9090/plugins/tdengine.zip&quot;&#xd;
  408. }</stringProp>
  409. <stringProp name="Argument.metadata">=</stringProp>
  410. </elementProp>
  411. </collectionProp>
  412. </elementProp>
  413. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  414. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  415. <stringProp name="HTTPSampler.protocol"></stringProp>
  416. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  417. <stringProp name="HTTPSampler.path">/plugins/sinks</stringProp>
  418. <stringProp name="HTTPSampler.method">POST</stringProp>
  419. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  420. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  421. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  422. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  423. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  424. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  425. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  426. </HTTPSamplerProxy>
  427. <hashTree>
  428. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  429. <collectionProp name="Asserion.test_strings">
  430. <stringProp name="49587">201</stringProp>
  431. </collectionProp>
  432. <stringProp name="Assertion.custom_message"></stringProp>
  433. <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
  434. <boolProp name="Assertion.assume_success">true</boolProp>
  435. <intProp name="Assertion.test_type">16</intProp>
  436. </ResponseAssertion>
  437. <hashTree/>
  438. <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
  439. <stringProp name="ConstantTimer.delay">500</stringProp>
  440. </ConstantTimer>
  441. <hashTree/>
  442. </hashTree>
  443. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_DescPlugin" enabled="true">
  444. <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  445. <collectionProp name="Arguments.arguments"/>
  446. </elementProp>
  447. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  448. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  449. <stringProp name="HTTPSampler.protocol"></stringProp>
  450. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  451. <stringProp name="HTTPSampler.path">/plugins/sinks/tdengine</stringProp>
  452. <stringProp name="HTTPSampler.method">GET</stringProp>
  453. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  454. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  455. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  456. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  457. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  458. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  459. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  460. </HTTPSamplerProxy>
  461. <hashTree>
  462. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  463. <collectionProp name="Asserion.test_strings">
  464. <stringProp name="1854895282">tdengine</stringProp>
  465. </collectionProp>
  466. <stringProp name="Assertion.custom_message"></stringProp>
  467. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  468. <boolProp name="Assertion.assume_success">true</boolProp>
  469. <intProp name="Assertion.test_type">16</intProp>
  470. </ResponseAssertion>
  471. <hashTree/>
  472. </hashTree>
  473. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_CreateStream" enabled="true">
  474. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  475. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  476. <collectionProp name="Arguments.arguments">
  477. <elementProp name="" elementType="HTTPArgument">
  478. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  479. <stringProp name="Argument.value">{&#xd;
  480. &quot;sql&quot; : &quot;create stream demo (humidity bigint, temperature bigint) WITH (DATASOURCE=\&quot;events\&quot;, FORMAT=\&quot;JSON\&quot;, TYPE=\&quot;mqtt\&quot;)&quot;&#xd;
  481. }</stringProp>
  482. <stringProp name="Argument.metadata">=</stringProp>
  483. </elementProp>
  484. </collectionProp>
  485. </elementProp>
  486. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  487. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  488. <stringProp name="HTTPSampler.protocol"></stringProp>
  489. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  490. <stringProp name="HTTPSampler.path">/streams</stringProp>
  491. <stringProp name="HTTPSampler.method">POST</stringProp>
  492. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  493. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  494. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  495. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  496. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  497. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  498. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  499. </HTTPSamplerProxy>
  500. <hashTree>
  501. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  502. <collectionProp name="Asserion.test_strings">
  503. <stringProp name="-1754954177">Stream demo is created.</stringProp>
  504. </collectionProp>
  505. <stringProp name="Assertion.custom_message"></stringProp>
  506. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  507. <boolProp name="Assertion.assume_success">true</boolProp>
  508. <intProp name="Assertion.test_type">16</intProp>
  509. </ResponseAssertion>
  510. <hashTree/>
  511. </hashTree>
  512. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_CreateRule" enabled="true">
  513. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  514. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  515. <collectionProp name="Arguments.arguments">
  516. <elementProp name="" elementType="HTTPArgument">
  517. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  518. <stringProp name="Argument.value">{&#xd;
  519. &quot;id&quot;: &quot;rule1&quot;,&#xd;
  520. &quot;sql&quot;: &quot;SELECT * FROM demo&quot;,&#xd;
  521. &quot;actions&quot;: [&#xd;
  522. {&#xd;
  523. &quot;tdengine&quot;: {&#xd;
  524. &quot;provideTs&quot;: false,&#xd;
  525. &quot;tsFieldName&quot;: &quot;time&quot;,&#xd;
  526. &quot;port&quot;: 0,&#xd;
  527. &quot;ip&quot;: &quot;taos&quot;,&#xd;
  528. &quot;user&quot;: &quot;root&quot;,&#xd;
  529. &quot;password&quot;: &quot;taosdata&quot;,&#xd;
  530. &quot;database&quot;: &quot;sensor&quot;,&#xd;
  531. &quot;table&quot;: &quot;t1&quot;,&#xd;
  532. &quot;fields&quot;: [&#xd;
  533. &quot;temperature&quot;,&quot;humidity&quot;&#xd;
  534. ]&#xd;
  535. }&#xd;
  536. }&#xd;
  537. ]&#xd;
  538. }</stringProp>
  539. <stringProp name="Argument.metadata">=</stringProp>
  540. </elementProp>
  541. </collectionProp>
  542. </elementProp>
  543. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  544. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  545. <stringProp name="HTTPSampler.protocol"></stringProp>
  546. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  547. <stringProp name="HTTPSampler.path">/rules</stringProp>
  548. <stringProp name="HTTPSampler.method">POST</stringProp>
  549. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  550. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  551. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  552. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  553. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  554. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  555. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  556. </HTTPSamplerProxy>
  557. <hashTree>
  558. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  559. <collectionProp name="Asserion.test_strings">
  560. <stringProp name="-2022196798">Rule rule1 was created</stringProp>
  561. </collectionProp>
  562. <stringProp name="Assertion.custom_message"></stringProp>
  563. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  564. <boolProp name="Assertion.assume_success">true</boolProp>
  565. <intProp name="Assertion.test_type">16</intProp>
  566. </ResponseAssertion>
  567. <hashTree/>
  568. <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
  569. <stringProp name="ConstantTimer.delay">500</stringProp>
  570. </ConstantTimer>
  571. <hashTree/>
  572. </hashTree>
  573. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_GetRuleStatus" enabled="true">
  574. <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  575. <collectionProp name="Arguments.arguments"/>
  576. </elementProp>
  577. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  578. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  579. <stringProp name="HTTPSampler.protocol"></stringProp>
  580. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  581. <stringProp name="HTTPSampler.path">/rules/rule1/status</stringProp>
  582. <stringProp name="HTTPSampler.method">GET</stringProp>
  583. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  584. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  585. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  586. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  587. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  588. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  589. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  590. </HTTPSamplerProxy>
  591. <hashTree>
  592. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="JSON Assertion" enabled="true">
  593. <stringProp name="JSON_PATH">$.sink_tdengine_0_0_records_in_total</stringProp>
  594. <stringProp name="EXPECTED_VALUE">0</stringProp>
  595. <boolProp name="JSONVALIDATION">true</boolProp>
  596. <boolProp name="EXPECT_NULL">false</boolProp>
  597. <boolProp name="INVERT">false</boolProp>
  598. <boolProp name="ISREGEX">false</boolProp>
  599. </JSONPathAssertion>
  600. <hashTree/>
  601. <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
  602. <stringProp name="ConstantTimer.delay">1000</stringProp>
  603. </ConstantTimer>
  604. <hashTree/>
  605. </hashTree>
  606. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_DropRule" enabled="true">
  607. <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  608. <collectionProp name="Arguments.arguments"/>
  609. </elementProp>
  610. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  611. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  612. <stringProp name="HTTPSampler.protocol"></stringProp>
  613. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  614. <stringProp name="HTTPSampler.path">/rules/rule1</stringProp>
  615. <stringProp name="HTTPSampler.method">DELETE</stringProp>
  616. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  617. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  618. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  619. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  620. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  621. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  622. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  623. </HTTPSamplerProxy>
  624. <hashTree>
  625. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  626. <collectionProp name="Asserion.test_strings">
  627. <stringProp name="717250485">Rule rule1 is dropped.</stringProp>
  628. </collectionProp>
  629. <stringProp name="Assertion.custom_message"></stringProp>
  630. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  631. <boolProp name="Assertion.assume_success">false</boolProp>
  632. <intProp name="Assertion.test_type">16</intProp>
  633. </ResponseAssertion>
  634. <hashTree/>
  635. </hashTree>
  636. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_Drop_Stream" enabled="true">
  637. <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  638. <collectionProp name="Arguments.arguments"/>
  639. </elementProp>
  640. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  641. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  642. <stringProp name="HTTPSampler.protocol"></stringProp>
  643. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  644. <stringProp name="HTTPSampler.path">/streams/demo</stringProp>
  645. <stringProp name="HTTPSampler.method">DELETE</stringProp>
  646. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  647. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  648. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  649. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  650. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  651. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  652. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  653. </HTTPSamplerProxy>
  654. <hashTree>
  655. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  656. <collectionProp name="Asserion.test_strings">
  657. <stringProp name="287881319">Stream demo is dropped.</stringProp>
  658. </collectionProp>
  659. <stringProp name="Assertion.custom_message"></stringProp>
  660. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  661. <boolProp name="Assertion.assume_success">false</boolProp>
  662. <intProp name="Assertion.test_type">16</intProp>
  663. </ResponseAssertion>
  664. <hashTree/>
  665. </hashTree>
  666. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_DropPlugin" enabled="true">
  667. <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  668. <collectionProp name="Arguments.arguments"/>
  669. </elementProp>
  670. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  671. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  672. <stringProp name="HTTPSampler.protocol"></stringProp>
  673. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  674. <stringProp name="HTTPSampler.path">/plugins/sinks/tdengine</stringProp>
  675. <stringProp name="HTTPSampler.method">DELETE</stringProp>
  676. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  677. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  678. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  679. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  680. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  681. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  682. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  683. </HTTPSamplerProxy>
  684. <hashTree>
  685. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  686. <collectionProp name="Asserion.test_strings">
  687. <stringProp name="-1724150076">sinks plugin tdengine is deleted</stringProp>
  688. </collectionProp>
  689. <stringProp name="Assertion.custom_message"></stringProp>
  690. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  691. <boolProp name="Assertion.assume_success">true</boolProp>
  692. <intProp name="Assertion.test_type">16</intProp>
  693. </ResponseAssertion>
  694. <hashTree/>
  695. </hashTree>
  696. <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
  697. <stringProp name="ConstantTimer.delay">500</stringProp>
  698. </ConstantTimer>
  699. <hashTree/>
  700. </hashTree>
  701. <TransactionController guiclass="TransactionControllerGui" testclass="TransactionController" testname="Sql plugin" enabled="true">
  702. <boolProp name="TransactionController.includeTimers">false</boolProp>
  703. <boolProp name="TransactionController.parent">false</boolProp>
  704. </TransactionController>
  705. <hashTree>
  706. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_AddPlugin" enabled="true">
  707. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  708. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  709. <collectionProp name="Arguments.arguments">
  710. <elementProp name="" elementType="HTTPArgument">
  711. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  712. <stringProp name="Argument.value">{&#xd;
  713. &quot;name&quot;:&quot;sql&quot;,&#xd;
  714. &quot;file&quot;:&quot;http://127.0.0.1:9090/plugins/sql.zip&quot;&#xd;
  715. }</stringProp>
  716. <stringProp name="Argument.metadata">=</stringProp>
  717. </elementProp>
  718. </collectionProp>
  719. </elementProp>
  720. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  721. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  722. <stringProp name="HTTPSampler.protocol"></stringProp>
  723. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  724. <stringProp name="HTTPSampler.path">/plugins/sinks</stringProp>
  725. <stringProp name="HTTPSampler.method">POST</stringProp>
  726. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  727. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  728. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  729. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  730. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  731. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  732. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  733. </HTTPSamplerProxy>
  734. <hashTree>
  735. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  736. <collectionProp name="Asserion.test_strings">
  737. <stringProp name="49587">201</stringProp>
  738. </collectionProp>
  739. <stringProp name="Assertion.custom_message"></stringProp>
  740. <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
  741. <boolProp name="Assertion.assume_success">true</boolProp>
  742. <intProp name="Assertion.test_type">16</intProp>
  743. </ResponseAssertion>
  744. <hashTree/>
  745. <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
  746. <stringProp name="ConstantTimer.delay">500</stringProp>
  747. </ConstantTimer>
  748. <hashTree/>
  749. </hashTree>
  750. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_DescPlugin" enabled="true">
  751. <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  752. <collectionProp name="Arguments.arguments"/>
  753. </elementProp>
  754. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  755. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  756. <stringProp name="HTTPSampler.protocol"></stringProp>
  757. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  758. <stringProp name="HTTPSampler.path">/plugins/sinks/sql</stringProp>
  759. <stringProp name="HTTPSampler.method">GET</stringProp>
  760. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  761. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  762. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  763. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  764. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  765. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  766. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  767. </HTTPSamplerProxy>
  768. <hashTree>
  769. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  770. <collectionProp name="Asserion.test_strings">
  771. <stringProp name="114126">sql</stringProp>
  772. </collectionProp>
  773. <stringProp name="Assertion.custom_message"></stringProp>
  774. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  775. <boolProp name="Assertion.assume_success">true</boolProp>
  776. <intProp name="Assertion.test_type">16</intProp>
  777. </ResponseAssertion>
  778. <hashTree/>
  779. </hashTree>
  780. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_CreateStream" enabled="true">
  781. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  782. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  783. <collectionProp name="Arguments.arguments">
  784. <elementProp name="" elementType="HTTPArgument">
  785. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  786. <stringProp name="Argument.value">{&#xd;
  787. &quot;sql&quot; : &quot;create stream demo (humidity bigint, temperature bigint) WITH (DATASOURCE=\&quot;events\&quot;, FORMAT=\&quot;JSON\&quot;, TYPE=\&quot;mqtt\&quot;)&quot;&#xd;
  788. }</stringProp>
  789. <stringProp name="Argument.metadata">=</stringProp>
  790. </elementProp>
  791. </collectionProp>
  792. </elementProp>
  793. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  794. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  795. <stringProp name="HTTPSampler.protocol"></stringProp>
  796. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  797. <stringProp name="HTTPSampler.path">/streams</stringProp>
  798. <stringProp name="HTTPSampler.method">POST</stringProp>
  799. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  800. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  801. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  802. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  803. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  804. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  805. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  806. </HTTPSamplerProxy>
  807. <hashTree>
  808. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  809. <collectionProp name="Asserion.test_strings">
  810. <stringProp name="-1754954177">Stream demo is created.</stringProp>
  811. </collectionProp>
  812. <stringProp name="Assertion.custom_message"></stringProp>
  813. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  814. <boolProp name="Assertion.assume_success">true</boolProp>
  815. <intProp name="Assertion.test_type">16</intProp>
  816. </ResponseAssertion>
  817. <hashTree/>
  818. </hashTree>
  819. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_CreateRule" enabled="true">
  820. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  821. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  822. <collectionProp name="Arguments.arguments">
  823. <elementProp name="" elementType="HTTPArgument">
  824. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  825. <stringProp name="Argument.value">{&#xd;
  826. &quot;id&quot;: &quot;rule1&quot;,&#xd;
  827. &quot;sql&quot;: &quot;SELECT * FROM demo&quot;,&#xd;
  828. &quot;actions&quot;: [&#xd;
  829. {&#xd;
  830. &quot;sql&quot;: {&#xd;
  831. &quot;url&quot;: &quot;mysql://user:test@10.10.20.147/user?parseTime=true&quot;,&#xd;
  832. &quot;table&quot;: &quot;test&quot;,&#xd;
  833. &quot;fields&quot;: [&quot;id&quot;,&quot;name&quot;,&quot;registerTime&quot;]&#xd;
  834. }&#xd;
  835. }&#xd;
  836. ]&#xd;
  837. }</stringProp>
  838. <stringProp name="Argument.metadata">=</stringProp>
  839. </elementProp>
  840. </collectionProp>
  841. </elementProp>
  842. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  843. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  844. <stringProp name="HTTPSampler.protocol"></stringProp>
  845. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  846. <stringProp name="HTTPSampler.path">/rules</stringProp>
  847. <stringProp name="HTTPSampler.method">POST</stringProp>
  848. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  849. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  850. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  851. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  852. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  853. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  854. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  855. </HTTPSamplerProxy>
  856. <hashTree>
  857. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  858. <collectionProp name="Asserion.test_strings">
  859. <stringProp name="-2022196798">Rule rule1 was created</stringProp>
  860. </collectionProp>
  861. <stringProp name="Assertion.custom_message"></stringProp>
  862. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  863. <boolProp name="Assertion.assume_success">true</boolProp>
  864. <intProp name="Assertion.test_type">16</intProp>
  865. </ResponseAssertion>
  866. <hashTree/>
  867. <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
  868. <stringProp name="ConstantTimer.delay">500</stringProp>
  869. </ConstantTimer>
  870. <hashTree/>
  871. </hashTree>
  872. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_GetRuleStatus" enabled="true">
  873. <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  874. <collectionProp name="Arguments.arguments"/>
  875. </elementProp>
  876. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  877. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  878. <stringProp name="HTTPSampler.protocol"></stringProp>
  879. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  880. <stringProp name="HTTPSampler.path">/rules/rule1/status</stringProp>
  881. <stringProp name="HTTPSampler.method">GET</stringProp>
  882. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  883. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  884. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  885. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  886. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  887. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  888. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  889. </HTTPSamplerProxy>
  890. <hashTree>
  891. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="JSON Assertion" enabled="true">
  892. <stringProp name="JSON_PATH">$.sink_sql_0_0_records_in_total</stringProp>
  893. <stringProp name="EXPECTED_VALUE">0</stringProp>
  894. <boolProp name="JSONVALIDATION">true</boolProp>
  895. <boolProp name="EXPECT_NULL">false</boolProp>
  896. <boolProp name="INVERT">false</boolProp>
  897. <boolProp name="ISREGEX">false</boolProp>
  898. </JSONPathAssertion>
  899. <hashTree/>
  900. <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
  901. <stringProp name="ConstantTimer.delay">1000</stringProp>
  902. </ConstantTimer>
  903. <hashTree/>
  904. </hashTree>
  905. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_DropRule" enabled="true">
  906. <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  907. <collectionProp name="Arguments.arguments"/>
  908. </elementProp>
  909. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  910. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  911. <stringProp name="HTTPSampler.protocol"></stringProp>
  912. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  913. <stringProp name="HTTPSampler.path">/rules/rule1</stringProp>
  914. <stringProp name="HTTPSampler.method">DELETE</stringProp>
  915. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  916. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  917. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  918. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  919. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  920. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  921. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  922. </HTTPSamplerProxy>
  923. <hashTree>
  924. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  925. <collectionProp name="Asserion.test_strings">
  926. <stringProp name="717250485">Rule rule1 is dropped.</stringProp>
  927. </collectionProp>
  928. <stringProp name="Assertion.custom_message"></stringProp>
  929. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  930. <boolProp name="Assertion.assume_success">false</boolProp>
  931. <intProp name="Assertion.test_type">16</intProp>
  932. </ResponseAssertion>
  933. <hashTree/>
  934. </hashTree>
  935. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_Drop_Stream" enabled="true">
  936. <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  937. <collectionProp name="Arguments.arguments"/>
  938. </elementProp>
  939. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  940. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  941. <stringProp name="HTTPSampler.protocol"></stringProp>
  942. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  943. <stringProp name="HTTPSampler.path">/streams/demo</stringProp>
  944. <stringProp name="HTTPSampler.method">DELETE</stringProp>
  945. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  946. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  947. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  948. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  949. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  950. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  951. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  952. </HTTPSamplerProxy>
  953. <hashTree>
  954. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  955. <collectionProp name="Asserion.test_strings">
  956. <stringProp name="287881319">Stream demo is dropped.</stringProp>
  957. </collectionProp>
  958. <stringProp name="Assertion.custom_message"></stringProp>
  959. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  960. <boolProp name="Assertion.assume_success">false</boolProp>
  961. <intProp name="Assertion.test_type">16</intProp>
  962. </ResponseAssertion>
  963. <hashTree/>
  964. </hashTree>
  965. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="API_DropPlugin" enabled="true">
  966. <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  967. <collectionProp name="Arguments.arguments"/>
  968. </elementProp>
  969. <stringProp name="HTTPSampler.domain">${srv}</stringProp>
  970. <stringProp name="HTTPSampler.port">${rest_port}</stringProp>
  971. <stringProp name="HTTPSampler.protocol"></stringProp>
  972. <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  973. <stringProp name="HTTPSampler.path">/plugins/sinks/sql</stringProp>
  974. <stringProp name="HTTPSampler.method">DELETE</stringProp>
  975. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  976. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  977. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  978. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  979. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  980. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  981. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  982. </HTTPSamplerProxy>
  983. <hashTree>
  984. <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
  985. <collectionProp name="Asserion.test_strings">
  986. <stringProp name="367681890">sinks plugin sql is deleted</stringProp>
  987. </collectionProp>
  988. <stringProp name="Assertion.custom_message"></stringProp>
  989. <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  990. <boolProp name="Assertion.assume_success">true</boolProp>
  991. <intProp name="Assertion.test_type">16</intProp>
  992. </ResponseAssertion>
  993. <hashTree/>
  994. </hashTree>
  995. <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Constant Timer" enabled="true">
  996. <stringProp name="ConstantTimer.delay">500</stringProp>
  997. </ConstantTimer>
  998. <hashTree/>
  999. </hashTree>
  1000. </hashTree>
  1001. <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="Result" enabled="false">
  1002. <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
  1003. <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true">
  1004. <boolProp name="LoopController.continue_forever">false</boolProp>
  1005. <stringProp name="LoopController.loops">1</stringProp>
  1006. </elementProp>
  1007. <stringProp name="ThreadGroup.num_threads">1</stringProp>
  1008. <stringProp name="ThreadGroup.ramp_time">0</stringProp>
  1009. <boolProp name="ThreadGroup.scheduler">false</boolProp>
  1010. <stringProp name="ThreadGroup.duration"></stringProp>
  1011. <stringProp name="ThreadGroup.delay"></stringProp>
  1012. <boolProp name="ThreadGroup.same_user_on_next_iteration">true</boolProp>
  1013. </ThreadGroup>
  1014. <hashTree>
  1015. <ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="View Results Tree" enabled="true">
  1016. <boolProp name="ResultCollector.error_logging">false</boolProp>
  1017. <objProp>
  1018. <name>saveConfig</name>
  1019. <value class="SampleSaveConfiguration">
  1020. <time>true</time>
  1021. <latency>true</latency>
  1022. <timestamp>true</timestamp>
  1023. <success>true</success>
  1024. <label>true</label>
  1025. <code>true</code>
  1026. <message>true</message>
  1027. <threadName>true</threadName>
  1028. <dataType>true</dataType>
  1029. <encoding>false</encoding>
  1030. <assertions>true</assertions>
  1031. <subresults>true</subresults>
  1032. <responseData>false</responseData>
  1033. <samplerData>false</samplerData>
  1034. <xml>false</xml>
  1035. <fieldNames>true</fieldNames>
  1036. <responseHeaders>false</responseHeaders>
  1037. <requestHeaders>false</requestHeaders>
  1038. <responseDataOnError>false</responseDataOnError>
  1039. <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage>
  1040. <assertionsResultsToSave>0</assertionsResultsToSave>
  1041. <bytes>true</bytes>
  1042. <sentBytes>true</sentBytes>
  1043. <threadCounts>true</threadCounts>
  1044. <idleTime>true</idleTime>
  1045. <connectTime>true</connectTime>
  1046. </value>
  1047. </objProp>
  1048. <stringProp name="filename"></stringProp>
  1049. </ResultCollector>
  1050. <hashTree/>
  1051. <SystemSampler guiclass="SystemSamplerGui" testclass="SystemSampler" testname="App_Service" enabled="true">
  1052. <boolProp name="SystemSampler.checkReturnCode">false</boolProp>
  1053. <stringProp name="SystemSampler.expectedReturnCode">0</stringProp>
  1054. <stringProp name="SystemSampler.command">./server</stringProp>
  1055. <elementProp name="SystemSampler.arguments" elementType="Arguments" guiclass="ArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  1056. <collectionProp name="Arguments.arguments"/>
  1057. </elementProp>
  1058. <elementProp name="SystemSampler.environment" elementType="Arguments" guiclass="ArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  1059. <collectionProp name="Arguments.arguments"/>
  1060. </elementProp>
  1061. <stringProp name="SystemSampler.directory">${__property(fvt,,)}/test/plugins/service/</stringProp>
  1062. </SystemSampler>
  1063. <hashTree/>
  1064. </hashTree>
  1065. </hashTree>
  1066. </hashTree>
  1067. </jmeterTestPlan>