mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-02 18:19:23 +01:00
8d8ea67da1
These test cases depend on setting up the existing hostapd instance to a set of known addresses, which might be different from what test-runner sets. During this time, any scans might result in the old and the new addresses used by hostapd to be found in the scan results. Fix that by using start_iwd=0 which tells test_runner that the test wants to start iwd itself. This delays starting iwd until after the setUpClass routine has been called and hostapd configured properly. Also use more sensible rssi values for the 'non-preferred' bss. Otherwise, ranking BSSes by throughput can confuse the test logic since both BSSes are ranked the same and either can be picked by autoconnect.
8 lines
92 B
Plaintext
8 lines
92 B
Plaintext
[SETUP]
|
|
num_radios=3
|
|
start_iwd=0
|
|
|
|
[HOSTAPD]
|
|
rad0=ft-eap-ccmp-1.conf
|
|
rad1=ft-eap-ccmp-2.conf
|