Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/tests/twister/
Dtest_testplan.py465 def test_testplan_parse_configuration(tmp_path, config_yaml, expected_scenarios): argument
470 if config_yaml:
471 tmp_config_file.write_text(config_yaml)
473 with pytest.raises(TwisterRuntimeError) if not config_yaml else nullcontext():