Searched refs:tests (Results 526 – 550 of 940) sorted by relevance
1...<<21222324252627282930>>...38
211 struct bst_test_list *test_adv_chain_install(struct bst_test_list *tests) in test_adv_chain_install() argument213 return bst_add_tests(tests, test_def); in test_adv_chain_install()
170 struct bst_test_list *test_gatt_server_install(struct bst_test_list *tests) in test_gatt_server_install() argument172 return bst_add_tests(tests, test_gatt_server); in test_gatt_server_install()
99 tests = ["builtin", "startdelay"]100 for test in tests:
4 Execute pytest tests against the Zephyr shell.13 and then calls pytest in subprocess which runs tests from16 information about used kernel version. Both tests use ``shell`` fixture, which
10 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
9 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
11 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
5 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
22 # running the default set of kernel tests.
1 # I2C target tests common configuration options
246 tests = {}267 tests[platform] = tmp269 if tests:270 results[test] = tests
472 struct bst_test_list *test_tbs_install(struct bst_test_list *tests) in test_tbs_install() argument474 return bst_add_tests(tests, test_tbs); in test_tbs_install()477 struct bst_test_list *test_tbs_install(struct bst_test_list *tests) in test_tbs_install() argument479 return tests; in test_tbs_install()
25 # Need to have enough to accommodate samples and tests.
17 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/mocks mocks)
28 source "tests/bluetooth/controller/common/Kconfig"