]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Fix a typo in raising an exception
authorJouni Malinen <j@w1.fi>
Sat, 15 Feb 2020 15:40:55 +0000 (17:40 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 15 Feb 2020 16:36:29 +0000 (18:36 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/remote/rutils.py

index 70255b99922ab3ba8d137f5a0d4e8e34477b4c11..e80d7dc0ea4d76d72db7ba313dae5e90e8925b1c 100644 (file)
@@ -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