mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
ci: Log failure to close any DUT
This commit is contained in:
@@ -18,6 +18,7 @@ import threading
|
|||||||
import functools
|
import functools
|
||||||
|
|
||||||
import netifaces
|
import netifaces
|
||||||
|
import traceback
|
||||||
|
|
||||||
import EnvConfig
|
import EnvConfig
|
||||||
|
|
||||||
@@ -180,6 +181,7 @@ class Env(object):
|
|||||||
try:
|
try:
|
||||||
dut.close()
|
dut.close()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
traceback.print_exc()
|
||||||
dut_close_errors.append(e)
|
dut_close_errors.append(e)
|
||||||
self.allocated_duts = dict()
|
self.allocated_duts = dict()
|
||||||
return dut_close_errors
|
return dut_close_errors
|
||||||
|
Reference in New Issue
Block a user