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 587407 Details for
Bug 824851
fv_storage test traceback if --server not set
[?]
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]
fvtest.py patch fixing traceback
fvtest.patch (text/plain), 889 bytes, created by
Greg Nichols
on 2012-05-29 13:22:33 UTC
(
hide
)
Description:
fvtest.py patch fixing traceback
Filename:
MIME Type:
Creator:
Greg Nichols
Created:
2012-05-29 13:22:33 UTC
Size:
889 bytes
patch
obsolete
>Index: fvtest.py >=================================================================== >--- fvtest.py (revision 1298) >+++ fvtest.py (working copy) >@@ -352,7 +352,10 @@ > guestScript.write("rpm -ivh /mnt/v7-*.noarch.rpm 2>&1 > /var/log/v7fv.log\n") > # run the tests > guestScript.write("v7 plan --mode auto\n") >- commandToRun = self.v7CommandInGuest + " --mode auto --test " + self.testToRun + ' --server ' + self.getTestServer() >+ commandToRun = self.v7CommandInGuest + " --mode auto --test " + self.testToRun >+ if self.getTestServer(): >+ commandToRun += ' --server ' + self.getTestServer() >+ > guestScript.write(commandToRun + "\n") > # copy the results to v7data.imghp-dl580g5-01.rhts.bos.redhat.com > guestScript.write("mv /var/v7/results.xml /mnt/.\n")
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 824851
: 587407