Author: gnichols Date: 2010-01-29 14:52:35 +0000 (Fri, 29 Jan 2010) New Revision: 349
Modified: trunk/tests/floppy/floppy.py Log: 555842 - tests should make use of runtime requires feature
Modified: trunk/tests/floppy/floppy.py =================================================================== --- trunk/tests/floppy/floppy.py 2010-01-29 14:52:21 UTC (rev 348) +++ trunk/tests/floppy/floppy.py 2010-01-29 14:52:35 UTC (rev 349) @@ -35,7 +35,9 @@ self.interactive = True self.deviceClass = DeviceClass.floppy
- + def getRequiredRPMs(self): + return ["dosfstools"] + # YK: re-wrote the plan part def plan(self, devices): tests = list()
v7-commits@lists.stg.fedorahosted.org