Home
last modified time | relevance | path

Searched defs:suite (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/
H A Dtest.py11 def getSuiteCases(suite): argument
25 def getSuiteModules(suite): argument
34 def getSuiteCasesInfo(suite, func): argument
43 def getSuiteCasesNames(suite): argument
49 def getSuiteCasesIDs(suite): argument
55 def getSuiteCasesFiles(suite): argument
H A Dconcurrencytest.py196 def __init__(self, suite, processes, setupfunc, removefunc, bb_vars): argument
244 def fork_for_tests(concurrency_num, suite): argument
319 def partition_tests(suite, count): argument
/openbmc/linux/lib/kunit/
H A Ddebugfs.c41 struct kunit_suite *suite, in debugfs_print_result()
55 struct kunit_suite *suite = (struct kunit_suite *)seq->private; in debugfs_print_results() local
91 struct kunit_suite *suite; in debugfs_results_open() local
105 void kunit_debugfs_create_suite(struct kunit_suite *suite) in kunit_debugfs_create_suite()
121 void kunit_debugfs_destroy_suite(struct kunit_suite *suite) in kunit_debugfs_destroy_suite()
H A Dtest.c161 size_t kunit_suite_num_test_cases(struct kunit_suite *suite) in kunit_suite_num_test_cases()
256 static void kunit_print_suite_end(struct kunit_suite *suite) in kunit_print_suite_end()
265 unsigned int kunit_test_case_num(struct kunit_suite *suite, in kunit_test_case_num()
410 struct kunit_suite *suite, in kunit_run_case_internal()
445 struct kunit_suite *suite) in kunit_run_case_cleanup()
455 struct kunit_suite *suite; member
463 struct kunit_suite *suite = ctx->suite; in kunit_try_run_case() local
480 struct kunit_suite *suite = ctx->suite; in kunit_try_run_case_cleanup() local
631 int kunit_run_tests(struct kunit_suite *suite) in kunit_run_tests()
723 static void kunit_init_suite(struct kunit_suite *suite) in kunit_init_suite()
[all …]
H A Ddebugfs.h20 static inline void kunit_debugfs_create_suite(struct kunit_suite *suite) { } in kunit_debugfs_create_suite()
22 static inline void kunit_debugfs_destroy_suite(struct kunit_suite *suite) { } in kunit_debugfs_destroy_suite()
H A Dattributes.c174 struct kunit_suite *suite = is_test ? NULL : test_or_suite; in attr_speed_get() local
185 struct kunit_suite *suite = is_test ? NULL : test_or_suite; in attr_module_get() local
231 struct kunit_suite *suite = is_test ? NULL : test_or_suite; in kunit_print_attr() local
337 struct kunit_suite *kunit_filter_attr_tests(const struct kunit_suite *const suite, in kunit_filter_attr_tests()
H A Dkunit-example-test.c58 static int example_test_init_suite(struct kunit_suite *suite) in example_test_init_suite()
69 static void example_test_exit_suite(struct kunit_suite *suite) in example_test_exit_suite()
H A Dexecutor.c102 kunit_filter_glob_tests(const struct kunit_suite *const suite, const char *test_glob) in kunit_filter_glob_tests()
H A Dexecutor_test.c285 struct kunit_suite *suite; in alloc_fake_suite() local
/openbmc/u-boot/tools/concurrencytest/
H A Dconcurrencytest.py51 def do_fork(suite): argument
102 def partition_tests(suite, count): argument
135 suite = unittest.TestLoader().loadTestsFromTestCase(SampleTestCase) variable
142 suite = unittest.TestLoader().loadTestsFromTestCase(SampleTestCase) variable
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Drunner.py259 def _walk_suite(self, suite, func): argument
268 def _list_tests_name(self, suite): argument
288 def _list_tests_class(self, suite): argument
307 def _list_tests_module(self, suite): argument
322 def list_tests(self, suite, display_type): argument
H A Dloader.py34 def _find_duplicated_modules(suite, directory): argument
/openbmc/u-boot/tools/patman/
H A Dpatman.py93 suite = unittest.TestLoader().loadTestsFromTestCase(module) variable
97 suite = doctest.DocTestSuite(module) variable
H A Dpatman93 suite = unittest.TestLoader().loadTestsFromTestCase(module) variable
97 suite = doctest.DocTestSuite(module) variable
/openbmc/qemu/scripts/
H A Dmtest2make.py83 def emit_suite_deps(name, suite, prefix): argument
92 def emit_suite(name, suite, prefix): argument
/openbmc/qemu/tests/decode/
H A Dmeson.build51 suite = 'decodetree' variable
/openbmc/openbmc-test-automation/tools/
H A Drobot_custom_rules.py23 def apply(self, suite): argument
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dbinutils.py31 def run_binutils(self, suite): argument
H A Dgcc.py21 def check_skip(self, suite): argument
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcontext.py38 def __init__(self, suite, processes, setupfunc, removefunc, bb_vars): argument
84 def setup_builddir(self, suffix, selftestdir, suite): argument
/openbmc/linux/mm/kmsan/
H A Dkmsan_test.c629 static int kmsan_suite_init(struct kunit_suite *suite) in kmsan_suite_init()
635 static void kmsan_suite_exit(struct kunit_suite *suite) in kmsan_suite_exit()
/openbmc/linux/mm/kfence/
H A Dkfence_test.c830 static int kfence_suite_init(struct kunit_suite *suite) in kfence_suite_init()
836 static void kfence_suite_exit(struct kunit_suite *suite) in kfence_suite_exit()
/openbmc/linux/crypto/
H A Dtestmgr.c155 } suite; member
2310 const struct aead_test_suite *suite, in generate_aead_message()
2378 const struct aead_test_suite *suite, in generate_random_aead_testvec()
2651 static int test_aead(int enc, const struct aead_test_suite *suite, in test_aead()
2670 const struct aead_test_suite *suite = &desc->suite.aead; in alg_test_aead() local
3228 static int test_skcipher(int enc, const struct cipher_test_suite *suite, in test_skcipher()
3247 const struct cipher_test_suite *suite = &desc->suite.cipher; in alg_test_skcipher() local
3667 const struct cipher_test_suite *suite = &desc->suite.cipher; in alg_test_cipher() local
/openbmc/linux/drivers/gpu/drm/tests/
H A Ddrm_buddy_test.c730 static int drm_buddy_suite_init(struct kunit_suite *suite) in drm_buddy_suite_init()
/openbmc/linux/mm/kasan/
H A Dkasan_test.c59 static int kasan_suite_init(struct kunit_suite *suite) in kasan_suite_init()
80 static void kasan_suite_exit(struct kunit_suite *suite) in kasan_suite_exit()

12