Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/scripts/tests/twister/
Dtest_testplan.py455 def test_testplan_parse_configuration(tmp_path, config_yaml, expected_scenarios): argument
460 if config_yaml:
461 tmp_config_file.write_text(config_yaml)
463 with pytest.raises(TwisterRuntimeError) if not config_yaml else nullcontext():