iwd/autotests/testBSSBlacklist
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
..
all_blacklisted_test.py auto-t: updated autotests to use hwsim.get_radio 2019-06-11 11:44:00 -05:00
bad_pass_test.py auto-t: updated autotests to use hwsim.get_radio 2019-06-11 11:44:00 -05:00
connection_test.py auto-t: updated autotests to use hwsim.get_radio 2019-06-11 11:44:00 -05:00
hw.conf auto-t: test for temporary blacklist 2019-03-01 13:13:19 -06:00
main.conf auto-t: test for temporary blacklist 2019-03-01 13:13:19 -06:00
ssid1.conf auto-t: Add test for BSS blacklisting 2019-01-30 13:27:34 -06:00
ssid2.conf auto-t: Add test for BSS blacklisting 2019-01-30 13:27:34 -06:00
ssid3.conf auto-t: test for temporary blacklist 2019-03-01 13:13:19 -06:00
temp_blacklist_test.py auto-t: updated autotests to use hwsim.get_radio 2019-06-11 11:44:00 -05:00