From: Janusz Dziedzic Date: Sun, 10 Jan 2021 15:50:47 +0000 (+0100) Subject: tests: remotehost: Add missed select import X-Git-Tag: hostap_2_10~705 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c6468a7f31b5226559121bf2583bb57f7172066;p=thirdparty%2Fhostap.git tests: remotehost: Add missed select import Signed-off-by: Janusz Dziedzic --- diff --git a/tests/hwsim/remotehost.py b/tests/hwsim/remotehost.py index 60ad9792f..9df3d8075 100644 --- a/tests/hwsim/remotehost.py +++ b/tests/hwsim/remotehost.py @@ -9,6 +9,8 @@ import subprocess import threading import tempfile import os +import traceback +import select logger = logging.getLogger() @@ -207,6 +209,7 @@ class Host(): if not self.pending(proc.stdout, timeout=remaining): break except: + logger.debug(traceback.format_exc()) pass return None