From 04225757d6f97495ad43c2cc0ca564efc2cd2483 Mon Sep 17 00:00:00 2001 From: Tim Kourt Date: Tue, 15 Jan 2019 19:14:59 -0800 Subject: [PATCH] auto-t: Disable MAC rand. for tests with trans. medium --- autotests/testAP/hw.conf | 2 ++ autotests/testAP/main.conf | 2 ++ autotests/testFT-8021x-roam/hw.conf | 3 ++- autotests/testFT-8021x-roam/main.conf | 2 ++ autotests/testFT-PSK-roam/hw.conf | 2 ++ autotests/testFT-PSK-roam/main.conf | 2 ++ autotests/testFT-SAE-roam/hw.conf | 2 ++ autotests/testFT-SAE-roam/main.conf | 2 ++ autotests/testRSSIAgent/hw.conf | 2 ++ autotests/testRSSIAgent/main.conf | 2 ++ 10 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 autotests/testAP/main.conf create mode 100644 autotests/testFT-8021x-roam/main.conf create mode 100644 autotests/testFT-PSK-roam/main.conf create mode 100644 autotests/testFT-SAE-roam/main.conf create mode 100644 autotests/testRSSIAgent/main.conf diff --git a/autotests/testAP/hw.conf b/autotests/testAP/hw.conf index f4cb9f5c..dc9b7bff 100644 --- a/autotests/testAP/hw.conf +++ b/autotests/testAP/hw.conf @@ -1,6 +1,8 @@ [SETUP] num_radios=3 max_test_exec_interval_sec=40 +iwd_config_dir=/tmp +tmpfs_extra_stuff=main.conf [HOSTAPD] rad0=psk-ccmp.conf diff --git a/autotests/testAP/main.conf b/autotests/testAP/main.conf new file mode 100644 index 00000000..c7eaf63a --- /dev/null +++ b/autotests/testAP/main.conf @@ -0,0 +1,2 @@ +[Scan] +disable_mac_address_randomization=true diff --git a/autotests/testFT-8021x-roam/hw.conf b/autotests/testFT-8021x-roam/hw.conf index c4c55e4b..e6be0f1c 100644 --- a/autotests/testFT-8021x-roam/hw.conf +++ b/autotests/testFT-8021x-roam/hw.conf @@ -1,7 +1,8 @@ [SETUP] num_radios=3 max_test_exec_interval_sec=45 -tmpfs_extra_stuff=../misc/certs +tmpfs_extra_stuff=../misc/certs:main.conf +iwd_config_dir=/tmp [HOSTAPD] rad0=ft-eap-ccmp-1.conf diff --git a/autotests/testFT-8021x-roam/main.conf b/autotests/testFT-8021x-roam/main.conf new file mode 100644 index 00000000..c7eaf63a --- /dev/null +++ b/autotests/testFT-8021x-roam/main.conf @@ -0,0 +1,2 @@ +[Scan] +disable_mac_address_randomization=true diff --git a/autotests/testFT-PSK-roam/hw.conf b/autotests/testFT-PSK-roam/hw.conf index 5559a8d7..0e72f16c 100644 --- a/autotests/testFT-PSK-roam/hw.conf +++ b/autotests/testFT-PSK-roam/hw.conf @@ -1,6 +1,8 @@ [SETUP] num_radios=3 max_test_exec_interval_sec=45 +iwd_config_dir=/tmp +tmpfs_extra_stuff=main.conf [HOSTAPD] rad0=ft-psk-ccmp-1.conf diff --git a/autotests/testFT-PSK-roam/main.conf b/autotests/testFT-PSK-roam/main.conf new file mode 100644 index 00000000..c7eaf63a --- /dev/null +++ b/autotests/testFT-PSK-roam/main.conf @@ -0,0 +1,2 @@ +[Scan] +disable_mac_address_randomization=true diff --git a/autotests/testFT-SAE-roam/hw.conf b/autotests/testFT-SAE-roam/hw.conf index 0a1fbf64..1ff1934f 100644 --- a/autotests/testFT-SAE-roam/hw.conf +++ b/autotests/testFT-SAE-roam/hw.conf @@ -1,6 +1,8 @@ [SETUP] num_radios=4 max_test_exec_interval_sec=120 +iwd_config_dir=/tmp +tmpfs_extra_stuff=main.conf [HOSTAPD] rad0=ft-sae-1.conf diff --git a/autotests/testFT-SAE-roam/main.conf b/autotests/testFT-SAE-roam/main.conf new file mode 100644 index 00000000..c7eaf63a --- /dev/null +++ b/autotests/testFT-SAE-roam/main.conf @@ -0,0 +1,2 @@ +[Scan] +disable_mac_address_randomization=true diff --git a/autotests/testRSSIAgent/hw.conf b/autotests/testRSSIAgent/hw.conf index 3abe2bbe..7a6ba278 100644 --- a/autotests/testRSSIAgent/hw.conf +++ b/autotests/testRSSIAgent/hw.conf @@ -1,6 +1,8 @@ [SETUP] num_radios=2 max_test_exec_interval_sec=60 +iwd_config_dir=/tmp +tmpfs_extra_stuff=main.conf [HOSTAPD] rad0=open.conf diff --git a/autotests/testRSSIAgent/main.conf b/autotests/testRSSIAgent/main.conf new file mode 100644 index 00000000..c7eaf63a --- /dev/null +++ b/autotests/testRSSIAgent/main.conf @@ -0,0 +1,2 @@ +[Scan] +disable_mac_address_randomization=true