From: Jouni Malinen Date: Sun, 17 Jul 2016 21:14:14 +0000 (+0300) Subject: tests: FT OOM in SME X-Git-Tag: hostap_2_6~202 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dcbb5d808b760ea69dccbe2e51c3bc9b17229f14;p=thirdparty%2Fhostap.git tests: FT OOM in SME Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_ap_ft.py b/tests/hwsim/test_ap_ft.py index 191fee8cc..bd9b1abec 100644 --- a/tests/hwsim/test_ap_ft.py +++ b/tests/hwsim/test_ap_ft.py @@ -802,6 +802,11 @@ def test_ap_ft_oom(dev, apdev): with fail_test(dev[0], 1, "os_get_random;wpa_ft_prepare_auth_request"): dev[0].roam(dst, fail_test=True) + dev[0].request("REMOVE_NETWORK all") + with alloc_fail(dev[0], 1, "=sme_update_ft_ies"): + dev[0].connect(ssid, psk=passphrase, key_mgmt="FT-PSK", proto="WPA2", + scan_freq="2412") + def test_ap_ft_over_ds_proto(dev, apdev): """WPA2-PSK-FT AP over DS protocol testing""" ssid = "test-ft"