commit | 1f25531d7ce04af2b27d321c582a41255b7c5e80 | [log] [tgz] |
---|---|---|
author | Michal Smola <michal.smola@nxp.com> | Fri Jan 26 14:40:08 2024 +0100 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Tue Jan 30 14:13:46 2024 +0000 |
tree | 78c342efa93b97611d3b79f5f3a4592177429dab | |
parent | 5c78b3d842ca6e80f257a46f40a7b7948200627c [diff] |
twister: pytest: fix missing messages from hardware target When pytest harness test is run on harware, messages sent from target right after application start-up are lost, because connection to COM port is not established yet. It can cause unexpected behavior of a test. Fix it by flashing and running application after connecting to COM port when testing on hardware. Signed-off-by: Michal Smola <michal.smola@nxp.com>