Home
last modified time | relevance | path

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

/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
A Dbinary_adapter.py12 from twister_harness.device.utils import log_command, terminate_process
84 terminate_process(self._process, self.base_timeout)
A Dutils.py40 def terminate_process(proc: subprocess.Popen, timeout: float = 0.5) -> None: function
A Dhardware_adapter.py22 from twister_harness.device.utils import log_command, terminate_process
285 terminate_process(proc)
/scripts/pylib/twister/twisterlib/
A Dhandlers.py52 def terminate_process(proc): function
104 terminate_process(proc)
626 terminate_process(ser_pty_process)
A Dharness.py25 from twisterlib.handlers import Handler, terminate_process
518 terminate_process(proc)
1095 terminate_process(proc)
/scripts/tests/twister/
A Dtest_handlers.py1276 twisterlib.handlers.terminate_process = mock.Mock()
1306 twisterlib.handlers.terminate_process.assert_called_once()
1464 twisterlib.handlers.terminate_process = mock.Mock()

Completed in 13 milliseconds