auto-t: add comment about FILS rekeys

FILS rekeys were fixed in hostapd somewhat recently but older
versions will fail this test. Document that so we don't get
confused when running tests against older hostapd versions.
This commit is contained in:
James Prestwood 2023-06-19 15:57:45 -07:00 committed by Denis Kenzior
parent 2e2f6f991d
commit 6f7dd97607
2 changed files with 8 additions and 0 deletions

View File

@ -55,6 +55,10 @@ class Test(unittest.TestCase):
testutil.test_iface_operstate()
testutil.test_ifaces_connected(device.name, hapd.ifname)
#
# TODO: If this is failing its likely due to an older hostapd version
# not containing commit 7ee814201b72
#
hapd.rekey(device.address)
device.disconnect()

View File

@ -55,6 +55,10 @@ class Test(unittest.TestCase):
testutil.test_iface_operstate()
testutil.test_ifaces_connected(device.name, hapd.ifname)
#
# TODO: If this is failing its likely due to an older hostapd version
# not containing commit 7ee814201b72
#
hapd.rekey(device.address)
device.disconnect()