]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Disable IPv6 in WNM keep-alive test
authorBenjamin Berg <benjamin.berg@intel.com>
Tue, 21 Nov 2023 15:40:06 +0000 (17:40 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 23 Nov 2023 09:30:30 +0000 (11:30 +0200)
Otherwise the station or AP might be doing router advertisements,
causing keep alive already without the mechnism that is being tested.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
tests/hwsim/test_wnm.py

index 71db400bd04fda7e18f9e16e6aac9026d9d990ab..e33470805091d2cffe50f3ea0e1cec65e2461891 100644 (file)
@@ -775,6 +775,7 @@ def test_wnm_bss_tm_req(dev, apdev):
     dev[0].dump_monitor()
 
 @remote_compatible
+@disable_ipv6
 def test_wnm_bss_keep_alive(dev, apdev):
     """WNM keep-alive"""
     hapd = start_wnm_ap(apdev[0], bss_transition=False, ap_max_inactivity=1)