mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 17:59:25 +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
|
# Check that iwd selects BSS 0 first
|
||||||
rule0.signal = -2500
|
rule0.signal = -2500
|
||||||
rule1.signal = -3500
|
rule1.signal = -6900
|
||||||
|
|
||||||
wd = IWD()
|
wd = IWD(True)
|
||||||
|
|
||||||
device = wd.list_devices(1)[0]
|
device = wd.list_devices(1)[0]
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
[SETUP]
|
[SETUP]
|
||||||
num_radios=3
|
num_radios=3
|
||||||
|
start_iwd=0
|
||||||
|
|
||||||
[HOSTAPD]
|
[HOSTAPD]
|
||||||
rad0=eaptls-preauth-1.conf
|
rad0=eaptls-preauth-1.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user