Bug 740699

Summary: cpuscaling Traceback: NameError: global name 'Fase' is not defined
Product: [Retired] Red Hat Hardware Certification Program Reporter: Guangze Bai <gbai>
Component: Test Suite (tests)Assignee: Greg Nichols <gnichols>
Status: CLOSED CURRENTRELEASE QA Contact: Red Hat Kernel QE team <kernel-qe>
Severity: high Docs Contact:
Priority: high    
Version: 1.3CC: czhang, rlandry, ykun, yshao
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-09-23 03:15:20 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 Guangze Bai 2011-09-23 02:21:36 UTC
Description of problem:
v7 1.4 R27 cpuscaling backtraces:

Traceback (most recent call last):
  File "/usr/bin/v7", line 45, in <module>
    success = v7.do(args)
  File "/usr/share/v7/lib/v7/hardwaretest.py", line 193, in do
    result = self.commands[self.command]()
  File "/usr/share/v7/lib/v7/hardwaretest.py", line 859, in doCertify
    return self._doRun(tests)
  File "/usr/share/v7/lib/v7/hardwaretest.py", line 715, in _doRun
    returnValue = self.runTest(tmpDirectory, test, run, outputFilePath)
  File "/usr/share/v7/lib/v7/hardwaretest.py", line 1132, in runTest
    rv = test.run()
  File "/usr/share/v7/tests/cpuscaling/cpuscaling.py", line 1067, in run
    if not self.runSubTest(self.runOnDemandTests, "On Demand, package %s" % package):
  File "/usr/share/v7/lib/v7/test.py", line 428, in runSubTest
    result = subtestFunction()
  File "/usr/share/v7/tests/cpuscaling/cpuscaling.py", line 917, in runOnDemandTests
    if not self.checkSpeedup(ondemandSpeedup, warn=False, maximumLimit=Fase):
NameError: global name 'Fase' is not defined

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



Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Rob Landry 2011-09-23 03:08:21 UTC
Looking @ the source, the above seems to be fixed in v7-1.4-29

Comment 2 Caspar Zhang 2011-09-23 03:15:20 UTC
Guangze confirmed the issue is no longer existed in R29. Closing...