-
Notifications
You must be signed in to change notification settings - Fork 123
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
ras/sosreport.py: Fix errors/false-results #2776
ras/sosreport.py: Fix errors/false-results #2776
Conversation
Distro: Fedora39Before the patch
After the patch
|
8672df0
to
6d4f678
Compare
6d4f678
to
8b7d26c
Compare
@shirishaganta @rohan-r-deshpande review please |
@misanjumn any update on this PR? |
Yes Naresh, will send the reviewed PR soon. |
Resolved the changes as requested and sent the updated patch. |
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.
LGTM, just remove the if block than we are good to merge
Missing: self.sos_cmd = "sos report" for Fedora, Rhel and CentOS while checking distro name This was leading to 10 ERRORS, 1 PASS in test-cases causing FALSE TEST RESULTS This patch will result in 8 PASS, 1 ERROR, 2 FAILURES Signed-off-by: Misbah Anjum N <[email protected]>
ae20f5c
into
avocado-framework-tests:master
ras/sosreport.py: Fix errors/false-results for Fedora and CentOS
Signed-off-by: Misbah Anjum N [email protected]