Searched refs:suites (Results 1 – 15 of 15) sorted by relevance
| /Linux-v6.6/lib/kunit/ |
| D | executor.c | 138 struct kunit_suite * const *suites; in kunit_free_suite_set() local 140 for (suites = suite_set.start; suites < suite_set.end; suites++) in kunit_free_suite_set() 141 kfree(*suites); in kunit_free_suite_set() 263 struct kunit_suite * const *suites; in kunit_exec_list_tests() local 269 for (suites = suite_set->start; suites < suite_set->end; suites++) { in kunit_exec_list_tests() 271 pr_info("%s\n", (*suites)->name); in kunit_exec_list_tests() 273 kunit_print_attr((void *)(*suites), false, 0); in kunit_exec_list_tests() 276 kunit_suite_for_each_test_case((*suites), test_case) { in kunit_exec_list_tests() 277 pr_info("%s.%s\n", (*suites)->name, test_case->name); in kunit_exec_list_tests()
|
| D | test.c | 696 int __kunit_test_suites_init(struct kunit_suite * const * const suites, int num_suites) in __kunit_test_suites_init() argument 708 kunit_init_suite(suites[i]); in __kunit_test_suites_init() 709 kunit_run_tests(suites[i]); in __kunit_test_suites_init() 722 void __kunit_test_suites_exit(struct kunit_suite **suites, int num_suites) in __kunit_test_suites_exit() argument 730 kunit_exit_suite(suites[i]); in __kunit_test_suites_exit()
|
| /Linux-v6.6/Documentation/dev-tools/kunit/ |
| D | style.rst | 23 To make tests easy to find, they are grouped into suites and subsystems. A test 25 is a set of test suites which test different parts of a kernel subsystem 32 or more KUnit test suites which test the same driver or part of the kernel. A 72 a way of categorizing test suites and naming modules which provides a 79 KUnit tests are grouped into test suites, which cover a specific area of 80 functionality being tested. Test suites can have shared initialization and 82 to be split into multiple test suites (for example, simple drivers). 84 Test suites are named after the subsystem they are part of. If a subsystem 85 contains several suites, the specific area under test should be appended to the 90 put into separate suites, with the type of test as the last element in the suite [all …]
|
| D | architecture.rst | 27 into suites. A KUnit test case is a function with type signature 47 A KUnit suite includes a collection of test cases. The KUnit suites 78 The Test suites are stored in a linker section
|
| D | running_tips.rst | 270 Test suites and cases can be marked with test attributes, such as speed of 297 Test suites can be marked with an attribute by setting the "attr" field in the 332 This is an example of how test attributes for test suites will be formatted in 396 Since both suites and test cases can have attributes, there may be conflicts
|
| D | index.rst | 28 of test cases called test suites. The tests either run on kernel boot
|
| /Linux-v6.6/tools/testing/kunit/ |
| D | kunit.py | 147 suites = [] # type: List[str] 153 if not suites or suites[-1] != suite: 154 suites.append(suite) 155 return suites
|
| /Linux-v6.6/tools/perf/Documentation/ |
| D | perf-bench.txt | 6 perf-bench - General framework for benchmark suites 15 This 'perf bench' command is a general framework for benchmark suites.
|
| /Linux-v6.6/tools/testing/selftests/tc-testing/ |
| D | TODO.txt | 29 to automate running multiple "test suites" with different requirements
|
| /Linux-v6.6/net/mac80211/ |
| D | main.c | 864 u32 *suites; in ieee80211_init_cipher_suites() local 895 suites = kmemdup(local->hw.wiphy->cipher_suites, in ieee80211_init_cipher_suites() 898 if (!suites) in ieee80211_init_cipher_suites() 907 suites[w++] = suite; in ieee80211_init_cipher_suites() 928 local->hw.wiphy->cipher_suites = suites; in ieee80211_init_cipher_suites()
|
| /Linux-v6.6/include/kunit/ |
| D | test.h | 335 int __kunit_test_suites_init(struct kunit_suite * const * const suites, int num_suites); 337 void __kunit_test_suites_exit(struct kunit_suite **suites, int num_suites);
|
| /Linux-v6.6/Documentation/mm/ |
| D | hwpoison.rst | 116 some early filtering to avoid corrupted unintended pages in test suites.
|
| /Linux-v6.6/drivers/firmware/arm_scmi/ |
| D | Kconfig | 42 It is meant to be used by SCMI compliance/testing suites.
|
| /Linux-v6.6/Documentation/networking/dsa/ |
| D | configuration.rst | 8 network configuration suites by now and has to be performed manually.
|
| /Linux-v6.6/ |
| D | CREDITS | 2846 D: AX.25, NET/ROM and ROSE amateur radio protocol suites
|