From: Benjamin Berg Date: Tue, 21 Nov 2023 15:40:06 +0000 (+0200) Subject: tests: Disable IPv6 in WNM keep-alive test X-Git-Tag: hostap_2_11~797 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bd5e35b8733b6d5bc668de8c1d84c564b6b3be1;p=thirdparty%2Fhostap.git tests: Disable IPv6 in WNM keep-alive test 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 --- diff --git a/tests/hwsim/test_wnm.py b/tests/hwsim/test_wnm.py index 71db400bd..e33470805 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 +@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)