]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: FST-MANAGER TEST_REQUEST error cases
authorJouni Malinen <j@w1.fi>
Sat, 18 Jul 2015 16:29:39 +0000 (19:29 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 18 Jul 2015 16:29:39 +0000 (19:29 +0300)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_fst_module.py

index 8797afff334a70e1e89aa9daca2ec9f43fcb7282..79617e22275077d35686669519ccdcd98a3fdd6c 100644 (file)
@@ -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",