mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
auto-t: Use stard_iwd=0 for testPreauth
This test is quite similar to FT tests, so use start_iwd=0 here as well
This commit is contained in:
parent
ab8e091946
commit
788bbb3650
@ -46,9 +46,9 @@ class Test(unittest.TestCase):
|
||||
|
||||
# Check that iwd selects BSS 0 first
|
||||
rule0.signal = -2500
|
||||
rule1.signal = -3500
|
||||
rule1.signal = -6900
|
||||
|
||||
wd = IWD()
|
||||
wd = IWD(True)
|
||||
|
||||
device = wd.list_devices(1)[0]
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
[SETUP]
|
||||
num_radios=3
|
||||
start_iwd=0
|
||||
|
||||
[HOSTAPD]
|
||||
rad0=eaptls-preauth-1.conf
|
||||
|
Loading…
Reference in New Issue
Block a user