From: Jouni Malinen Date: Mon, 3 Jul 2017 11:29:10 +0000 (+0300) Subject: tests: mgmt_group_cipher in STATUS X-Git-Tag: hostap_2_7~1231 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b3f536dbcc934e8f2dc841e691b992d76ebdf3b;p=thirdparty%2Fhostap.git tests: mgmt_group_cipher in STATUS Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_suite_b.py b/tests/hwsim/test_suite_b.py index 8ee4da7f3..eed52dce5 100644 --- a/tests/hwsim/test_suite_b.py +++ b/tests/hwsim/test_suite_b.py @@ -173,6 +173,9 @@ def test_suite_b_192(dev, apdev): tls_cipher = dev[0].get_status_field("EAP TLS cipher") if tls_cipher != "ECDHE-ECDSA-AES256-GCM-SHA384": raise Exception("Unexpected TLS cipher: " + tls_cipher) + cipher = dev[0].get_status_field("mgmt_group_cipher") + if cipher != "BIP-GMAC-256": + raise Exception("Unexpected mgmt_group_cipher: " + cipher) bss = dev[0].get_bss(apdev[0]['bssid']) if 'flags' not in bss: