Searched refs:suites (Results 1 – 16 of 16) sorted by relevance
| /Linux-v5.15/lib/kunit/ |
| D | executor.c | 101 struct kunit_suite * const * const *suites, * const *subsuite; in kunit_print_tap_header() local 104 for (suites = suite_set->start; suites < suite_set->end; suites++) in kunit_print_tap_header() 105 for (subsuite = *suites; *subsuite != NULL; subsuite++) in kunit_print_tap_header() 114 struct kunit_suite * const * const *suites; in kunit_run_all_tests() local 125 for (suites = suite_set.start; suites < suite_set.end; suites++) in kunit_run_all_tests() 126 __kunit_test_suites_init(*suites); in kunit_run_all_tests() 129 for (suites = suite_set.start; suites < suite_set.end; suites++) in kunit_run_all_tests() 130 kfree(*suites); in kunit_run_all_tests()
|
| D | executor_test.c | 51 struct kunit_suite * const * const *suites; in kfree_subsuites_at_end() local 54 for (suites = suite_set->start; suites < suite_set->end; suites++) in kfree_subsuites_at_end() 55 kfree_at_end(test, *suites); in kfree_subsuites_at_end() 66 struct kunit_suite * const * const suites[2] = { in filter_suites_test() local 71 .start = suites, in filter_suites_test() 72 .end = suites + 2, in filter_suites_test()
|
| D | test.c | 563 int __kunit_test_suites_init(struct kunit_suite * const * const suites) in __kunit_test_suites_init() argument 567 for (i = 0; suites[i] != NULL; i++) { in __kunit_test_suites_init() 568 kunit_init_suite(suites[i]); in __kunit_test_suites_init() 569 kunit_run_tests(suites[i]); in __kunit_test_suites_init() 580 void __kunit_test_suites_exit(struct kunit_suite **suites) in __kunit_test_suites_exit() argument 584 for (i = 0; suites[i] != NULL; i++) in __kunit_test_suites_exit() 585 kunit_exit_suite(suites[i]); in __kunit_test_suites_exit()
|
| /Linux-v5.15/net/mac80211/ |
| D | main.c | 782 u32 *suites; in ieee80211_init_cipher_suites() local 813 suites = kmemdup(local->hw.wiphy->cipher_suites, in ieee80211_init_cipher_suites() 816 if (!suites) in ieee80211_init_cipher_suites() 825 suites[w++] = suite; in ieee80211_init_cipher_suites() 868 suites = kmalloc_array(n_suites, sizeof(u32), GFP_KERNEL); in ieee80211_init_cipher_suites() 869 if (!suites) in ieee80211_init_cipher_suites() 872 suites[w++] = WLAN_CIPHER_SUITE_CCMP; in ieee80211_init_cipher_suites() 873 suites[w++] = WLAN_CIPHER_SUITE_CCMP_256; in ieee80211_init_cipher_suites() 874 suites[w++] = WLAN_CIPHER_SUITE_TKIP; in ieee80211_init_cipher_suites() 875 suites[w++] = WLAN_CIPHER_SUITE_GCMP; in ieee80211_init_cipher_suites() [all …]
|
| /Linux-v5.15/Documentation/dev-tools/kunit/ |
| D | style.rst | 23 In order to make tests as easy to find as possible, they're grouped into suites 25 the kernel, and a subsystem is a set of test suites which test different parts 32 or more KUnit test suites which test the same driver or part of the kernel. A 74 simply a way of categorising test suites and naming modules which 81 KUnit tests are grouped into test suites, which cover a specific area of 82 functionality being tested. Test suites can have shared initialisation and 84 Not all subsystems will need to be split into multiple test suites (e.g. simple drivers). 86 Test suites are named after the subsystem they are part of. If a subsystem 87 contains several suites, the specific area under test should be appended to the 92 separate suites, with the type of test as the last element in the suite name. [all …]
|
| D | index.rst | 26 cases, grouping related test cases into test suites, providing common
|
| D | usage.rst | 764 When kunit test suites are initialized, they create an associated directory 770 The debugfs representation is primarily of use when kunit test suites are
|
| /Linux-v5.15/tools/testing/kunit/ |
| D | kunit_tool_test.py | 165 self.assertEqual(0, len(result.suites)) 175 self.assertEqual(0, len(result.suites)) 227 self.assertEqual('kunit-resource-test', result.suites[0].name) 236 self.assertEqual('kunit-resource-test', result.suites[0].name) 245 self.assertEqual('kunit-resource-test', result.suites[0].name) 254 self.assertEqual('kunit-resource-test', result.suites[0].name) 263 self.assertEqual('kunit-resource-test', result.suites[0].name) 272 self.assertEqual('kunit-resource-test', result.suites[0].name)
|
| D | kunit_json.py | 20 for test_suite in test_result.suites:
|
| D | kunit_parser.py | 380 for test_suite in test_result.suites:
|
| /Linux-v5.15/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-v5.15/tools/testing/selftests/tc-testing/ |
| D | TODO.txt | 29 to automate running multiple "test suites" with different requirements
|
| /Linux-v5.15/include/kunit/ |
| D | test.h | 297 int __kunit_test_suites_init(struct kunit_suite * const * const suites); 299 void __kunit_test_suites_exit(struct kunit_suite **suites); 368 __UNIQUE_ID(suites), \
|
| /Linux-v5.15/Documentation/vm/ |
| D | hwpoison.rst | 120 some early filtering to avoid corrupted unintended pages in test suites.
|
| /Linux-v5.15/Documentation/networking/dsa/ |
| D | configuration.rst | 8 network configuration suites by now and has to be performed manualy.
|
| /Linux-v5.15/ |
| D | CREDITS | 2786 D: AX.25, NET/ROM and ROSE amateur radio protocol suites
|