mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-23 12:44:09 +01:00
auto-t: Disable MAC rand. for tests with trans. medium
This commit is contained in:
parent
f8fedb0ec8
commit
04225757d6
@ -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
|
||||
|
2
autotests/testAP/main.conf
Normal file
2
autotests/testAP/main.conf
Normal file
@ -0,0 +1,2 @@
|
||||
[Scan]
|
||||
disable_mac_address_randomization=true
|
@ -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
|
||||
|
2
autotests/testFT-8021x-roam/main.conf
Normal file
2
autotests/testFT-8021x-roam/main.conf
Normal file
@ -0,0 +1,2 @@
|
||||
[Scan]
|
||||
disable_mac_address_randomization=true
|
@ -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
|
||||
|
2
autotests/testFT-PSK-roam/main.conf
Normal file
2
autotests/testFT-PSK-roam/main.conf
Normal file
@ -0,0 +1,2 @@
|
||||
[Scan]
|
||||
disable_mac_address_randomization=true
|
@ -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
|
||||
|
2
autotests/testFT-SAE-roam/main.conf
Normal file
2
autotests/testFT-SAE-roam/main.conf
Normal file
@ -0,0 +1,2 @@
|
||||
[Scan]
|
||||
disable_mac_address_randomization=true
|
@ -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
|
||||
|
2
autotests/testRSSIAgent/main.conf
Normal file
2
autotests/testRSSIAgent/main.conf
Normal file
@ -0,0 +1,2 @@
|
||||
[Scan]
|
||||
disable_mac_address_randomization=true
|
Loading…
Reference in New Issue
Block a user