Home
last modified time | relevance | path

Searched refs:testrun (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in1008 def find_tests(testrun, options): argument
1019 testrun.addtestgroup(dirname, filenames, options)
1022 testrun.addtest(os.path.join(dirname, f), options)
1024 testrun.addtest(p, options)
1027 def filter_tests(testrun, options): argument
1048 testrun.filter(failed)
1157 testrun = TestRun(options)
1160 testrun.read(options)
1162 find_tests(testrun, options)
1165 filter_tests(testrun, options)
[all …]