]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Fix ap_ft_pmf_over_ds
authorJouni Malinen <j@w1.fi>
Sat, 9 Mar 2019 09:26:38 +0000 (11:26 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 9 Mar 2019 09:26:38 +0000 (11:26 +0200)
The main step of the test case was accidentally removed when adding the
cipher specific versions.

Fixes: ffcaca68d3ed ("tests: FT with different BIP algorithms")
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_ap_ft.py

index cfcf68e3360624f37b95cd255d8a96ea79875cf5..92448bc945b034528f4b2155879c33d1efec0fa8 100644 (file)
@@ -790,6 +790,8 @@ def test_ap_ft_pmf_over_ds(dev, apdev):
     params["ieee80211w"] = "2"
     hapd1 = hostapd.add_ap(apdev[1], params)
 
+    run_roams(dev[0], apdev, hapd0, hapd1, ssid, passphrase, over_ds=True)
+
 def test_ap_ft_pmf_bip_cmac_128_over_ds(dev, apdev):
     """WPA2-PSK-FT AP over DS with PMF/BIP-CMAC-128"""
     run_ap_ft_pmf_bip_over_ds(dev, apdev, "AES-128-CMAC")