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:
parent
73e9261c5e
commit
1bd5e35b87
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue