-
Notifications
You must be signed in to change notification settings - Fork 749
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[copp] Adding a parameter - send rate-limit (#3548)
What is the motivation for this PR? PR#3384 changed copp test by introducing send rate-limit pps value, which affects TC. Default is set to 2000 pps. Different server/DUT combination might require different value of this parameter. How did you do it? Added parameter --send_rate_limit to test run command example of use: copp/test_copp.py --send_rate_limit 2500 How did you verify/test it? Run: * copp/test_copp (without parameter) * copp/test_copp --send_rate_limit 2500 All pass Signed-off-by: Vladyslav Morokhovych <vladyslavx.morokhovych@intel.com>
- Loading branch information
Showing
3 changed files
with
16 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters