tests: Remove extra semicolons from python scripts
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
208ebb9d1a
commit
bc6e32880f
29 changed files with 124 additions and 124 deletions
|
@ -88,7 +88,7 @@ def test_ap_roam_wpa2_psk_failed(dev, apdev, params):
|
|||
|
||||
ev = dev[0].wait_event(["CTRL-EVENT-SSID-REENABLED"], 3)
|
||||
if not ev:
|
||||
raise Exception("CTRL-EVENT-SSID-REENABLED not seen");
|
||||
raise Exception("CTRL-EVENT-SSID-REENABLED not seen")
|
||||
|
||||
dev[0].wait_connected(timeout=5)
|
||||
hwsim_utils.test_connectivity(dev[0], hapd0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue