Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dutils.py40 def terminate_process(proc: subprocess.Popen) -> None: function
Dbinary_adapter.py12 from twister_harness.device.utils import log_command, terminate_process
84 terminate_process(self._process)
Dhardware_adapter.py22 from twister_harness.device.utils import log_command, terminate_process
282 terminate_process(proc)
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhandlers.py53 def terminate_process(proc): function
104 terminate_process(proc)
630 terminate_process(ser_pty_process)
Dharness.py23 from twisterlib.handlers import Handler, terminate_process
506 terminate_process(proc)
/Zephyr-latest/scripts/tests/twister/
Dtest_handlers.py1276 twisterlib.handlers.terminate_process = mock.Mock()
1306 twisterlib.handlers.terminate_process.assert_called_once()
1464 twisterlib.handlers.terminate_process = mock.Mock()