ci: Log failure to close any DUT

pull/6275/head
Angus Gratton 2020-11-18 15:48:27 +11:00
rodzic 0e42b856af
commit 37838803db
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -18,6 +18,7 @@ import threading
import functools
import netifaces
import traceback
from . import EnvConfig
@ -190,6 +191,7 @@ class Env(object):
dut.print_debug_info()
dut.close()
except Exception as e:
traceback.print_exc()
dut_close_errors.append(e)
self.allocated_duts = dict()
return dut_close_errors