mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ci: Log failure to close any DUT
This commit is contained in:
parent
857b34cfd8
commit
2f196cface
@ -18,6 +18,7 @@ import threading
|
|||||||
import functools
|
import functools
|
||||||
|
|
||||||
import netifaces
|
import netifaces
|
||||||
|
import traceback
|
||||||
|
|
||||||
from . import EnvConfig
|
from . import EnvConfig
|
||||||
|
|
||||||
@ -184,6 +185,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
|
||||||
|
Loading…
Reference in New Issue
Block a user