Skip to content

Commit c3d3c4c

Browse files
prabhataravindashutosh-agrawal
authored andcommitted
Support t1-48-lag topo for acl tests (sonic-net#19235)
Signed-off-by: Prabhat Aravind <paravind@microsoft.com>
1 parent 574ad84 commit c3d3c4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/acl/test_acl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ def setup(duthosts, ptfhost, rand_selected_dut, rand_selected_front_end_dut, ran
452452
acl_table_ports = defaultdict(list)
453453

454454
if (topo in ["t0", "mx", "m0_vlan", "m0_l3", "m1", "ft2"]
455-
or tbinfo["topo"]["name"] in ("t1", "t1-lag", "t1-28-lag")
455+
or tbinfo["topo"]["name"] in ("t1", "t1-lag", "t1-28-lag", "t1-48-lag")
456456
or 't1-isolated' in tbinfo["topo"]["name"]):
457457
for namespace, port in list(downstream_ports.items()):
458458
acl_table_ports[namespace] += port
@@ -465,7 +465,7 @@ def setup(duthosts, ptfhost, rand_selected_dut, rand_selected_front_end_dut, ran
465465
topo in ["t0", "m0_vlan", "m0_l3"]
466466
or tbinfo["topo"]["name"] in (
467467
"t1-lag", "t1-64-lag", "t1-64-lag-clet",
468-
"t1-56-lag", "t1-28-lag", "t1-32-lag"
468+
"t1-56-lag", "t1-28-lag", "t1-32-lag", "t1-48-lag"
469469
)
470470
or 't1-isolated' in tbinfo["topo"]["name"]
471471
)

0 commit comments

Comments
 (0)