Parcourir la source

tests: More FST GET_PEER_MBIES coverage

The case of valid but unknown peer address was not covered previously.

Signed-off-by: Jouni Malinen <j@w1.fi>
Jouni Malinen il y a 9 ans
Parent
commit
78ca254237
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      tests/hwsim/test_fst_module.py

+ 2 - 0
tests/hwsim/test_fst_module.py

@@ -1475,6 +1475,8 @@ def test_fst_ap_ctrl_iface(dev, apdev, test_params):
                   "GET_PEER_MBIES unknown unknown",
                   "GET_PEER_MBIES unknown  " + initiator.get_new_peer_addr(),
                   "GET_PEER_MBIES " + initiator.ifname() + " 01:ff:ff:ff:ff:ff",
+                  "GET_PEER_MBIES " + initiator.ifname() + " 00:ff:ff:ff:ff:ff",
+                  "GET_PEER_MBIES " + initiator.ifname() + " 00:00:00:00:00:00",
                   "IFACE_PEERS",
                   "IFACE_PEERS ",
                   "IFACE_PEERS unknown",