Skip to content

Commit 1600d33

Browse files
committed
add SN5640 to the margin setting list
1 parent abc7410 commit 1600d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/saitests/py3/sai_qos_tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5192,7 +5192,7 @@ def runTest(self):
51925192
assert (q_wm_res[queue] <= (margin + 1) * cell_size)
51935193
elif pkts_num_fill_min:
51945194
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:
5195+
elif 'cisco-8000' in asic_type or "SN56" in hwsku or "SN5400" in hwsku:
51965196
assert (q_wm_res[queue] <= (margin + 1) * cell_size)
51975197
else:
51985198
if platform_asic and platform_asic == "broadcom-dnx":

0 commit comments

Comments
 (0)