Searched refs:ser_pty_process (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.7.0/scripts/pylib/twister/twisterlib/ |
D | handlers.py | 577 def _terminate_pty(self, ser_pty, ser_pty_process): argument 579 terminate_process(ser_pty_process) 581 (stdout, stderr) = ser_pty_process.communicate(timeout=self.get_test_timeout()) 588 flash_timeout, serial_pty, ser_pty_process): argument 605 if serial_pty and ser_pty_process: 606 self._terminate_pty(serial_pty, ser_pty_process) 630 ser_pty_process = None 634 ser_pty_process = subprocess.Popen( 653 return serial_device, ser_pty_process 666 serial_device, ser_pty_process = self._get_serial_device(serial_pty, hardware.serial) [all …]
|
/Zephyr-Core-3.7.0/scripts/tests/twister/ |
D | test_handlers.py | 1154 ser_pty_process, argument 1183 ser_pty_process) 1196 ser_pty_process.communicate.assert_called_once()
|