Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/acl/test_acl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()):
Expand Down
Loading