Skip to content

Commit

Permalink
Fix jmeter queries for perfomance tests.
Browse files Browse the repository at this point in the history
Change-Id: I6a9e67494be06a1435fb6edd3b148e246936e600
Reviewed-on: http://bellevue-ci.eng.vmware.com:8080/6507
Bellevue-Verified: e_vcoauto_glob_1 <[email protected]>
CS-Verified: e_vcoauto_glob_1 <[email protected]>
Upgrade-Verified: e_vcoauto_glob_1 <[email protected]>
Tested-by: e_vcoauto_glob_1 <[email protected]>
Reviewed-by: e_vcoauto_glob_1 <[email protected]>
  • Loading branch information
aangelov-vmware authored and e_vcoauto_glob_1 committed Feb 6, 2017
1 parent 743ebfe commit 1cdfcd8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ if (error){
<stringProp name="HTTPSampler.response_timeout"></stringProp>
<stringProp name="HTTPSampler.protocol">http</stringProp>
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
<stringProp name="HTTPSampler.path">/resources/containers</stringProp>
<stringProp name="HTTPSampler.path">/resources/containers?documentType=true&amp;%24count=true&amp;%24limit=100000</stringProp>
<stringProp name="HTTPSampler.method">GET</stringProp>
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
Expand Down Expand Up @@ -729,7 +729,7 @@ log.info(&quot;Containers provisioned: &quot; + containers);</stringProp>
<stringProp name="HTTPSampler.response_timeout"></stringProp>
<stringProp name="HTTPSampler.protocol">http</stringProp>
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
<stringProp name="HTTPSampler.path">/resources/containers</stringProp>
<stringProp name="HTTPSampler.path">/resources/containers?documentType=true&amp;%24limit=100000</stringProp>
<stringProp name="HTTPSampler.method">GET</stringProp>
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
Expand Down

0 comments on commit 1cdfcd8

Please sign in to comment.