From 720a2e790665fffa021e6a6f6f54ea17e3337931 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Wed, 2 Jan 2019 12:28:16 +0200 Subject: [PATCH] tests: Data connectivity after REAUTHENTICATE 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 --- tests/hwsim/test_ap_eap.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/hwsim/test_ap_eap.py b/tests/hwsim/test_ap_eap.py index c2ab1528f..60cc7f344 100644 --- a/tests/hwsim/test_ap_eap.py +++ b/tests/hwsim/test_ap_eap.py @@ -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"""