Skip to content

Commit 62306a9

Browse files
sdszhanggshemesh2
authored andcommitted
enable test_acl (sonic-net#21472)
enable test_acl and test_qos_sai for t0-f2-d40u8, t1-f2-d10u8 topo Signed-off-by: Guy Shemesh <gshemesh@nvidia.com>
1 parent d3dcb05 commit 62306a9

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

tests/acl/test_acl.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,8 @@ 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", "t1-48-lag"
468+
"t1-56-lag", "t1-28-lag", "t1-32-lag", "t1-48-lag",
469+
"t1-f2-d10u8"
469470
)
470471
or 't1-isolated' in tbinfo["topo"]["name"]
471472
)

tests/qos/qos_sai_base.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,11 @@ class QosBase:
5050
"dualtor-120", "dualtor", "dualtor-64-breakout", "dualtor-aa", "dualtor-aa-56", "dualtor-aa-64-breakout",
5151
"t0-120", "t0-80", "t0-backend", "t0-56-o8v48", "t0-8-lag", "t0-standalone-32", "t0-standalone-64",
5252
"t0-standalone-128", "t0-standalone-256", "t0-28", "t0-isolated-d16u16s1", "t0-isolated-d16u16s2",
53-
"t0-isolated-d96u32s2", "t0-isolated-d32u32s2",
54-
"t0-88-o8c80"
53+
"t0-isolated-d96u32s2", "t0-isolated-d32u32s2",
54+
"t0-88-o8c80", "t0-f2-d40u8"
5555
]
5656
SUPPORTED_T1_TOPOS = ["t1-lag", "t1-64-lag", "t1-56-lag", "t1-backend", "t1-28-lag", "t1-32-lag", "t1-48-lag",
57+
"t1-f2-d10u8",
5758
"t1-isolated-d28u1", "t1-isolated-v6-d28u1", "t1-isolated-d56u2", "t1-isolated-v6-d56u2",
5859
"t1-isolated-d56u1-lag", "t1-isolated-v6-d56u1-lag", "t1-isolated-d128", "t1-isolated-d32",
5960
"t1-isolated-d448u15-lag", "t1-isolated-v6-d448u15-lag"]

0 commit comments

Comments
 (0)