mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 13:44:32 +02:00
Merge branch 'ci/fix_pytest_otatool' into 'master'
fix(examples): Fix closing port in pytest_otatool Closes IDFCI-2540 See merge request espressif/esp-idf!35117
This commit is contained in:
@@ -18,7 +18,7 @@ def test_otatool_example(dut: Dut) -> None:
|
|||||||
dut.expect('Example end')
|
dut.expect('Example end')
|
||||||
|
|
||||||
# Close connection to DUT
|
# Close connection to DUT
|
||||||
dut.serial.proc.close()
|
dut.serial.close()
|
||||||
|
|
||||||
script_path = os.path.join(str(os.getenv('IDF_PATH')), 'examples', 'system', 'ota', 'otatool', 'otatool_example.py')
|
script_path = os.path.join(str(os.getenv('IDF_PATH')), 'examples', 'system', 'ota', 'otatool', 'otatool_example.py')
|
||||||
binary_path = ''
|
binary_path = ''
|
||||||
|
Reference in New Issue
Block a user