Author: gnichols Date: 2010-12-15 17:06:20 +0000 (Wed, 15 Dec 2010) New Revision: 691
Modified: trunk/v7/certificationtest.py Log: 659789 - Enhance command set for better usability and control of testing
Modified: trunk/v7/certificationtest.py =================================================================== --- trunk/v7/certificationtest.py 2010-12-15 17:03:19 UTC (rev 690) +++ trunk/v7/certificationtest.py 2010-12-15 17:06:20 UTC (rev 691) @@ -180,7 +180,8 @@ else: for name, deviceClass in self.deviceClasses.items(): tests.extend(deviceClass.getTests(names)) - + + tests.sort() return tests
def getFilteredTests(self, options):
v7-commits@lists.stg.fedorahosted.org