Home | History | Annotate | Download | only in bin

Lines Matching refs:testdir

42 def init_test(options, testdir):
48 @param testdir The test directory.
55 locals_dict['testdir'] = testdir
60 test_name = os.path.split(testdir)[-1]
68 sys.path.insert(0, testdir)
73 init_stmt = ('auto_test = %s.%s(job, testdir, outputdir)' %
112 testdir = os.path.join(os.environ['AUTODIR'], test_base_dir)
113 for test_name in sorted(os.listdir(testdir)):
114 client_test = init_test(options, os.path.join(testdir, test_name))