Improve test_ssh_limit test case not receive EOF issue#14116
Merged
qiluo-msft merged 1 commit intosonic-net:masterfrom Aug 28, 2024
Merged
Improve test_ssh_limit test case not receive EOF issue#14116qiluo-msft merged 1 commit intosonic-net:masterfrom
qiluo-msft merged 1 commit intosonic-net:masterfrom
Conversation
qiluo-msft
approved these changes
Aug 28, 2024
mssonicbld
pushed a commit
to mssonicbld/sonic-mgmt
that referenced
this pull request
Aug 29, 2024
Improve test_ssh_limit test case not receive EOF issue #### Why I did it test_ssh_limit randomly failed, according to syslog, the paramiko connection does not receive EOF after exec command. ### How I did it Read stdout and stderr after exec command via paramiko, and print output for debug #### How to verify it Pass all test case. ### Description for the changelog Improve test_ssh_limit test case not receive EOF issue
Collaborator
|
Cherry-pick PR to 202311: #14306 |
9 tasks
mssonicbld
pushed a commit
to mssonicbld/sonic-mgmt
that referenced
this pull request
Aug 29, 2024
Improve test_ssh_limit test case not receive EOF issue #### Why I did it test_ssh_limit randomly failed, according to syslog, the paramiko connection does not receive EOF after exec command. ### How I did it Read stdout and stderr after exec command via paramiko, and print output for debug #### How to verify it Pass all test case. ### Description for the changelog Improve test_ssh_limit test case not receive EOF issue
Collaborator
|
Cherry-pick PR to 202405: #14307 |
9 tasks
mssonicbld
pushed a commit
that referenced
this pull request
Aug 29, 2024
Improve test_ssh_limit test case not receive EOF issue #### Why I did it test_ssh_limit randomly failed, according to syslog, the paramiko connection does not receive EOF after exec command. ### How I did it Read stdout and stderr after exec command via paramiko, and print output for debug #### How to verify it Pass all test case. ### Description for the changelog Improve test_ssh_limit test case not receive EOF issue
mssonicbld
pushed a commit
that referenced
this pull request
Aug 29, 2024
Improve test_ssh_limit test case not receive EOF issue #### Why I did it test_ssh_limit randomly failed, according to syslog, the paramiko connection does not receive EOF after exec command. ### How I did it Read stdout and stderr after exec command via paramiko, and print output for debug #### How to verify it Pass all test case. ### Description for the changelog Improve test_ssh_limit test case not receive EOF issue
arista-hpandya
pushed a commit
to arista-hpandya/sonic-mgmt
that referenced
this pull request
Oct 2, 2024
Improve test_ssh_limit test case not receive EOF issue #### Why I did it test_ssh_limit randomly failed, according to syslog, the paramiko connection does not receive EOF after exec command. ### How I did it Read stdout and stderr after exec command via paramiko, and print output for debug #### How to verify it Pass all test case. ### Description for the changelog Improve test_ssh_limit test case not receive EOF issue
vikshaw-Nokia
pushed a commit
to vikshaw-Nokia/sonic-mgmt
that referenced
this pull request
Oct 23, 2024
Improve test_ssh_limit test case not receive EOF issue #### Why I did it test_ssh_limit randomly failed, according to syslog, the paramiko connection does not receive EOF after exec command. ### How I did it Read stdout and stderr after exec command via paramiko, and print output for debug #### How to verify it Pass all test case. ### Description for the changelog Improve test_ssh_limit test case not receive EOF issue
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.
Improve test_ssh_limit test case not receive EOF issue
Why I did it
test_ssh_limit randomly failed, according to syslog, the paramiko connection does not receive EOF after exec command.
Work item tracking
How I did it
Read stdout and stderr after exec command via paramiko, and print output for debug
How to verify it
Pass all test case.
Which release branch to backport (provide reason below if selected)
Tested branch (Please provide the tested image version)
Description for the changelog
Improve test_ssh_limit test case not receive EOF issue
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)