Skip to content

Commit

Permalink
Fix the QOS test failure when packet sent are greater than 4K in size (
Browse files Browse the repository at this point in the history
…#10052)

What I did:

Fix the QOS test failure when packet sent are greater than 4K in size
Why I did:

    Increased socket buffer for PTF while running QoS test
    as we are sending packet > 4k in some cases where there is HBM involved
    to fill the buffer faster.

How I verify:
Test passing after making this change.

Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
  • Loading branch information
abdosi authored Sep 27, 2023
1 parent 0fa8f6f commit bc685fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/qos/qos_sai_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def runPtfTest(self, ptfhost, testCase='', testParams={}, relax=False):
is_python3=True,
relax=relax,
timeout=1200,
socket_recv_size=16384,
custom_options=custom_options
)

Expand Down

0 comments on commit bc685fd

Please sign in to comment.