Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/saitests/py3/sai_qos_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -4280,6 +4280,7 @@ def runTest(self):
# No additional packet margin needed while sending,
# but small margin still needed during boundary checks below
pkts_num=1
expected_wm = pkts_num_fill_min * cell_occupancy
else:
pkts_num=(1 + upper_bound_margin) // cell_occupancy
while (expected_wm < total_shared):
Expand Down