From b24e201248228b6ff5c288b2b0a1eaee74290042 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Tue, 17 Nov 2020 10:50:07 -0800 Subject: [PATCH] auto-t: use hwsim_medium=no (testSAE/HiddenNetworks) Both these tests create many radios which sometimes causes timing problems when hwsim is running. Since hwsim is not required for these tests we can disable it and increase test reliability. --- autotests/testHiddenNetworks/hw.conf | 3 +-- autotests/testSAE/hw.conf | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/autotests/testHiddenNetworks/hw.conf b/autotests/testHiddenNetworks/hw.conf index 7147e4be..065e9003 100644 --- a/autotests/testHiddenNetworks/hw.conf +++ b/autotests/testHiddenNetworks/hw.conf @@ -1,8 +1,7 @@ [SETUP] num_radios=7 start_iwd=0 -max_test_exec_interval_sec=160 -tmpfs_extra_stuff=main.conf +hwsim_medium=no [HOSTAPD] rad0=ssidHiddenOpen.conf diff --git a/autotests/testSAE/hw.conf b/autotests/testSAE/hw.conf index d79aa1c7..86f42630 100644 --- a/autotests/testSAE/hw.conf +++ b/autotests/testSAE/hw.conf @@ -1,7 +1,7 @@ [SETUP] num_radios=7 start_iwd=0 -max_test_exec_interval_sec=45 +hwsim_medium=no [HOSTAPD] rad0=ssidSAE.conf