From: Jouni Malinen Date: Sat, 18 Jul 2015 16:29:39 +0000 (+0300) Subject: tests: FST-MANAGER TEST_REQUEST error cases X-Git-Tag: hostap_2_5~350 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b765ea545a89b29826458cdd1f0f04130463594;p=thirdparty%2Fhostap.git tests: FST-MANAGER TEST_REQUEST error cases Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_fst_module.py b/tests/hwsim/test_fst_module.py index 8797afff3..79617e222 100644 --- a/tests/hwsim/test_fst_module.py +++ b/tests/hwsim/test_fst_module.py @@ -1446,6 +1446,20 @@ def test_fst_ap_ctrl_iface(dev, apdev, test_params): "SESSION_RESPOND " + sid, "SESSION_RESPOND " + sid + " foo", "TEST_REQUEST foo", + "TEST_REQUEST SEND_SETUP_REQUEST", + "TEST_REQUEST SEND_SETUP_REQUEST foo", + "TEST_REQUEST SEND_SETUP_RESPONSE", + "TEST_REQUEST SEND_SETUP_RESPONSE foo", + "TEST_REQUEST SEND_ACK_REQUEST", + "TEST_REQUEST SEND_ACK_REQUEST foo", + "TEST_REQUEST SEND_ACK_RESPONSE", + "TEST_REQUEST SEND_ACK_RESPONSE foo", + "TEST_REQUEST SEND_TEAR_DOWN", + "TEST_REQUEST SEND_TEAR_DOWN foo", + "TEST_REQUEST GET_FSTS_ID", + "TEST_REQUEST GET_FSTS_ID foo", + "TEST_REQUEST GET_LOCAL_MBIES", + "TEST_REQUEST GET_LOCAL_MBIES foo", "GET_PEER_MBIES", "GET_PEER_MBIES ", "GET_PEER_MBIES unknown",