Author: gnichols Date: 2011-10-26 20:03:07 +0000 (Wed, 26 Oct 2011) New Revision: 1138
Modified: trunk/v7/hardwaretest.py Log: 749068 - v7-1.4 is missing the kudzu devices data in hardware.log on RHEL6
Modified: trunk/v7/hardwaretest.py =================================================================== --- trunk/v7/hardwaretest.py 2011-10-26 20:00:46 UTC (rev 1137) +++ trunk/v7/hardwaretest.py 2011-10-26 20:03:07 UTC (rev 1138) @@ -811,7 +811,7 @@ success = False
# use Kudzu for old rhr's hardware.out - if self.redHatRelease.getVersion() < 6: + if self.redHatRelease.getVersion() <= 6: if self.debugLevel != Constants.off: print "Getting devices from kudzu" kudzu = Kudzu()
v7-commits@lists.stg.fedorahosted.org