HomeSort by relevance Sort by last modified time
    Searched refs:tests_list (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/tests/xfstests/
xfstests.py 17 tests_list = [t[:-4] for t in tests if os.path.exists(t[:-4])]
18 tests_list.sort()
19 return tests_list
  /external/autotest/utils/
packager.py 211 tests_list = get_subdir_list('tests', client_dir)
212 tests = ','.join(tests_list)
  /cts/tools/utils/
buildCts.py 315 for package, tests_list in new_test_packages.iteritems():

Completed in 740 milliseconds