Skip to content

Commit be52355

Browse files
committed
Automation Toolkit Release v2024.4.1
1 parent 99e1c90 commit be52355

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

cd3_automation_toolkit/cd3Validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2020,7 +2020,7 @@ def validate_cd3(choices, filename, var_file, prefix, outdir, ct1): #config1, si
20202020
log("\n============================= Verifying Buckets Tab ==========================================\n")
20212021
print("\nValidating Buckets Tab..")
20222022
buckets_check = validate_buckets(filename,ct.ntk_compartment_ids)
2023-
errors = budgets_check
2023+
errors = buckets_check
20242024

20252025
# Prints the final result; once the validation is complete
20262026
if any([comp_check, groups_check, policies_check, tags_check, instances_check, dns_check, bvs_check,fss_check, vcn_check, vcn_cidr_check, vcn_peer_check, subnet_check, subnet_cidr_check, dhcp_check, drgv2_check,buckets_check, kms_check]) or False in final_check:
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)