]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Invalid MAC address with BLACKLIST
authorJouni Malinen <j@w1.fi>
Sat, 26 Apr 2014 14:09:48 +0000 (17:09 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 29 Apr 2014 09:52:10 +0000 (12:52 +0300)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_wpas_ctrl.py

index 5145a266adfee9752608b786a668ac28916321f9..4accbba58f0d71420f3f98017eb258ebffff72e3 100644 (file)
@@ -395,6 +395,8 @@ def test_wpas_ctrl_addr(dev):
         raise Exception("Unexpected success on invalid WPS_REG")
     if "FAIL" not in dev[0].request("IBSS_RSN 00:11:22:33:44"):
         raise Exception("Unexpected success on invalid IBSS_RSN")
+    if "FAIL" not in dev[0].request("BLACKLIST 00:11:22:33:44"):
+        raise Exception("Unexpected success on invalid BLACKLIST")
 
 def test_wpas_ctrl_wps_errors(dev):
     """wpa_supplicant ctrl_iface WPS error cases"""