Bug 697721

Summary: v7-1.3 doesn't plan fv_tests of xen on i386 and ia64
Product: [Retired] Red Hat Hardware Certification Program Reporter: chen yuwen <yuchen>
Component: Test Suite (tests)Assignee: Greg Nichols <gnichols>
Status: CLOSED NOTABUG QA Contact: Red Hat Kernel QE team <kernel-qe>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 5.3CC: czhang, rlandry, ykun
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-04-19 04:53:13 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description chen yuwen 2011-04-19 02:59:34 UTC
Description of problem:
v7-1.3 doesn't support fv_tests of xen on i386 and ia64

# v7 run -a -t fv_core
<snip>
Running the following tests:
fv_core                                                   
info                                                      
Traceback (most recent call last):
  File "/usr/bin/v7", line 45, in ?
    success = v7.do(args)
  File "/usr/share/v7/lib/v7/hardwaretest.py", line 191, in do
    result = self.commands[self.command]()
  File "/usr/share/v7/lib/v7/hardwaretest.py", line 598, in doRun
    verified = self.__verify(tests)
  File "/usr/share/v7/lib/v7/hardwaretest.py", line 878, in __verify
    if test.verify():
  File "/usr/share/v7/tests/info/info.py", line 402, in verify
    if self.debug != Constants.off:
AttributeError: 'NoneType' object has no attribute 'off'
</snip>

https://beaker.engineering.redhat.com/jobs/74614

Version-Release number of selected component (if applicable):
v7-1.3-28
RHEL5.7-Server-20110413.1

How reproducible:
always

Steps to Reproduce:
1. install xen, kernel-xen and xen-ia64-guest-firmware(ia64 only) on i386 or ia64 system, 
2. run fv_tests
3.
  
Actual results:
Error: No such test

Expected results:
PASS

Additional info:

Comment 1 Greg Nichols 2011-04-19 03:24:56 UTC
I can't find the traceback in the beaker results.   I don't understand what it has to do with the subject line.

Failure to plan fv_tests on i386 is 649520, fixed in R29.

Not sure what's going on with ia64.   Can you start a guest manually on that system?

Comment 2 chen yuwen 2011-04-19 04:53:13 UTC
Verified on R29.