From c4d400ba85a282a812fdd3fb40200f7327a4c74c Mon Sep 17 00:00:00 2001 From: Deeksha Rao Date: Fri, 7 Aug 2026 19:00:16 +0000 Subject: [PATCH] [pfcwd] Use XGS PFC generator for NH-4210 Map the NH-4210 fanout HWSKU to Tomahawk6 so PFC storm tests use the Broadcom XGS generator and matching templates. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: e8b2808b-4ddf-4ad6-817e-e75f148c29fc --- tests/common/helpers/pfc_storm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/common/helpers/pfc_storm.py b/tests/common/helpers/pfc_storm.py index 84f9f925815..05a4db68f84 100644 --- a/tests/common/helpers/pfc_storm.py +++ b/tests/common/helpers/pfc_storm.py @@ -34,6 +34,7 @@ def get_chip_name_if_asic_pfc_storm_supported(fanout): "Arista-7260QX3": "Tomahawk2", "M2-W6940-64X1-FR4": "Tomahawk5", "Nokia-IXR7220": "Tomahawk6", + "NH-4210-F-O256": "Tomahawk6", } for sku, chip in hwSkuInfo.items():