Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 576210 Details for
Bug 810809
v7 tests result cannot be judged from its exit status
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
hardwaretest.py patch to return 1 if any test in the run fails
hardwaretest.patch (text/plain), 1.30 KB, created by
Greg Nichols
on 2012-04-09 13:11:35 UTC
(
hide
)
Description:
hardwaretest.py patch to return 1 if any test in the run fails
Filename:
MIME Type:
Creator:
Greg Nichols
Created:
2012-04-09 13:11:35 UTC
Size:
1.30 KB
patch
obsolete
>Index: hardwaretest.py >=================================================================== >--- hardwaretest.py (revision 1275) >+++ hardwaretest.py (working copy) >@@ -731,6 +731,7 @@ > self.certification.save(self.environment.getResultsPath()) > > # Start testin'! >+ combinedResult = True # assume all tests pass > for test in tests: > if test.isDisabled(): > print "skipping %s - disabled" % test.getName() >@@ -783,12 +784,15 @@ > raise exception > > run.setSummary(summary) >+ if summary != Constants.PASS: >+ combinedResult = False > run.getResultsAttachments(self.environment, outputFilePath) > > except OSError, e: > print "Test error: %s" % e > syslog.syslog("Test error: %s" % e) > testerror = True >+ combinedResult = False > > # Log the end of the test. > run.setEndTime(self.getCurrentUTCTime()) >@@ -812,7 +816,7 @@ > syslog.closelog() > self.certification.save(self.environment.getResultsPath()) > >- return True >+ return combinedResult > > def logDevices(self, test, run): > success = True
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 810809
: 576210