]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Data connectivity after REAUTHENTICATE
authorJouni Malinen <j@w1.fi>
Wed, 2 Jan 2019 10:28:16 +0000 (12:28 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 2 Jan 2019 10:28:16 +0000 (12:28 +0200)
Verify that not updating GTK (i.e., only update PTK) in the driver does
not break connectivity. This case is different after the check for
"already in-use GTK" and rejection of GTK reinstallation.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_ap_eap.py

index c2ab1528f424d76b4d666d309b2f98ad2210e30a..60cc7f3448612cee92cedd177c28d0156467a5d5 100644 (file)
@@ -5454,6 +5454,7 @@ def test_eap_ttls_pap_session_resumption(dev, apdev):
         raise Exception("Key handshake with the AP timed out")
     if dev[0].get_status_field("tls_session_reused") != '1':
         raise Exception("Session resumption not used on the second connection")
+    hwsim_utils.test_connectivity(dev[0], hapd)
 
 def test_eap_ttls_chap_session_resumption(dev, apdev):
     """EAP-TTLS/CHAP session resumption"""