Skip to content

Commit 703c446

Browse files
Upated the message
1 parent 745ef2d commit 703c446

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aci-preupgrade-validation-script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6445,7 +6445,7 @@ def wred_affected_model_check(tversion, fabric_nodes, **kwargs):
64456445
data.append([node_id, node_name_map.get(node_id, ""), "FM", model])
64466446

64476447
if not data:
6448-
return Result(result=NA, msg="No affected FM hardware models found.")
6448+
return Result(result=NA, msg="No affected Fabric module found.")
64496449

64506450
wred_enabled = any(
64516451
cong.get("qosCong", {}).get("attributes", {}).get("algo") == "wred"

0 commit comments

Comments
 (0)