Author: gnichols Date: 2011-10-26 20:04:23 +0000 (Wed, 26 Oct 2011) New Revision: 1139
Modified: trunk/tests/cpuscaling/cpuscaling.py Log: 748062 - v7 1.4 R34 cpuscaling selects wrong measurement method
Modified: trunk/tests/cpuscaling/cpuscaling.py =================================================================== --- trunk/tests/cpuscaling/cpuscaling.py 2011-10-26 20:03:07 UTC (rev 1138) +++ trunk/tests/cpuscaling/cpuscaling.py 2011-10-26 20:04:23 UTC (rev 1139) @@ -609,6 +609,7 @@ if self.redHatRelease.getArch() in [Constants.i386, Constants.i686] and self.redHatRelease.getVersion() is 5: print "\n Checking Modules:" self.checkKernelModule("msr") + self.checkKernelModule("cpuid") print ""
print "\n Measurement Method:"
v7-commits@lists.stg.fedorahosted.org