mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'fix/incorrect_connection_closure_parttool_test' into 'master'
ci(otatool): fix test failure caused due to closing connection incorrectly Closes IDFCI-2122 See merge request espressif/esp-idf!30219
This commit is contained in:
commit
636ff35b52
@ -1,4 +1,4 @@
|
||||
# SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
|
||||
# SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD
|
||||
# SPDX-License-Identifier: Unlicense OR CC0-1.0
|
||||
import os
|
||||
import subprocess
|
||||
@ -16,8 +16,7 @@ def test_examples_parttool(dut: Dut) -> None:
|
||||
dut.expect('Example end')
|
||||
|
||||
# Close connection to DUT
|
||||
dut.pexpect_proc.terminate()
|
||||
dut.serial.stop_redirect_thread()
|
||||
dut.serial.close()
|
||||
|
||||
# Run the example python script
|
||||
idf_path = os.getenv('IDF_PATH')
|
||||
|
Loading…
x
Reference in New Issue
Block a user