From 3b765ea545a89b29826458cdd1f0f04130463594 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sat, 18 Jul 2015 19:29:39 +0300 Subject: [PATCH] tests: FST-MANAGER TEST_REQUEST error cases Signed-off-by: Jouni Malinen --- tests/hwsim/test_fst_module.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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",