Browse Source

tests: FST-MANAGER TEST_REQUEST error cases

Signed-off-by: Jouni Malinen <j@w1.fi>
Jouni Malinen 9 years ago
parent
commit
3b765ea545
1 changed files with 14 additions and 0 deletions
  1. 14 0
      tests/hwsim/test_fst_module.py

+ 14 - 0
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",