Home
last modified time | relevance | path

Searched refs:test_config (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/tests/drivers/gnss/gnss_api/src/
Dtest_fix_rate.c30 struct test_config { struct
36 static const struct test_config configs[] = { argument
52 static bool test_set_fix_rate(const struct test_config *config) in test_set_fix_rate()
67 static void test_validate_fix_rate(const struct test_config *config) in test_validate_fix_rate()
/Zephyr-latest/tests/drivers/i2s/i2s_api/src/
Dtest_i2s_errors.c88 struct i2s_config test_config = { .word_size = 16U, in ZTEST_USER() local
98 err = i2s_configure(dev_i2s, I2S_DIR_TX, &test_config); in ZTEST_USER()
136 struct i2s_config test_config = { .word_size = 16U, in ZTEST_USER() local
146 err = i2s_configure(dev_i2s, I2S_DIR_TX, &test_config); in ZTEST_USER()
/Zephyr-latest/scripts/tests/twister/
Dconftest.py49 env.test_config = os.path.join(test_data, "test_config.yaml")
62 plan.parse_configuration(config_file=env.test_config)
80 plan.parse_configuration(config_file=class_testplan.env.test_config)
Dtest_testplan.py63 plan.parse_configuration(config_file=class_env.test_config)
1266 testplan.test_config = {
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv_iso.c95 uint8_t bn, uint8_t irc, uint8_t pto, bool test_config) in big_create() argument
183 if (test_config) { in big_create()
343 if (test_config) { in big_create()
398 if (!test_config) { in big_create()
428 if (!test_config && rtn) { in big_create()
449 if (test_config) { in big_create()
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestplan.py133 self.test_config = {}
144 self.test_config = scl.yaml_load_verify(config_file, tc_schema)
148 levels = self.test_config.get('levels', [])
210 self.parse_configuration(config_file=self.env.test_config)
455 platform_config = self.test_config.get('platforms', {})
847 platform_config = self.test_config.get('platforms', {})
Denvironment.py1053 self.test_config = options.test_config
/Zephyr-latest/doc/develop/test/twister/
Dtwister_blackbox.rst38 --test-config $TEST_DATA/test_config.yaml -p qemu_x86 -p frdm_k64f
/Zephyr-latest/doc/develop/test/
Dtwister.rst1518 To run with above test_config.yaml file, only default_platforms with given test level
1527 scripts/twister --test-config=<path to>/test_config.yaml
/Zephyr-latest/
D.ruff-excludes.toml947 "./scripts/tests/twister_blackbox/test_config.py" = [
1648 "./scripts/tests/twister_blackbox/test_config.py",