Author: gnichols Date: 2010-01-29 14:51:14 +0000 (Fri, 29 Jan 2010) New Revision: 345
Modified: trunk/tests/profiler/profiler.py Log: 555842 - tests should make use of runtime requires feature
Modified: trunk/tests/profiler/profiler.py =================================================================== --- trunk/tests/profiler/profiler.py 2010-01-29 14:50:45 UTC (rev 344) +++ trunk/tests/profiler/profiler.py 2010-01-29 14:51:14 UTC (rev 345) @@ -38,6 +38,8 @@ tests.append(test) return tests
+ def getRequiredRPMs(self): + return ["oprofile"]
def old_run(self): FAILED = 1
v7-commits@lists.stg.fedorahosted.org