From: Jouni Malinen Date: Fri, 15 Jan 2016 08:36:41 +0000 (+0200) Subject: tests: EAP-IKEv2 with default fragment_size X-Git-Tag: hostap_2_6~993 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35372f6cd625054ef3c333994b67b37eb0c4f60a;p=thirdparty%2Fhostap.git tests: EAP-IKEv2 with default fragment_size Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_ap_eap.py b/tests/hwsim/test_ap_eap.py index 1c11a824c..ca05ba86c 100644 --- a/tests/hwsim/test_ap_eap.py +++ b/tests/hwsim/test_ap_eap.py @@ -2613,6 +2613,12 @@ def test_ap_wpa2_eap_ikev2(dev, apdev): dev[0].request("REMOVE_NETWORK all") eap_connect(dev[0], apdev[0], "IKEV2", "ikev2 user", password="ike-password", expect_failure=True) + dev[0].request("REMOVE_NETWORK all") + + eap_connect(dev[0], apdev[0], "IKEV2", "ikev2 user", + password="ike password", fragment_size="0") + dev[0].request("REMOVE_NETWORK all") + dev[0].wait_disconnected() def test_ap_wpa2_eap_ikev2_as_frag(dev, apdev): """WPA2-Enterprise connection using EAP-IKEv2 with server fragmentation"""