Bug 506542 - fv_all, fv_network test traceback
Summary: fv_all, fv_network test traceback
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Hardware Certification Program
Classification: Retired
Component: Test Suite (tests)
Version: 1.0
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
: ---
Assignee: Greg Nichols
QA Contact: Lawrence Lim
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-06-17 17:15 UTC by Greg Nichols
Modified: 2014-03-26 00:58 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Cause: ====== there's a typo in fv_all, fv_network tests Consequence: ============ fv_all, fv_network tests traceback Fix: ==== fixed the typo in fv_network test. Result: ======= fv_all was removed from the test suite and fv_network test runs as expected.
Clone Of:
Environment:
Last Closed: 2009-08-27 16:35:26 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2009:1234 0 normal SHIPPED_LIVE new package: v7 2009-08-27 16:33:58 UTC

Description Greg Nichols 2009-06-17 17:15:12 UTC
Description of problem:

Traceback (most recent call last):
  File "./fv_all.py", line 44, in ?
    returnValue = test.do(sys.argv)
  File "/usr/share/v7/lib/v7/test.py", line 257, in do
    return self.run()
  File "./fv_all.py", line 40, in run
    return FvTest.run()

Line 40 should read:

    return FvTest.run(self)

Version-Release number of selected component (if applicable):

v7 1.0 R6

Comment 2 Greg Nichols 2009-06-18 14:30:39 UTC
fv_network also has this bug

Comment 5 zhanghaiyan 2009-08-13 08:54:50 UTC
Verified pass with v7-1.0-14.el5 on RHEL5.4-Server-i386-xen

Test step:
1. As ./fv_all.py is removed, so don't need test this script
2. # cat /usr/share/v7/tests/fv_network/fv_network.py
   ...............
   
        # otherwise
        print "Using test server %s" % self.getTestServer()
        return FvTest.run(self)

Could find Line 40 has been updated as expected

Comment 8 YangKun 2009-08-21 06:32:01 UTC
Release note added. If any revisions are required, please set the 
"requires_release_notes" flag to "?" and edit the "Release Notes" field accordingly.
All revisions will be proofread by the Engineering Content Services team.

New Contents:
Cause:
======
there's a typo in fv_all, fv_network tests

Consequence:
============
fv_all, fv_network tests traceback

Fix:
====
fixed the typo in fv_network test.

Result:
=======
fv_all was removed from the test suite and fv_network test runs as expected.

Comment 9 errata-xmlrpc 2009-08-27 16:35:26 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHBA-2009-1234.html


Note You need to log in before you can comment on or make changes to this bug.