(use upvote 👍 for attentions)
Describe the enhancement
According to CSCwd37387, the condition includes "upgrading ACI earlier than 15.2(7f) to any version later than 15.2(7f)"
ACI-Pre-Upgrade-Validation-Script includes a check item for CSCwd37387, but it does not appear to cover above upgrade path.
Please support verify and update the script logic as needed.
Current behavior/output
ACI-Pre-Upgrade-Validation-Script includes a check item for CSCwd37387, but it does not appear to cover above upgrade path.
# Check for Copper 1000base-T, CSCvj67507 fixed by CSCwd37387
if cversion.older_than("4.1(1i)") and tversion.newer_than("4.1(1h)") and tversion.older_than("5.2(7f)"):
t_affected = True
Suggested behavior/output
Update the script logic.
(use upvote 👍 for attentions)
Describe the enhancement
According to CSCwd37387, the condition includes "upgrading ACI earlier than 15.2(7f) to any version later than 15.2(7f)"
ACI-Pre-Upgrade-Validation-Script includes a check item for CSCwd37387, but it does not appear to cover above upgrade path.
Please support verify and update the script logic as needed.
Current behavior/output
ACI-Pre-Upgrade-Validation-Script includes a check item for CSCwd37387, but it does not appear to cover above upgrade path.
Suggested behavior/output
Update the script logic.