iwd/autotests/testOWE
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
..
connection_test.py auto-t: update testOWE to use new HostapdCLI 2019-06-05 16:18:26 -05:00
hw.conf auto-t: add group renegotiate test to OWE 2019-04-19 13:52:31 -05:00
renegotiate_test.py auto-t: update testOWE to use new HostapdCLI 2019-06-05 16:18:26 -05:00
ssidGroup20.conf auto-t: add group renegotiate test to OWE 2019-04-19 13:52:31 -05:00
ssidOWE.conf auto-t: add group renegotiate test to OWE 2019-04-19 13:52:31 -05:00
timeout_test.py auto-t: updated autotests to use hwsim.get_radio 2019-06-11 11:44:00 -05:00