Skip to content

Commit

Permalink
Increased socket buffer for PTF while running QoS test
Browse files Browse the repository at this point in the history
    as we are seding packet > 4k in some cases where there is HBM
involved
    to fill the buffer faster.

Signed-off-by: Abhishek Dosi <[email protected]>
  • Loading branch information
abdosi committed Sep 16, 2023
1 parent c7b17a9 commit 08ed28d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/qos/qos_sai_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ def runPtfTest(self, ptfhost, testCase='', testParams={}):
"--test-dir",
"saitests/py3",
testCase,
"--socket-recv-size",
"16384",
"--platform-dir",
"ptftests",
"--platform",
Expand Down

0 comments on commit 08ed28d

Please sign in to comment.