[PATCH] tests: disable IPv6 in WNM keep-alive test
Andrei Otcheretianski
andrei.otcheretianski at intel.com
Tue Nov 21 07:40:06 PST 2023
From: Benjamin Berg <benjamin.berg at intel.com>
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 at intel.com>
---
tests/hwsim/test_wnm.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/hwsim/test_wnm.py b/tests/hwsim/test_wnm.py
index 71db400bd0..e334708050 100644
--- a/tests/hwsim/test_wnm.py
+++ b/tests/hwsim/test_wnm.py
@@ -775,6 +775,7 @@ def test_wnm_bss_tm_req(dev, apdev):
dev[0].dump_monitor()
@remote_compatible
+ at 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)
--
2.38.1
More information about the Hostap
mailing list