From f52e0c982841251b07a2a4cbd472c4d977f25fcb Mon Sep 17 00:00:00 2001 From: Zhijian Li Date: Thu, 8 May 2025 06:28:23 +0000 Subject: [PATCH] [M1] Fix ACL test for M1 topo --- tests/acl/test_acl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acl/test_acl.py b/tests/acl/test_acl.py index 9db14687384..0703f4301ba 100644 --- a/tests/acl/test_acl.py +++ b/tests/acl/test_acl.py @@ -412,7 +412,7 @@ def setup(duthosts, ptfhost, rand_selected_dut, rand_selected_front_end_dut, ran # TODO: We should make this more robust (i.e. bind all active front-panel ports) acl_table_ports = defaultdict(list) - if (topo in ["t0", "mx", "m0_vlan", "m0_l3"] + if (topo in ["t0", "mx", "m0_vlan", "m0_l3", "m1"] or tbinfo["topo"]["name"] in ("t1", "t1-lag", "t1-28-lag") or 't1-isolated' in tbinfo["topo"]["name"]): for namespace, port in list(downstream_ports.items()):