iwd/autotests
James Prestwood 35f06ef87a auto-t: hostapd: allow CLI to lookup by config file
There is a common interface lookup in many tests in order to initialize
the HostapdCLI object e.g.:

for intf in hostapd_map.values():
    if intf.config == 'ssidOWE.conf':
        hapd = HostapdCLI(intf)
        break

Instead of having to do this in every test, HostapdCLI will now
optionally take a config file (config=<file>). The interface object
will still be prefered (i.e. supplying an interface will not even
check the config file) as to not break existing tests. But if only
a config file is supplied the lookup is done internally.

There are some tests that do still need the interface, as they do
an interface lookup to initialize both hostapd and hwsim at the
same time.
2019-06-05 16:18:26 -05:00
..
misc auto-t: Add testEAP-PEAP-SIM 2018-05-15 14:32:51 -05:00
testAP auto-t: Disable MAC rand. for tests with trans. medium 2019-01-16 13:20:04 -06:00
testAP-no-support auto-t: add AP test with no AP iftype support 2019-05-13 16:38:23 -05:00
testAPRoam auto-t: require "needs_hwsim" on hwsim tests 2019-05-01 17:03:37 -05:00
testAdHoc autotests: Remove del wd at the end function pattern 2019-04-22 18:20:01 -05:00
testBSSBlacklist autotests: Remove del wd at the end function pattern 2019-04-22 18:20:01 -05:00
testConnectAutoconnect autotests: Remove del wd at the end function pattern 2019-04-22 18:20:01 -05:00
testDisconnectByAP auto-t: update tests to use get_ordered_network call 2018-12-14 13:47:00 -06:00
testEAP-AKA auto-t: update tests to use get_ordered_network call 2018-12-14 13:47:00 -06:00
testEAP-AKA-ofono auto-t: update tests to use get_ordered_network call 2018-12-14 13:47:00 -06:00
testEAP-AKA-prime auto-t: update tests to use get_ordered_network call 2018-12-14 13:47:00 -06:00
testEAP-AKA-prime-ofono auto-t: update tests to use get_ordered_network call 2018-12-14 13:47:00 -06:00
testEAP-MSCHAPV2 auto-t: update tests to use get_ordered_network call 2018-12-14 13:47:00 -06:00
testEAP-PEAP autotests: Remove del wd at the end function pattern 2019-04-22 18:20:01 -05:00
testEAP-PEAP-GTC autotests: Remove del wd at the end function pattern 2019-04-22 18:20:01 -05:00
testEAP-PEAP-MSCHAPv2 autotests: Remove del wd at the end function pattern 2019-04-22 18:20:01 -05:00
testEAP-PEAP-SIM autotests: Remove del wd at the end function pattern 2019-04-22 18:20:01 -05:00
testEAP-PWD autotests: Remove del wd at the end function pattern 2019-04-22 18:20:01 -05:00
testEAP-SIM auto-t: update tests to use get_ordered_network call 2018-12-14 13:47:00 -06:00
testEAP-SIM-ofono auto-t: update tests to use get_ordered_network call 2018-12-14 13:47:00 -06:00
testEAP-TLS autotests: Use device.name instead of a hardcoded interface 2019-04-22 18:20:06 -05:00
testEAP-TLS-Frag auto-t: update tests to use get_ordered_network call 2018-12-14 13:47:00 -06:00
testEAP-TLSwithMFPC auto-t: update tests to use get_ordered_network call 2018-12-14 13:47:00 -06:00
testEAP-TLSwithMFPR auto-t: update tests to use get_ordered_network call 2018-12-14 13:47:00 -06:00
testEAP-TTLS auto-t: update tests to use get_ordered_network call 2018-12-14 13:47:00 -06:00
testEAP-TTLS-CHAP auto-t: update tests to use get_ordered_network call 2018-12-14 13:47:00 -06:00
testEAP-TTLS-EAP-MSCHAPV2 auto-t: update tests to use get_ordered_network call 2018-12-14 13:47:00 -06:00
testEAP-TTLS-Frag auto-t: update tests to use get_ordered_network call 2018-12-14 13:47:00 -06:00
testEAP-TTLS-MSCHAP autotests: Use hostapd_map in place of wiphy_map 2019-04-22 18:16:14 -05:00
testEAP-TTLS-MSCHAPv2 autotests: Remove del wd at the end function pattern 2019-04-22 18:20:01 -05:00
testEAP-TTLS-PAP auto-t: update tests to use get_ordered_network call 2018-12-14 13:47:00 -06:00
testEAP-WPS autotests: Remove del wd at the end function pattern 2019-04-22 18:20:01 -05:00
testEAP-WPS-Frag auto-t: removed ';' from many autotests 2018-12-14 13:46:23 -06:00
testFILS auto-t: remove rekey from testFILS 2019-05-08 14:42:21 -05:00
testFT-8021x-roam auto-t: update FT tests to disable FT-over-DS 2019-05-09 12:26:33 -05:00
testFT-FILS-SHA256 auto-t: FILS-FT autotest 2019-05-23 15:28:24 -05:00
testFT-FILS-SHA384 auto-t: FILS-FT autotest 2019-05-23 15:28:24 -05:00
testFT-PSK-over-DS auto-t: add test for FT-over-DS 2019-05-09 13:38:48 -05:00
testFT-PSK-roam auto-t: update FT tests to disable FT-over-DS 2019-05-09 12:26:33 -05:00
testFT-SAE-roam auto-t: update FT tests to disable FT-over-DS 2019-05-09 12:26:33 -05:00
testHT-VHT autotests: Use hostapd_map in place of wiphy_map 2019-04-22 18:16:14 -05:00
testHiddenNetworks autotests: Remove del wd at the end function pattern 2019-04-22 18:20:01 -05:00
testKnownNetworks autotests: Remove del wd at the end function pattern 2019-04-22 18:20:01 -05:00
testMFP-Options autotests: Remove del wd at the end function pattern 2019-04-22 18:20:01 -05:00
testOWE auto-t: fix OWE tests, use explicit ifnames 2019-05-02 13:34:04 -05:00
testOpen auto-t: update tests to use get_ordered_network call 2018-12-14 13:47:00 -06:00
testPreauth-roam auto-t: require "needs_hwsim" on hwsim tests 2019-05-01 17:03:37 -05:00
testRSSIAgent auto-t: require "needs_hwsim" on hwsim tests 2019-05-01 17:03:37 -05:00
testSAE autotests: Remove del wd at the end function pattern 2019-04-22 18:20:01 -05:00
testSAQuery autotests: Use hostapd_map in place of wiphy_map 2019-04-22 18:16:14 -05:00
testSAQuery-spoofing auto-t: require "needs_hwsim" on hwsim tests 2019-05-01 17:03:37 -05:00
testScan autotests: Remove del wd at the end function pattern 2019-04-22 18:20:01 -05:00
testScanKnownFreqs autotests: Remove del wd at the end function pattern 2019-04-22 18:20:01 -05:00
testWPA auto-t: update tests to use get_ordered_network call 2018-12-14 13:47:00 -06:00
testWPA2 autotests: Remove del wd at the end function pattern 2019-04-22 18:20:01 -05:00
testWPA2-SHA256 auto-t: update tests to use get_ordered_network call 2018-12-14 13:47:00 -06:00
testWPA2-no-CCMP auto-t: add test for CCMP with no support 2019-05-13 16:38:23 -05:00
testWPA2withMFP auto-t: update tests to use get_ordered_network call 2018-12-14 13:47:00 -06:00
util auto-t: hostapd: allow CLI to lookup by config file 2019-06-05 16:18:26 -05:00