3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02: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:
Denis Kenzior 2021-05-21 12:36:10 -05:00
parent ab8e091946
commit 788bbb3650
2 changed files with 3 additions and 2 deletions

View File

@ -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]

View File

@ -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