]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: BSS Load update failing to get survey data
authorJouni Malinen <j@w1.fi>
Sun, 5 Feb 2017 14:52:38 +0000 (16:52 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 5 Feb 2017 14:52:38 +0000 (16:52 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_ap_open.py

index a5f992e9852342718778fe0ddbe2af4c03c57da4..5566c2c67627d1df866010c0493e88018096063e 100644 (file)
@@ -220,6 +220,14 @@ def test_ap_bss_load(dev, apdev):
         hwsim_utils.test_connectivity(dev[0], hapd)
         time.sleep(0.15)
 
+def test_ap_bss_load_fail(dev, apdev):
+    """BSS Load update failing to get survey data"""
+    hapd = hostapd.add_ap(apdev[0],
+                          { "ssid": "open",
+                            "bss_load_update_period": "1" })
+    with fail_test(hapd, 1, "wpa_driver_nl80211_get_survey"):
+        wait_fail_trigger(hapd, "GET_FAIL")
+
 def hapd_out_of_mem(hapd, apdev, count, func):
     with alloc_fail(hapd, count, func):
         started = False