tests: Fix a typo in raising an exception

Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2020-02-15 17:40:55 +02:00
parent afd10e880b
commit 7e7e32f7e6
1 changed files with 1 additions and 1 deletions

View 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