mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
tests: Fix a typo in raising an exception
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
afd10e880b
commit
7e7e32f7e6
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user