Skip to content

Commit 149eeea

Browse files
Updated recommended action message, method name and pytest file names
1 parent 63b2aeb commit 149eeea

11 files changed

Lines changed: 5 additions & 6 deletions

aci-preupgrade-validation-script.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6027,12 +6027,12 @@ def apic_downgrade_compat_warning_check(cversion, tversion, **kwargs):
60276027

60286028

60296029
@check_wrapper(check_title='N9K-C9408 with 6 or more N9K-X9400-16W LEMs')
6030-
def c9408_boot_loop_lem_count_check(tversion, fabric_nodes, **kwargs):
6030+
def n9k_c9408_model_lem_count_check(tversion, fabric_nodes, **kwargs):
60316031
result = PASS
60326032
headers = ["Node ID", "Switch Model", "LEM Model", "LEM Count"]
60336033
data = []
60346034
recommended_action = (
6035-
"Upgrade from pre-16.1(2f) to 16.1(2f) or later on N9K-C9408 with 6 or more LEMs will result in boot loop. Do NOT proceed. Use fewer LEMs or choose a different version. "
6035+
"Upgrade from pre-16.1(2f) to 16.1(2f) or later on N9K-C9408 with 6 or more LEMs will result in boot loop.Choose a different version."
60366036
)
60376037
doc_url = 'https://datacenter.github.io/ACI-Pre-Upgrade-Validation-Script/validations/#n9k-c9408-with-6-n9k-x9400-16w-lems'
60386038

@@ -6235,7 +6235,7 @@ class CheckManager:
62356235
standby_sup_sync_check,
62366236
isis_database_byte_check,
62376237
configpush_shard_check,
6238-
c9408_boot_loop_lem_count_check,
6238+
n9k_c9408_model_lem_count_check,
62396239

62406240
]
62416241
ssh_checks = [

docs/docs/validations.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2655,9 +2655,8 @@ Due to defect [CSCws82819][62], upgrading from pre-16.1(2f) to 16.1(2f) or later
26552655

26562656
Recommended action:
26572657

2658-
* Do **not** proceed with the upgrade when flagged.
2659-
* Reduce the number of `N9K-X9400-16W` LEMs to 5 or fewer on each affected `N9K-C9408` node, or choose a different target version.
2660-
* If reducing LEM count is not operationally feasible, open a TAC case for an upgrade path recommendation.
2658+
Please use a different target version.
2659+
26612660

26622661

26632662

tests/checks/c9408_lem_count_check/eqptLC_5_node101.json renamed to tests/checks/n9k_c9408_model_lem_count_check/eqptLC_5_node.json

File renamed without changes.

tests/checks/c9408_lem_count_check/eqptLC_6_node101.json renamed to tests/checks/n9k_c9408_model_lem_count_check/eqptLC_6_node.json

File renamed without changes.

tests/checks/c9408_lem_count_check/eqptLC_7_node101.json renamed to tests/checks/n9k_c9408_model_lem_count_check/eqptLC_7_node.json

File renamed without changes.

tests/checks/c9408_lem_count_check/eqptLC_empty.json renamed to tests/checks/n9k_c9408_model_lem_count_check/eqptLC_empty.json

File renamed without changes.

tests/checks/c9408_lem_count_check/eqptLC_mixed_101_102_201.json renamed to tests/checks/n9k_c9408_model_lem_count_check/eqptLC_mixed.json

File renamed without changes.

tests/checks/c9408_lem_count_check/fabric_nodes_mixed.json renamed to tests/checks/n9k_c9408_model_lem_count_check/fabricNode_mixed.json

File renamed without changes.

tests/checks/c9408_lem_count_check/fabric_nodes_c9408_101.json renamed to tests/checks/n9k_c9408_model_lem_count_check/fabricNode_n9k_c9408.json

File renamed without changes.

tests/checks/c9408_lem_count_check/fabric_nodes_no_c9408.json renamed to tests/checks/n9k_c9408_model_lem_count_check/fabricNode_no_n9k_c9408.json

File renamed without changes.

0 commit comments

Comments
 (0)