Merge branch 'test/fix_ut_cant_process_test_command' into 'master'

test: fix ut can't process test command

See merge request idf/esp-idf!3306
This commit is contained in:
Angus Gratton 2018-09-20 14:38:25 +08:00
commit 593abe0768

View file

@ -141,6 +141,8 @@ def replace_app_bin(dut, name, new_app_bin):
def reset_dut(dut):
# We do flush before test, in case we already have bootup pattern in data cache
dut.write("", flush=True)
dut.reset()
# esptool ``run`` cmd takes quite long time.
# before reset finish, serial port is closed. therefore DUT could already bootup before serial port opened.