mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-16 09:03:05 -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)
|
server.wait_execute_complete(server_thread, 5)
|
||||||
if server_thread.isAlive():
|
if server_thread.isAlive():
|
||||||
raise Execption("iperf server thread still alive")
|
raise Exception("iperf server thread still alive")
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user