Lines Matching refs:test_name
60 test_name = os.path.split(testdir)[-1]
61 outputdir = os.path.join(job.resultdir, test_name)
72 import_stmt = 'import %s' % test_name
74 (test_name, test_name))
79 if re.search(test_name, str(e)):
84 (test_name, e, test_name))
87 logging.exception("%s: %s", test_name, e)
113 for test_name in sorted(os.listdir(testdir)):
114 client_test = init_test(options, os.path.join(testdir, test_name))
118 broken_tests.append(test_name)
130 test_name = client_test.__class__.__name__
135 outputdir = os.path.join(client_test.job.resultdir, test_name)
141 logging.info('setup %s.' % test_name)
153 'server.' % test_name)