@@ -254,7 +254,7 @@ log.info("GIT_LOG_DIR: " + gitLogDir);
254
254
</JSR223PreProcessor >
255
255
<hashTree />
256
256
</hashTree >
257
- <IfController guiclass =" IfControllerPanel" testclass =" IfController" testname =" if_os_is_not_windows" enabled = " true " >
257
+ <IfController guiclass =" IfControllerPanel" testclass =" IfController" testname =" if_os_is_not_windows" >
258
258
<stringProp name =" IfController.condition" >${__BeanShell(import org.apache.commons.lang3.SystemUtils; !SystemUtils.IS_OS_WINDOWS;)}</stringProp >
259
259
<boolProp name =" IfController.evaluateAll" >false</boolProp >
260
260
<boolProp name =" IfController.useExpression" >true</boolProp >
@@ -316,7 +316,7 @@ else{
316
316
</elementProp >
317
317
</HTTPSamplerProxy >
318
318
<hashTree >
319
- <HeaderManager guiclass =" HeaderPanel" testclass =" HeaderManager" testname =" HTTP Header Manager" >
319
+ <HeaderManager guiclass =" HeaderPanel" testclass =" HeaderManager" testname =" HTTP Header Manager" enabled = " true " >
320
320
<collectionProp name =" HeaderManager.headers" >
321
321
<elementProp name =" Accept-Language" elementType =" Header" >
322
322
<stringProp name =" Header.name" >Accept-Language</stringProp >
@@ -341,7 +341,7 @@ else{
341
341
</collectionProp >
342
342
</HeaderManager >
343
343
<hashTree />
344
- <ResponseAssertion guiclass =" AssertionGui" testclass =" ResponseAssertion" testname =" Response Assertion" >
344
+ <ResponseAssertion guiclass =" AssertionGui" testclass =" ResponseAssertion" testname =" Response Assertion" enabled = " true " >
345
345
<collectionProp name =" Asserion.test_strings" >
346
346
<stringProp name =" 49586" >200</stringProp >
347
347
</collectionProp >
@@ -371,11 +371,11 @@ else{
371
371
<stringProp name =" script" >String loginform = vars.get(" loginform" );
372
372
373
373
if (" NOT_FOUND" .equals(loginform)) {
374
- vars.put(" legacy_login_form" , " false" );
375
- log.info(" 2SVlogin flow detected" );
376
- } else {
377
374
vars.put(" legacy_login_form" , " true" );
378
375
log.info(" legacy login flow detected" );
376
+ } else {
377
+ vars.put(" legacy_login_form" , " false" );
378
+ log.info(" 2SVlogin flow detected" );
379
379
}
380
380
</stringProp >
381
381
</JSR223PostProcessor >
@@ -417,7 +417,7 @@ if ("NOT_FOUND".equals(loginform)) {
417
417
</elementProp >
418
418
</HTTPSamplerProxy >
419
419
<hashTree >
420
- <HeaderManager guiclass =" HeaderPanel" testclass =" HeaderManager" testname =" HTTP Header Manager" >
420
+ <HeaderManager guiclass =" HeaderPanel" testclass =" HeaderManager" testname =" HTTP Header Manager" enabled = " true " >
421
421
<collectionProp name =" HeaderManager.headers" >
422
422
<elementProp name =" Content-Type" elementType =" Header" >
423
423
<stringProp name =" Header.name" >Content-Type</stringProp >
@@ -438,7 +438,7 @@ if ("NOT_FOUND".equals(loginform)) {
438
438
<hashTree />
439
439
</hashTree >
440
440
</hashTree >
441
- <IfController guiclass =" IfControllerPanel" testclass =" IfController" testname =" If legacy login flow" enabled = " true " >
441
+ <IfController guiclass =" IfControllerPanel" testclass =" IfController" testname =" If legacy login flow" >
442
442
<stringProp name =" IfController.condition" >${__groovy(vars.get(" legacy_login_form" ) == ' true' )}</stringProp >
443
443
<boolProp name =" IfController.evaluateAll" >false</boolProp >
444
444
<boolProp name =" IfController.useExpression" >true</boolProp >
@@ -470,7 +470,7 @@ if ("NOT_FOUND".equals(loginform)) {
470
470
</elementProp >
471
471
</HTTPSamplerProxy >
472
472
<hashTree >
473
- <ResponseAssertion guiclass =" AssertionGui" testclass =" ResponseAssertion" testname =" Response Assertion" enabled = " true " >
473
+ <ResponseAssertion guiclass =" AssertionGui" testclass =" ResponseAssertion" testname =" Response Assertion" >
474
474
<collectionProp name =" Asserion.test_strings" >
475
475
<stringProp name =" 49586" >200</stringProp >
476
476
</collectionProp >
@@ -524,7 +524,7 @@ vars.put("USER_SSH_KEY", new File('${__P(PRIVATE_SSH_KEY_LOCATION
524
524
</stringProp >
525
525
</JSR223Sampler >
526
526
<hashTree />
527
- <IfController guiclass =" IfControllerPanel" testclass =" IfController" testname =" if_ssh_key_not_present_on_server" >
527
+ <IfController guiclass =" IfControllerPanel" testclass =" IfController" testname =" if_ssh_key_not_present_on_server" enabled = " true " >
528
528
<stringProp name =" IfController.condition" >${__groovy(
529
529
def userSshKey = vars.get(" USER_SSH_KEY" );
530
530
def key_list = vars.get(" SERVER_SSH_KEYS" );
@@ -541,7 +541,7 @@ vars.put("USER_SSH_KEY", new File('${__P(PRIVATE_SSH_KEY_LOCATION
541
541
<boolProp name =" IfController.useExpression" >true</boolProp >
542
542
</IfController >
543
543
<hashTree >
544
- <HTTPSamplerProxy guiclass =" HttpTestSampleGui" testclass =" HTTPSamplerProxy" testname =" add_ssh_key" >
544
+ <HTTPSamplerProxy guiclass =" HttpTestSampleGui" testclass =" HTTPSamplerProxy" testname =" add_ssh_key" enabled = " true " >
545
545
<stringProp name =" HTTPSampler.path" >${application.postfix}/rest/ssh/latest/keys?user=${admin_login}</stringProp >
546
546
<boolProp name =" HTTPSampler.follow_redirects" >true</boolProp >
547
547
<stringProp name =" HTTPSampler.method" >POST</stringProp >
@@ -648,7 +648,7 @@ else{
648
648
<stringProp name =" shareMode" >shareMode.all</stringProp >
649
649
</CSVDataSet >
650
650
<hashTree />
651
- <GenericController guiclass =" LogicControllerGui" testclass =" GenericController" testname =" full_repository_clone_and_push" enabled = " true " />
651
+ <GenericController guiclass =" LogicControllerGui" testclass =" GenericController" testname =" full_repository_clone_and_push" />
652
652
<hashTree >
653
653
<JSR223Sampler guiclass =" TestBeanGUI" testclass =" JSR223Sampler" testname =" set_up_random_variables" enabled =" true" >
654
654
<stringProp name =" scriptLanguage" >groovy</stringProp >
@@ -772,7 +772,7 @@ if (responseCode != "0") {
772
772
</JSR223PostProcessor >
773
773
<hashTree />
774
774
</hashTree >
775
- <JSR223Sampler guiclass =" TestBeanGUI" testclass =" JSR223Sampler" testname =" jmeter_create_repo_shallow_copy" >
775
+ <JSR223Sampler guiclass =" TestBeanGUI" testclass =" JSR223Sampler" testname =" jmeter_create_repo_shallow_copy" enabled = " true " >
776
776
<stringProp name =" scriptLanguage" >java</stringProp >
777
777
<stringProp name =" parameters" ></stringProp >
778
778
<stringProp name =" filename" ></stringProp >
0 commit comments