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 709050 Details for
Bug 920737
hwcert-client 1.5.9 fv_tests fail - naming inconsistencies
[?]
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]
fix naming inconsistencies
fv.patch (text/plain), 3.41 KB, created by
Greg Nichols
on 2013-03-12 16:00:21 UTC
(
hide
)
Description:
fix naming inconsistencies
Filename:
MIME Type:
Creator:
Greg Nichols
Created:
2013-03-12 16:00:21 UTC
Size:
3.41 KB
patch
obsolete
>diff --git a/hwcert/hardwaretest.py b/hwcert/hardwaretest.py >index adce427..d348db6 100644 >--- a/hwcert/hardwaretest.py >+++ b/hwcert/hardwaretest.py >@@ -605,7 +605,7 @@ class HardwareTestHarness(Controller): > hwcertServerVersion = match.group("version") > hwcertServerRelease = match.group("release") > print "Version %s Release %s" % (hwcertServerVersion, hwcertServerRelease) >- if hwcertServerVersion + "." + hwcertServerRelease < Constants.hwcertserverMinimumVersion: >+ if hwcertServerVersion + "." + hwcertServerRelease < Constants.hwCertServerMinimumVersion: > print "Error: hwcert server is from a prior release." > print "This is a likely cause of test failures" > result = False >diff --git a/tests/fv_core/fv_core.py b/tests/fv_core/fv_core.py >index 4c36a9c..9def001 100644 >--- a/tests/fv_core/fv_core.py >+++ b/tests/fv_core/fv_core.py >@@ -26,7 +26,7 @@ class FvCoreTest(FvTest): > > def __init__(self): > FvTest.__init__(self, name="fv_core") >- self.hwCertCommandInGuest = "hwcert run " >+ self.hwcertCommandInGuest = "hwcert run " > self.testToRun = 'core' > > if __name__ == "__main__": >diff --git a/tests/fv_memory/fv_memory.py b/tests/fv_memory/fv_memory.py >index ad302e8..7f75148 100644 >--- a/tests/fv_memory/fv_memory.py >+++ b/tests/fv_memory/fv_memory.py >@@ -26,7 +26,7 @@ class FvMemoryTest(FvTest): > > def __init__(self): > FvTest.__init__(self, name="fv_memory") >- self.hwCertCommandInGuest = "hwcert run " >+ self.hwcertCommandInGuest = "hwcert run " > self.testToRun = 'memory' > > if __name__ == "__main__": >diff --git a/tests/fv_network/fv_network.py b/tests/fv_network/fv_network.py >index 2b8b14f..ab9d929 100644 >--- a/tests/fv_network/fv_network.py >+++ b/tests/fv_network/fv_network.py >@@ -26,7 +26,7 @@ class FvNetworkTest(FvTest): > > def __init__(self): > FvTest.__init__(self, name="fv_network") >- self.hwCertCommandInGuest = "hwcert run " >+ self.hwcertCommandInGuest = "hwcert run " > self.testToRun = 'network' > > def run(self): >diff --git a/tests/fv_storage/fv_storage.py b/tests/fv_storage/fv_storage.py >index ad08d4f..4503402 100644 >--- a/tests/fv_storage/fv_storage.py >+++ b/tests/fv_storage/fv_storage.py >@@ -26,7 +26,7 @@ class FvStorageTest(FvTest): > > def __init__(self): > FvTest.__init__(self, name="fv_storage") >- self.hwCertCommandInGuest = "hwcert run " >+ self.hwcertCommandInGuest = "hwcert run " > self.testToRun = 'storage' > > if __name__ == "__main__": >diff --git a/tests/pccard/CVS/Entries b/tests/pccard/CVS/Entries >deleted file mode 100644 >index d591c73..0000000 >--- a/tests/pccard/CVS/Entries >+++ /dev/null >@@ -1,5 +0,0 @@ >-/Makefile/1.1/Wed Apr 15 16:39:08 2009// >-/pccard.py/1.2/Thu May 14 01:29:23 2009// >-/pccard.sh/1.1/Wed Apr 15 16:39:08 2009// >-/runtest.sh/1.1/Wed Apr 15 16:39:08 2009// >-D >diff --git a/tests/pccard/CVS/Repository b/tests/pccard/CVS/Repository >deleted file mode 100644 >index aac9470..0000000 >--- a/tests/pccard/CVS/Repository >+++ /dev/null >@@ -1 +0,0 @@ >-hts/tests/pccard >diff --git a/tests/pccard/CVS/Root b/tests/pccard/CVS/Root >deleted file mode 100644 >index a293880..0000000 >--- a/tests/pccard/CVS/Root >+++ /dev/null >@@ -1 +0,0 @@ >-cvs.devel.redhat.com:/cvs/qa
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 920737
: 709050