iwd/autotests
James Prestwood 65eeab1313 auto-t: updated autotests to use hwsim.get_radio
This removes all the duplicated code where the interfaces are iterated
and the radio/hostapd instances are created. Instead the two new APIs
are used to get each instance, e.g.:

hapd = HostapdCLI(config='ssid.conf')
radio = hwsim.get_radio('radX')
2019-06-11 11:44:00 -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: updated autotests to use hwsim.get_radio 2019-06-11 11:44:00 -05:00
testAdHoc autotests: Remove del wd at the end function pattern 2019-04-22 18:20:01 -05:00
testBSSBlacklist auto-t: updated autotests to use hwsim.get_radio 2019-06-11 11:44:00 -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: update testFILS to use new HostapdCLI 2019-06-05 16:18:26 -05:00
testFT-8021x-roam auto-t: updated autotests to use hwsim.get_radio 2019-06-11 11:44:00 -05:00
testFT-FILS-SHA256 auto-t: updated autotests to use hwsim.get_radio 2019-06-11 11:44:00 -05:00
testFT-FILS-SHA384 auto-t: updated autotests to use hwsim.get_radio 2019-06-11 11:44:00 -05:00
testFT-PSK-over-DS auto-t: updated autotests to use hwsim.get_radio 2019-06-11 11:44:00 -05:00
testFT-PSK-roam auto-t: updated autotests to use hwsim.get_radio 2019-06-11 11:44:00 -05:00
testFT-SAE-roam auto-t: updated autotests to use hwsim.get_radio 2019-06-11 11:44:00 -05:00
testHT-VHT auto-t: updated autotests to use hwsim.get_radio 2019-06-11 11:44:00 -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: updated autotests to use hwsim.get_radio 2019-06-11 11:44:00 -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: updated autotests to use hwsim.get_radio 2019-06-11 11:44:00 -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: updated autotests to use hwsim.get_radio 2019-06-11 11:44:00 -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: add simple getter for radios 2019-06-11 11:44:00 -05:00