Searched refs:serial_pty (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | hardwaremap.py | 43 serial_pty=None, argument 58 self.serial_pty = serial_pty 258 device.serial_pty = serial 276 serial_pty = dut.get('serial_pty') 279 flash_before = self.options.flash_before and (not (flash_with_test or serial_pty)) 294 connected = dut.get('connected') and ((serial or serial_pty) is not None) 303 serial_pty=serial_pty,
|
D | handlers.py | 498 if d.platform != device or (d.serial is None and d.serial_pty is None): 639 flash_timeout, serial_pty, ser_pty_process): argument 651 self._handle_serial_exception(e, dut, serial_pty, ser_pty_process) 657 def _handle_serial_exception(self, exception, dut, serial_pty, ser_pty_process): argument 663 if serial_pty and ser_pty_process: 664 self._terminate_pty(serial_pty, ser_pty_process) 686 def _get_serial_device(self, serial_pty, hardware_serial): argument 688 if serial_pty: 692 re.split('[, ]', serial_pty), 718 serial_pty = hardware.serial_pty [all …]
|
D | harness.py | 460 if hardware.serial_pty:
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/ |
D | twister_harness_config.py | 30 serial_pty: str = '' variable in DeviceConfig 78 serial_pty=config.option.device_serial_pty,
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | hardware_adapter.py | 164 if not self.device_config.serial_pty: 175 re.split(',| ', self.device_config.serial_pty), 181 … logger.exception('Failed to run subprocess %s, error %s', self.device_config.serial_pty, str(exc)) 198 logger.debug('Process %s terminated', self.device_config.serial_pty)
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_handlers.py | 774 serial_pty=None, 784 serial_pty=mock.Mock(), 793 serial_pty=mock.Mock(), 825 serial_pty=None, 835 serial_pty=mock.Mock(), 844 serial_pty=mock.Mock(), 866 serial_pty=mock.Mock(), 874 serial_pty=mock.Mock(), 940 mock.Mock(available=0, serial=serial, serial_pty=None), 941 mock.Mock(available=0, serial=None, serial_pty=serial), [all …]
|
D | test_hardwaremap.py | 260 assert hm.duts[0].serial_pty == 'dummy' if is_pty else None 263 assert hm.duts[0].serial_pty is None
|
D | test_harness.py | 558 hardware.serial_pty = pty_value
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/device/ |
D | hardware_adapter_test.py | 213 device.device_config.serial_pty = 'script.py' 249 device.device_config.serial_pty = f'python3 {shell_simulator_path}'
|
/Zephyr-latest/boards/intel/adsp/doc/ |
D | intel_adsp_generic.rst | 223 …serial_pty: "/home/zephyrus/zephyrproject/zephyr/soc/intel/intel_adsp/tools/cavstool_client.py,-s,…
|
/Zephyr-latest/doc/develop/test/ |
D | twister.rst | 1345 serial_pty: path/to/script.py
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.5.rst | 1031 * :github:`31769` - Twister: AttributeError: 'NoneType' object has no attribute 'serial_pty'
|