-
Notifications
You must be signed in to change notification settings - Fork 114
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
Fix Discovery Tests #16605
Fix Discovery Tests #16605
Conversation
trigger: test-robottelo |
PRT Result
|
|
|
PRT Result
|
|
PRT Result
|
PRT Result
|
2767d4a
to
0858657
Compare
|
PRT Result
|
PRT Result
|
0858657
to
ecdd7ea
Compare
ecdd7ea
to
36c6a43
Compare
|
PRT Result
|
PRT Result
|
PRT Result
|
PRT Result
|
36c6a43
to
963e8c6
Compare
30cfc18
to
3e8cb76
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack, PRT 9336 passed
|
PRT Result
|
|
|
PRT Result
|
(cherry picked from commit 41ec8b6)
(cherry picked from commit 41ec8b6)
(cherry picked from commit 41ec8b6)
(cherry picked from commit 41ec8b6)
Fix Discovery Tests (#16605) (cherry picked from commit 41ec8b6) Co-authored-by: Shweta Singh <[email protected]>
Fix Discovery Tests (#16605) (cherry picked from commit 41ec8b6) Co-authored-by: Shweta Singh <[email protected]>
Fix Discovery Tests (#16605) (cherry picked from commit 41ec8b6) Co-authored-by: Shweta Singh <[email protected]>
Fix Discovery Tests (#16605) (cherry picked from commit 41ec8b6) Co-authored-by: Shweta Singh <[email protected]>
Problem Statement
Discovery tests were failing with hussh backend as the shell didn't have stdout attribute and also because of a bug in hussh: JacobCallahan/Hussh#26
Solution
Updated the tests to exit the shell contextmanager and read shell.result.stdout. Also, because of the bug, we need to explicitly close the shell before exiting contextmanager.
Related Issues