Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/
Dfixtures.py14 from twister_harness.twister_harness_config import DeviceConfig, TwisterHarnessConfig
23 def twister_harness_config(request: pytest.FixtureRequest) -> TwisterHarnessConfig: function
25twister_harness_config: TwisterHarnessConfig = request.config.twister_harness_config # type: igno…
26 return twister_harness_config
30 def device_object(twister_harness_config: TwisterHarnessConfig) -> Generator[DeviceAdapter, None, N…
32 device_config: DeviceConfig = twister_harness_config.devices[0]
Dplugin.py12 from twister_harness.twister_harness_config import TwisterHarnessConfig
145 config.twister_harness_config = TwisterHarnessConfig.create(config) # type: ignore
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/
Dconftest.py14 from twister_harness.twister_harness_config import DeviceConfig
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/device/
Dqemu_adapter_test.py14 from twister_harness.twister_harness_config import DeviceConfig
Dbinary_adapter_test.py21 from twister_harness.twister_harness_config import DeviceConfig
Dhardware_adapter_test.py14 from twister_harness.twister_harness_config import DeviceConfig
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dqemu_adapter.py13 from twister_harness.twister_harness_config import DeviceConfig
Dbinary_adapter.py14 from twister_harness.twister_harness_config import DeviceConfig
Ddevice_adapter.py23 from twister_harness.twister_harness_config import DeviceConfig
Dhardware_adapter.py23 from twister_harness.twister_harness_config import DeviceConfig
/Zephyr-latest/
D.ruff-excludes.toml722 "./scripts/pylib/pytest-twister-harness/src/twister_harness/twister_harness_config.py" = [
1590 "./scripts/pylib/pytest-twister-harness/src/twister_harness/twister_harness_config.py",