From: Jouni Malinen Date: Sat, 15 Feb 2020 15:40:55 +0000 (+0200) Subject: tests: Fix a typo in raising an exception X-Git-Tag: hostap_2_10~1829 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e7e32f7e6268987cd45baacd658c26741158513;p=thirdparty%2Fhostap.git tests: Fix a typo in raising an exception Signed-off-by: Jouni Malinen --- diff --git a/tests/remote/rutils.py b/tests/remote/rutils.py index 70255b999..e80d7dc0e 100644 --- a/tests/remote/rutils.py +++ b/tests/remote/rutils.py @@ -500,7 +500,7 @@ def iperf_wait(server, client, server_thread, client_thread, timeout=None, iperf server.wait_execute_complete(server_thread, 5) if server_thread.isAlive(): - raise Execption("iperf server thread still alive") + raise Exception("iperf server thread still alive") return