Bug 584501 - v7 video test produces a backtrace if system is not running X
Summary: v7 video test produces a backtrace if system is not running X
Keywords:
Status: CLOSED DUPLICATE of bug 586941
Alias: None
Product: Red Hat Hardware Certification Program
Classification: Retired
Component: Test Suite (tests)
Version: 1.1
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
: ---
Assignee: Greg Nichols
QA Contact: Red Hat Kernel QE team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-04-21 18:02 UTC by D. Marlin
Modified: 2010-08-09 16:52 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-08-09 16:52:38 UTC
Embargoed:


Attachments (Terms of Use)

Description D. Marlin 2010-04-21 18:02:35 UTC
Description of problem:

  The v7 video test produces a backtrace if the test system is not running X.

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

  v7-1.1-23.el5
  kernel-rt-2.6.24.7-149.el5rt

How reproducible:

  Always 

Steps to Reproduce:
1. ssh into a test system as root
2. verify that system is not running X
   (runlevel == 3)
3. v7 certify --mode auto

  
Actual results:

Fatal server error:

no screens found

Traceback (most recent call last):
  File "./video.py", line 250, in ?
    returnValue = videoTest.do(sys.argv)
  File "/usr/share/v7/lib/v7/test.py", line 255, in do
    return self.run()
  File "./video.py", line 238, in run
    if (self.checkConnections() == PASSED and self.settool() == PASSED and self.getfile() == PASSED and
  File "./video.py", line 144, in xstatus
    resultFile = open(self.tmpFile)
IOError: [Errno 2] No such file or directory: '/tmp/v7.x11perf'
...finished running ./video.py, exit code=1


Expected results:

  No Python traceback.


Additional info:
  This is similar to Bug 568492.

Comment 1 Greg Nichols 2010-08-09 16:52:38 UTC

*** This bug has been marked as a duplicate of bug 586941 ***


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