Searched refs:print_output (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/samples/boards/nxp/mimxrt1170_evk_cm7/magic_addr/pytest/ |
D | test_magic_addr.py | 16 dut.readlines_until(regex='Cast some characters:', print_output=True) 18 lines = dut.readlines_until(regex='Magic DTCM address accessed', print_output=True) 21 lines = dut.readlines_until(regex='Magic DTCM address accessed', print_output=True)
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/ |
D | shell.py | 44 line = self._device.readline(timeout=0.5, print_output=False) 54 self, command: str, timeout: float | None = None, print_output: bool = True 72 regex=regex_command, timeout=1.0, print_output=print_output 78 regex=regex_prompt, timeout=timeout, print_output=print_output
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | device_adapter.py | 137 def readline(self, timeout: float | None = None, print_output: bool = True) -> str: 149 if print_output: 158 print_output: bool = True, 181 line = self.readline(0.1, print_output) 194 lines = self.readlines(print_output) 197 def readlines(self, print_output: bool = True) -> list[str]: 203 line = self.readline(0.1, print_output) 212 self.readlines(print_output=False)
|
/Zephyr-latest/samples/subsys/profiling/perf/pytest/ |
D | test_perf.py | 22 lines = dut.readlines_until(regex='.*Perf done!', print_output=True)
|
/Zephyr-latest/tests/subsys/logging/log_blocking/src/ |
D | main.c | 153 static void print_output(void) in print_output() function 204 print_output(); in ZTEST()
|
/Zephyr-latest/tests/subsys/debug/gdbstub/pytest/ |
D | test_gdbstub.py | 90 app_output = '\n'.join(dut.readlines(print_output = False))
|