From: Jouni Malinen Date: Wed, 2 Jan 2019 10:28:16 +0000 (+0200) Subject: tests: Data connectivity after REAUTHENTICATE X-Git-Tag: hostap_2_8~618 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=720a2e790665fffa021e6a6f6f54ea17e3337931;p=thirdparty%2Fhostap.git 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 --- 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"""