iwd/autotests
James Prestwood 392eebc0a9 auto-t: iwd.py: fix re-scanning bug on get_ordered_networks
Certain scenarios coupled with lost beacons could result in OrderedNetwork
being initialized many times until the dbus library reached its maximum
signal registrations. This could happen where there are two networks,
IWD finds one in a scan but continues to scan for the other and the beacons
are lost. The way get_ordered_networks was written it returns early if any
networks are found. Since get_ordered_network (not plural) uses
get_ordered_networks() in a loop this caused OrderedNetwork's to be created
rapidly until python raises an exception.

To fix this, pass an optional list of networks being looked for to
get_ordered_networks. Only if all the networks in the list are found will
it return early, otherwise it will continue to scan.
2021-11-02 16:14:28 -05:00
..
misc auto-t: remove duplicate EAP tests 2021-08-17 11:44:36 -05:00
shell auto-t: add shell test 2019-08-07 16:37:51 -05:00
testAP auto-t: update all tests to remove bad scanning logic 2021-08-12 16:59:03 -05:00
testAP-no-support auto-t: prepare autotests for test-runner re-write 2020-09-10 17:59:49 -05:00
testAPRoam auto-t: use connect_bssid in APRoam 2021-08-12 15:14:07 -05:00
testAdHoc auto-t: remove stale hw.conf options 2021-01-27 13:42:58 -06:00
testAddressRandomization auto-t: update all tests to remove bad scanning logic 2021-08-12 16:59:03 -05:00
testAgent auto-t: fix testAgent use of Process 2021-08-13 15:18:40 -05:00
testBSSBlacklist auto-t: update blacklist test to use 'enable' on rules 2021-10-20 16:44:28 -05:00
testChannelSwitch auto-t: add missing ocv option and wait to testChannelSwitch 2021-10-19 15:29:26 -05:00
testClientNonInteractive auto-t: update all tests to remove bad scanning logic 2021-08-12 16:59:03 -05:00
testConnectAutoconnect auto-t: fix testConnectAutoconnect 2021-10-20 16:51:58 -05:00
testDisconnectByAP auto-t: prepare autotests for test-runner re-write 2020-09-10 17:59:49 -05:00
testDisconnectOnConnect auto-t: update all tests to remove bad scanning logic 2021-08-12 16:59:03 -05:00
testEAD auto-t: remove duplicate EAP tests 2021-08-17 11:44:36 -05:00
testEAP auto-t: separate PEAP + SIM test 2021-08-17 17:02:32 -05:00
testEAP-PEAPv0-CryptoBinding auto-t: remove duplicate EAP tests 2021-08-17 11:44:36 -05:00
testEAP-TLS-Frag auto-t: remove duplicate EAP tests 2021-08-17 11:44:36 -05:00
testEAP-TLSwithMFPC auto-t: remove duplicate EAP tests 2021-08-17 11:44:36 -05:00
testEAP-TLSwithMFPR auto-t: remove duplicate EAP tests 2021-08-17 11:44:36 -05:00
testEAP-TTLS-Frag auto-t: remove duplicate EAP tests 2021-08-17 11:44:36 -05:00
testEAP-WPS auto-t: release radio/hostapd instances from cls 2021-02-26 10:08:10 -06:00
testEAP-WPS-Frag auto-t: release radio/hostapd instances from cls 2021-02-26 10:08:10 -06:00
testFILS auto-t: update rekey() use to not wait for event 2021-10-08 08:49:55 -05:00
testFT-8021x-roam auto-t: remove duplicate EAP tests 2021-08-17 11:44:36 -05:00
testFT-FILS auto-t: update rekey() use to not wait for event 2021-10-08 08:49:55 -05:00
testHT-VHT auto-t: update tests to enable hwsim rules 2021-08-18 19:53:19 -05:00
testHiddenNetworks auto-t: use tearDownClass in hidden network test 2021-10-20 16:52:18 -05:00
testHotspot auto-t: remove ANQP delay test 2021-08-18 19:53:22 -05:00
testKnownNetworks auto-t: update all tests to remove bad scanning logic 2021-08-12 16:59:03 -05:00
testMFP-Options auto-t: update all tests to remove bad scanning logic 2021-08-12 16:59:03 -05:00
testNetconfig auto-t: Update Process changes in a few autotests 2021-08-26 08:52:48 -05:00
testOWE auto-t: remove OWE renegotiate test 2021-09-08 20:05:07 -05:00
testOWE-transition auto-t: add oper class/band tests for OWE transition 2021-09-22 14:41:36 -05:00
testOpen auto-t: update all tests to remove bad scanning logic 2021-08-12 16:59:03 -05:00
testP2P autotests: Don't use the netifaces module 2021-09-03 14:45:18 -05:00
testPSK-roam auto-t: update rekey() use to not wait for event 2021-10-08 08:49:55 -05:00
testPreauth-roam auto-t: remove duplicate EAP tests 2021-08-17 11:44:36 -05:00
testRRM auto-t: update all tests to remove bad scanning logic 2021-08-12 16:59:03 -05:00
testRSSIAgent auto-t: update tests to enable hwsim rules 2021-08-18 19:53:19 -05:00
testRoamRetry auto-t: update tests to enable hwsim rules 2021-08-18 19:53:19 -05:00
testSAE auto-t: fix testSAE to continue if a test fails 2021-09-28 17:40:11 -05:00
testSAE-AntiClogging auto-t: SAE: Rework SAE tests 2021-07-14 19:02:06 -05:00
testSAE-roam auto-t: Update Process changes in a few autotests 2021-08-26 08:52:48 -05:00
testSAQuery auto-t: testSAQuery remove ungraceful restart 2021-08-25 08:51:45 -05:00
testSAQuery-spoofing auto-t: add OCV to testSAQuery-spoofing 2021-10-19 13:28:03 -05:00
testScan auto-t: remove duplicate EAP tests 2021-08-17 11:44:36 -05:00
testScanKnownFreqs auto-t: set autoconnect=True for tests that need it 2021-08-12 16:59:05 -05:00
testWPA auto-t: update all tests to remove bad scanning logic 2021-08-12 16:59:03 -05:00
testWPA2 auto-t: update all tests to remove bad scanning logic 2021-08-12 16:59:03 -05:00
testWPA2-SHA256 auto-t: update all tests to remove bad scanning logic 2021-08-12 16:59:03 -05:00
testWPA2-ext-key-id auto-t: Add test for extended key IDs 2021-10-08 13:28:04 -05:00
testWPA2-no-CCMP auto-t: update all tests to remove bad scanning logic 2021-08-12 16:59:03 -05:00
testWPA2withMFP auto-t: update all tests to remove bad scanning logic 2021-08-12 16:59:03 -05:00
util auto-t: iwd.py: fix re-scanning bug on get_ordered_networks 2021-11-02 16:14:28 -05:00