Searched refs:suites (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.10/lib/kunit/ |
| D | executor.c | 16 struct kunit_suite * const * const *suites, * const *subsuite; in kunit_print_tap_header() local 19 for (suites = __kunit_suites_start; in kunit_print_tap_header() 20 suites < __kunit_suites_end; in kunit_print_tap_header() 21 suites++) in kunit_print_tap_header() 22 for (subsuite = *suites; *subsuite != NULL; subsuite++) in kunit_print_tap_header() 31 struct kunit_suite * const * const *suites; in kunit_run_all_tests() local 35 for (suites = __kunit_suites_start; in kunit_run_all_tests() 36 suites < __kunit_suites_end; in kunit_run_all_tests() 37 suites++) in kunit_run_all_tests() 38 __kunit_test_suites_init(*suites); in kunit_run_all_tests()
|
| D | test.c | 373 int __kunit_test_suites_init(struct kunit_suite * const * const suites) in __kunit_test_suites_init() argument 377 for (i = 0; suites[i] != NULL; i++) { in __kunit_test_suites_init() 378 kunit_init_suite(suites[i]); in __kunit_test_suites_init() 379 kunit_run_tests(suites[i]); in __kunit_test_suites_init() 390 void __kunit_test_suites_exit(struct kunit_suite **suites) in __kunit_test_suites_exit() argument 394 for (i = 0; suites[i] != NULL; i++) in __kunit_test_suites_exit() 395 kunit_exit_suite(suites[i]); in __kunit_test_suites_exit()
|
| /Linux-v5.10/net/mac80211/ |
| D | main.c | 770 u32 *suites; in ieee80211_init_cipher_suites() local 801 suites = kmemdup(local->hw.wiphy->cipher_suites, in ieee80211_init_cipher_suites() 804 if (!suites) in ieee80211_init_cipher_suites() 813 suites[w++] = suite; in ieee80211_init_cipher_suites() 856 suites = kmalloc_array(n_suites, sizeof(u32), GFP_KERNEL); in ieee80211_init_cipher_suites() 857 if (!suites) in ieee80211_init_cipher_suites() 860 suites[w++] = WLAN_CIPHER_SUITE_CCMP; in ieee80211_init_cipher_suites() 861 suites[w++] = WLAN_CIPHER_SUITE_CCMP_256; in ieee80211_init_cipher_suites() 862 suites[w++] = WLAN_CIPHER_SUITE_TKIP; in ieee80211_init_cipher_suites() 863 suites[w++] = WLAN_CIPHER_SUITE_GCMP; in ieee80211_init_cipher_suites() [all …]
|
| /Linux-v5.10/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 | 24 cases, grouping related test cases into test suites, providing common
|
| D | usage.rst | 607 When kunit test suites are initialized, they create an associated directory 613 The debugfs representation is primarily of use when kunit test suites are
|
| /Linux-v5.10/tools/testing/kunit/ |
| D | kunit_tool_test.py | 169 self.assertEqual(0, len(result.suites)) 204 self.assertEqual('kunit-resource-test', result.suites[0].name) 214 self.assertEqual('kunit-resource-test', result.suites[0].name) 224 self.assertEqual('kunit-resource-test', result.suites[0].name) 233 self.assertEqual('kunit-resource-test', result.suites[0].name) 242 self.assertEqual('kunit-resource-test', result.suites[0].name) 251 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 | 318 for test_suite in test_result.suites:
|
| /Linux-v5.10/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.10/tools/testing/selftests/tc-testing/ |
| D | TODO.txt | 29 to automate running multiple "test suites" with different requirements
|
| /Linux-v5.10/include/kunit/ |
| D | test.h | 242 int __kunit_test_suites_init(struct kunit_suite * const * const suites); 244 void __kunit_test_suites_exit(struct kunit_suite **suites); 313 __UNIQUE_ID(suites), \
|
| /Linux-v5.10/Documentation/vm/ |
| D | hwpoison.rst | 120 some early filtering to avoid corrupted unintended pages in test suites.
|
| /Linux-v5.10/Documentation/networking/dsa/ |
| D | configuration.rst | 8 network configuration suites by now and has to be performed manualy.
|
| /Linux-v5.10/ |
| D | CREDITS | 2762 D: AX.25, NET/ROM and ROSE amateur radio protocol suites
|