Open
Conversation
Merge Azure Master into IGNW Master
Update master from Azure/Sonic - August 12th, 2019
vasant17
reviewed
Aug 15, 2019
vasant17
previously approved these changes
Aug 21, 2019
samaity
reviewed
Sep 12, 2019
ansible/README.test.md
Outdated
|
|
||
| ##### Log flood test | ||
| ``` | ||
| ansible-playbook test_sonic.yml -i {INVENTORY} -e testcase_name=log_flood -e testbed_name={TESTBED_NAME} |
There was a problem hiding this comment.
A minor update.
kindly add the "--limit" as an option providing flexibility to users to select the DUT they want to use to run tests.
ansible-playbook test_sonic.yml -i {INVENTORY} --limit {DUT_NAME} -e testcase_name=log_flood -e testbed_name={TESTBED_NAME}
ansible-playbook test_sonic.yml -i {INVENTORY} --limit {DUT_NAME} -e testcase_name=log_flood -e testbed_name={TESTBED_NAME} -e qty_flood_messages=100
Contributor
Author
There was a problem hiding this comment.
made the requested changes
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
Fix error when running 'show lldp table' or 'show lldp neighbor' through SSH command. (sonic-net#1067) [201911]: Multi asic show interface support (sonic-net#1070) [counterpoll] Add new FC group for port buffer drop counters (sonic-net#1024) [201911] show interface portchannel support for Multi ASIC (sonic-net#1071) Fix a typo in mellanox_buffer_migrator (sonic-net#1090) Fix pfcwd stats crash with invalid queue name (sonic-net#1077) [PFCWD] Fix issue with "pfcwd show stats" command during SONiC init (sonic-net#1018) enable watchdog before running platform specific reboot plugin (sonic-net#1037) Add namespace of the process in the coredump filename. (sonic-net#1091)
Pterosaur
pushed a commit
to Pterosaur/sonic-mgmt
that referenced
this pull request
Mar 25, 2026
…ngleasic call PR sonic-net#1067 cherry-picked the otel feature enablement from upstream PR sonic-net#22341, but the upstream overwrite_feature_golden_config_db_singleasic() accepts optional auto_restart and state parameters, while the 202412 branch version only accepts (config, feature_key) and hardcodes both as 'enabled'. This causes a TypeError at runtime: TypeError: overwrite_feature_golden_config_db_singleasic() takes 3 positional arguments but 5 were given Fix by removing the extra arguments since the 202412 branch already hardcodes the desired 'enabled' values. Signed-off-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Dashuai Zhang <dashuaizhang@microsoft.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
log_flood_t1_eight_output.log
log_flood_t0_eight_output.log
Add log_flood test to the repo
Summary:
No Fixes
Type of change
Approach
How did you do it?
Created a new test called log_flood. I check the CPU and memory of the DUT. I copy a script to the DUT and execute it. The script creates the specified number of syslog messaages using the logger command. Then wait 10 seconds and verify the CPU and Memory usage is approximately close to what it was prior to starting the test.
How did you verify/test it?
Using a SeastoneDX010 switch running Sonic software: SONiC.HEAD.15-23fb00c
Any platform specific information?
None
Supported testbed topology if it's a new test case?
Tested on t1-8 and t0-8 that was provided by LinkedIn but should work on all t0 and t1 topologies.
Both the t0-8 and the t1-8 tests passed
Documentation
Added doc update to the tests page for this new test
Test Output
Below is the test command used and the results of the test for the t0-8 and the t1-8 tests
Signed-off-by: Joseph Jacobs joej@ignw.io (my work email address)