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
4 changes: 2 additions & 2 deletions tests/acl/test_acl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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"]
)
Expand Down
Loading