~brendan-donegan/maas/qa-lab-tests_deploy_centos

« back to all changes in this revision

Viewing changes to maas-integration.py

  • Committer: Brendan Donegan
  • Date: 2016-11-04 08:41:23 UTC
  • mto: This revision was merged to the branch mainline in revision 461.
  • Revision ID: brendan.donegan@canonical.com-20161104084123-ifdc7zxto183tp0a
few more cleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
def sorting_method(ignored, first_test, second_test):
15
15
    return tests_order.index(first_test) - tests_order.index(second_test)
 
16
 
 
17
 
 
18
TestLoader.sortTestMethodsUsing = sorting_method