From: Jouni Malinen Date: Sat, 26 Apr 2014 14:09:48 +0000 (+0300) Subject: tests: Invalid MAC address with BLACKLIST X-Git-Tag: hostap_2_2~210 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f0e59329b113a525d6b8a599f311595396b23b7;p=thirdparty%2Fhostap.git tests: Invalid MAC address with BLACKLIST Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_wpas_ctrl.py b/tests/hwsim/test_wpas_ctrl.py index 5145a266a..4accbba58 100644 --- a/tests/hwsim/test_wpas_ctrl.py +++ b/tests/hwsim/test_wpas_ctrl.py @@ -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"""