]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Make hidden SSID test cases more robust
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 28 Nov 2014 11:40:34 +0000 (13:40 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 28 Nov 2014 21:02:29 +0000 (23:02 +0200)
commit882f894831551add94f181012a8bcd1bc14fe63a
tree1904668105642649cd845943459e37437ddb3503
parenta712282bc1ae55a19884d529e3f5deeee507843d
tests: Make hidden SSID test cases more robust

Clear wpa_supplicant and cfg80211 scan results at the end of hidden SSID
test cases to avoid potential issues for following test cases. For
example, ap_hs20_session_info could fail if executed immediately after
ssid_hidden due to the AP configuration change from open to RSN was not
noticed.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
tests/hwsim/test_ssid.py