Skip to content

Commit ed740aa

Browse files
committed
Automation Toolkit Release v2024.2.0
1 parent 50d1e97 commit ed740aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cd3_automation_toolkit/setUpOCI.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,10 +1324,10 @@ def create_validate_firewall_service(execute_all=False,prim_options=[]):
13241324
validation_check = False
13251325
for option in options:
13261326
options1 = []
1327-
if (option.name == 'Validate Firewall CD3 Excel'):
1327+
if option not in ['m','q'] and (option.name == 'Validate Firewall CD3 Excel'):
13281328
status = cd3FirewallValidator.validate_firewall_cd3(inputfile, var_file, prefix, outdir, config, signer, ct)
13291329
print("Firewall validator completed with "+ str(status))
1330-
elif(option.name == 'Add/Modify/Delete Firewall Policy' or option.name == 'Add/Modify/Delete Firewall'):
1330+
elif option not in ['m','q'] and (option.name == 'Add/Modify/Delete Firewall Policy' or option.name == 'Add/Modify/Delete Firewall'):
13311331
options1.append(option)
13321332
if not devops and not validation_check:
13331333
run_validator = "Did you run the validation of Firewall cd3 Excel and fixed all Errors(y/n): "

0 commit comments

Comments
 (0)