From 788bbb3650c6278bc9d68c672157dda4fa368780 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 21 May 2021 12:36:10 -0500 Subject: [PATCH] auto-t: Use stard_iwd=0 for testPreauth This test is quite similar to FT tests, so use start_iwd=0 here as well --- autotests/testPreauth-roam/connection_test.py | 4 ++-- autotests/testPreauth-roam/hw.conf | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/autotests/testPreauth-roam/connection_test.py b/autotests/testPreauth-roam/connection_test.py index 8a50abb5..f31b8b0a 100644 --- a/autotests/testPreauth-roam/connection_test.py +++ b/autotests/testPreauth-roam/connection_test.py @@ -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] diff --git a/autotests/testPreauth-roam/hw.conf b/autotests/testPreauth-roam/hw.conf index 72fe7290..095803a1 100644 --- a/autotests/testPreauth-roam/hw.conf +++ b/autotests/testPreauth-roam/hw.conf @@ -1,5 +1,6 @@ [SETUP] num_radios=3 +start_iwd=0 [HOSTAPD] rad0=eaptls-preauth-1.conf