]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Remove direct HostapdGlobal() use
authorJanusz Dziedzic <janusz.dziedzic@tieto.com>
Thu, 7 Apr 2016 05:38:05 +0000 (07:38 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 24 Apr 2016 16:23:22 +0000 (19:23 +0300)
commit4193b8975089c878b8331588b18ff931730c8b44
tree62f511224cd97ec71dd8a57a34451b7eb5b53910
parentfb1a7dccbf1a1d045515b8c8297328fb695998f3
tests: Remove direct HostapdGlobal() use

Use hostapd.add_ap() and hostapd.remove_bss() to avoid direct
HostapdGlobal() use in some of the dynamic AP test cases to make them
more usable for testing with remote hosts.

Signed-off-by: Janusz Dziedzic <janusz.dziedzic@tieto.com>
tests/hwsim/test_ap_dynamic.py