Add "-x" bash option to run_tests.sh#1900
Merged
wangxin merged 2 commits intosonic-net:masterfrom Jul 15, 2020
wangxin:add-run-test-bash-option
Merged
Add "-x" bash option to run_tests.sh#1900wangxin merged 2 commits intosonic-net:masterfrom wangxin:add-run-test-bash-option
wangxin merged 2 commits intosonic-net:masterfrom
wangxin:add-run-test-bash-option
Conversation
Signed-off-by: Xin Wang <xiwang5@microsoft.com>
Collaborator
|
Can you make it an option like this example: https://github.com/Azure/sonic-utilities/blob/master/scripts/fast-reboot#L86? |
yxieca
approved these changes
Jul 15, 2020
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
* 4be4a9b [tlm teamd] Add retry mechanism before logging the ERR in get_dumps. (sonic-net#1629) * 2c0ce38 [fgnhgorch] Enable packet flow when no FG ECMP neighbors are resolved (sonic-net#1900) * fddb298 Innovium platform specific changes PFC Detect lua script for SONiC 202012 (sonic-net#1893) Signed-off-by: Volodymyr Samotiy <volodymyrs@nvidia.com>
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
sonic-swss: bb69ca2 [portsorch] Avoid orchagent crash when set invalid interface types to port (sonic-net#1906) 6e1bacc [pfcwd] Fix the polling interval time granularity (sonic-net#1912) 564785b [teammgrd]: Improve LAGs cleanup on shutdown: send SIGTERM directly to PID. (sonic-net#1841) 7ee8d26 [tlm teamd] Add retry mechanism before logging the ERR in get_dumps. (sonic-net#1629) 7f57d3d [fgnhgorch] Enable packet flow when no FG ECMP neighbors are resolved (sonic-net#1900) 08d009f Mux state order change (sonic-net#1902) sonic-utilities: 1bc0f07 Provide support to install platform extensions (sonic-net#1578) 968c781 [config reload] Removed job-mode for sonic.target restart (sonic-net#1820)
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.
Description of PR
Summary:
Fixes # (issue)
Add "-x" bash option to run_tests.sh
Type of change
Approach
What is the motivation for this PR?
With the "-x" option, running the run_tests.sh script will have all the executed command output to console. It would be much helpful for troubleshooting.
How did you do it?
Add "-x" bash option to run_tests.sh.
How did you verify/test it?
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation