tests: Python coding style cleanup (pylint3 bad-whitespace)
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
009b54bedd
commit
fab49f6145
102 changed files with 7660 additions and 7645 deletions
|
@ -58,8 +58,8 @@ def test_example(devices, setup_params, refs, duts, monitors):
|
|||
# connect to hostapd/wpa_supplicant UDP CTRL iface
|
||||
hapd = hostapd.add_ap(ap.dev, ap_params)
|
||||
freq = hapd.get_status_field("freq")
|
||||
wpas = WpaSupplicant(hostname = sta.host, global_iface="udp",
|
||||
global_port = sta.port)
|
||||
wpas = WpaSupplicant(hostname=sta.host, global_iface="udp",
|
||||
global_port=sta.port)
|
||||
wpas.interface_add(sta.ifname)
|
||||
|
||||
# setup standalone monitor based on hapd; could be multi interface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue