Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qemu-iotests/
H A Dfindtests.py46 self.all_tests = glob.glob('[0-9][0-9][0-9]')
47 self.all_tests += [f for f in glob.iglob('tests/*')
51 for t in self.all_tests:
87 if name not in self.all_tests:
140 res.update(self.all_tests)
/openbmc/linux/tools/testing/selftests/powerpc/vphn/
H A Dtest-vphn.c25 } all_tests[] = { variable
396 for (test = all_tests; test->descr; test++) { in test_vphn()
/openbmc/linux/tools/testing/selftests/
H A Dkselftest_deps.sh174 all_tests
181 all_tests() function
/openbmc/linux/tools/testing/selftests/net/
H A Drxtimestamp.c356 bool all_tests = true; in main() local
377 all_tests = false; in main()
415 if (!all_tests && !test_cases[t].enabled) in main()
/openbmc/linux/Documentation/dev-tools/kunit/
H A Drun_wrapper.rst258 ``tools/testing/kunit/configs/all_tests.config``.
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh48 declare -A all_tests
4008 all_tests[${key}]="${value}"