Skip to content

Commit ac251f9

Browse files
XuChen-MSFTmssonicbld
authored andcommitted
[qos] support t0-120 qos sai test (#10200)
* support t0-120 topo
1 parent 7368ba1 commit ac251f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/qos/qos_sai_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class QosBase:
3333
Common APIs
3434
"""
3535
SUPPORTED_T0_TOPOS = ["t0", "t0-56-po2vlan", "t0-64", "t0-116", "t0-35", "dualtor-56", "dualtor-120", "dualtor",
36-
"t0-80", "t0-backend"]
36+
"t0-120", "t0-80", "t0-backend"]
3737
SUPPORTED_T1_TOPOS = ["t1-lag", "t1-64-lag", "t1-56-lag", "t1-backend"]
3838
SUPPORTED_PTF_TOPOS = ['ptf32', 'ptf64']
3939
SUPPORTED_ASIC_LIST = ["pac", "gr", "gb", "td2", "th", "th2", "spc1", "spc2", "spc3", "spc4", "td3", "th3",

tests/saitests/py3/sai_qos_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2211,7 +2211,7 @@ def setUp(self):
22112211
self.src_port_macs = [self.dataplane.get_mac(
22122212
0, ptid) for ptid in self.src_port_ids]
22132213

2214-
if self.testbed_type in ['dualtor', 'dualtor-56', 't0', 't0-64', 't0-116']:
2214+
if self.testbed_type in ['dualtor', 'dualtor-56', 't0', 't0-64', 't0-116', 't0-120']:
22152215
# populate ARP
22162216
# sender's MAC address is corresponding PTF port's MAC address
22172217
# sender's IP address is caculated in tests/qos/qos_sai_base.py::QosSaiBase::__assignTestPortIps()

0 commit comments

Comments
 (0)