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 <benjamin.berg@intel.com>
This commit is contained in:
Benjamin Berg 2023-11-21 17:40:06 +02:00 committed by Jouni Malinen
parent 73e9261c5e
commit 1bd5e35b87

View 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)