ARMmbed / htrun

MOVED: https://github.com/ARMmbed/mbed-os-tools (Flash, reset and run host supervised tests on mbed platforms)
8 stars 37 forks source link

[moved from mbed-cli #411] mbedhtrun --skip-reset is not working #142

Closed bridadan closed 7 years ago

bridadan commented 7 years ago

Originally reported here by @jeromecoutant:

In order to debug, I am following this page: https://github.com/ARMmbed/mbed-os/blob/master/docs/testing_mbed_OS_5.md#debugging-tests

It seems that the skip-reset is not working...

$ mbedhtrun --skip-flashing --skip-reset -p COM62:9600 -vv [1483627073.14][HTST][INF] host test executor ver. 1.1.6 [1483627073.14][HTST][INF] copy image onto target... SKIPPED! [1483627073.15][HTST][INF] starting host test process... [1483627074.41][CONN][INF] starting connection process... [1483627074.41][CONN][INF] notify event queue about extra 60 sec timeout for serial port pooling [1483627074.41][CONN][INF] initializing serial port listener... [1483627074.41][SERI][INF] serial(port=COM62, baudrate=9600, timeout=0.01) [1483627074.42][SERI][INF] reset device using 'default' plugin... ...

Regards,