Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/device/
Dhardware_adapter_test.py35 device.generate_command()
41 device.generate_command()
50 device.generate_command()
61 device.generate_command()
73 device.generate_command()
86 device.generate_command()
98 device.generate_command()
110 device.generate_command()
123 device.generate_command()
135 device.generate_command()
[all …]
Dbinary_adapter_test.py199 device.generate_command()
207 device.generate_command()
216 device.generate_command()
221 device.generate_command()
Dqemu_adapter_test.py31 device.generate_command()
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dbinary_adapter.py35 def generate_command(self) -> None: member in BinaryAdapterBase
120 def generate_command(self) -> None: member in NativeSimulatorAdapter
128 def generate_command(self) -> None: member in UnitSimulatorAdapter
134 def generate_command(self) -> None: member in CustomSimulatorAdapter
Dqemu_adapter.py24 def generate_command(self) -> None: member in QemuAdapter
Ddevice_adapter.py69 self.generate_command()
288 def generate_command(self) -> None: member in DeviceAdapter
Dhardware_adapter.py41 def generate_command(self) -> None: member in HardwareAdapter
/Zephyr-latest/scripts/tests/twister/pytest_integration/
Dtest_harness_pytest.py53 command = pytest_harness.generate_command()
63 command = pytest_harness.generate_command()
72 command = pytest_harness.generate_command()
82 command = pytest_harness.generate_command()
93 command = pytest_harness.generate_command()
156 command = pytest_harness.generate_command()
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dharness.py381 cmd = self.generate_command()
393 def generate_command(self): member in Pytest
634 def generate_command(self): member in Shell
639 command = super().generate_command()
1010 cmd = self.generate_command()
1020 def generate_command(self): member in Ctest