-
Notifications
You must be signed in to change notification settings - Fork 727
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Dynamic buffer calc] Test cases for dynamic buffer calculation #1971
[Dynamic buffer calc] Test cases for dynamic buffer calculation #1971
Commits on Dec 15, 2020
-
[Dynamic buffer calc] Regression test for dynamic buffer calculation
1. Add test cases for dynamic buffer calculation - changing speed/cable length test - headroom override - additional lossless PG - exceeding the accumulative headroom size of a port - default buffer model 2. Adjust qos test, fetching configuration from: - APPL_DB if there is buffer_model defined, this is the case in master - CONF_DB otherwise, for 201911 3. Additional checking script to test whether the buffer model is as expected. This can be used by warm-reboot Signed-off-by: Stephen Sun <stephens@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 4c98df2 - Browse repository at this point
Copy the full SHA 4c98df2View commit details -
use pytest_assert and google style doc strings verify buffer profile and pool against ASIC_DB move hardcoded parameters to a predefined json file add comments to make it easy to understand Signed-off-by: Stephen Sun <stephens@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 8ee5033 - Browse repository at this point
Copy the full SHA 8ee5033View commit details -
Signed-off-by: Stephen Sun <stephens@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for aa5c072 - Browse repository at this point
Copy the full SHA aa5c072View commit details
Commits on Dec 16, 2020
-
Fix a typo and remove unused code
Signed-off-by: Stephen Sun <stephens@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for b1ea1e9 - Browse repository at this point
Copy the full SHA b1ea1e9View commit details
Commits on Dec 28, 2020
-
Fix a syntax error by replacing "has" with "have"
Signed-off-by: Stephen Sun <stephens@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 5bbf23a - Browse repository at this point
Copy the full SHA 5bbf23aView commit details -
Use the capital letters at the beginning of the sentence.
Signed-off-by: Stephen Sun <stephens@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 6d7e3a2 - Browse repository at this point
Copy the full SHA 6d7e3a2View commit details
Commits on Jan 6, 2021
-
Don't make isBufferInApplDb a fixture.
It's more convenent to leave it as a class member for users Signed-off-by: Stephen Sun <stephens@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 25b7e18 - Browse repository at this point
Copy the full SHA 25b7e18View commit details -
- Use capital letters for global variable names - Remove spaces between "=" in argument list Signed-off-by: Stephen Sun <stephens@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 6a0600c - Browse repository at this point
Copy the full SHA 6a0600cView commit details -
detect_DEFAULT_MTU => detect_default_mtu
Signed-off-by: Stephen Sun <stephens@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for bbbe22f - Browse repository at this point
Copy the full SHA bbbe22fView commit details