We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc7410 commit 1600d33Copy full SHA for 1600d33
tests/saitests/py3/sai_qos_tests.py
@@ -5192,7 +5192,7 @@ def runTest(self):
5192
assert (q_wm_res[queue] <= (margin + 1) * cell_size)
5193
elif pkts_num_fill_min:
5194
assert (q_wm_res[queue] == 0)
5195
- elif 'cisco-8000' in asic_type or "SN5600" in hwsku or "SN5400" in hwsku or "SN5610" in hwsku:
+ elif 'cisco-8000' in asic_type or "SN56" in hwsku or "SN5400" in hwsku:
5196
5197
else:
5198
if platform_asic and platform_asic == "broadcom-dnx":
0 commit comments