diff --git a/tests/acl/test_acl.py b/tests/acl/test_acl.py index 4299cada4d8..a09c364147a 100644 --- a/tests/acl/test_acl.py +++ b/tests/acl/test_acl.py @@ -397,7 +397,7 @@ def setup(duthosts, ptfhost, rand_selected_dut, rand_unselected_dut, tbinfo, ptf # 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"] or tbinfo["topo"]["name"] in ("t1", "t1-lag", "t1-28-lag"): + if topo in ["t0", "mx", "m0_vlan", "m0_l3"] or tbinfo["topo"]["name"] in ("t1", "t1-lag", "t1-28-lag", "t1-48-lag"): for namespace, port in list(downstream_ports.items()): acl_table_ports[namespace] += port # In multi-asic we need config both in host and namespace. @@ -409,7 +409,7 @@ def setup(duthosts, ptfhost, rand_selected_dut, rand_unselected_dut, tbinfo, ptf topo in ["t0", "m0_vlan", "m0_l3"] or tbinfo["topo"]["name"] in ( "t1-lag", "t1-64-lag", "t1-64-lag-clet", - "t1-56-lag", "t1-28-lag", "t1-32-lag" + "t1-56-lag", "t1-28-lag", "t1-32-lag", "t1-48-lag" ) or 't1-isolated' in tbinfo["topo"]["name"] )