auto-t: remove rekey from testFILS

mac80211_hwsim is not quite ready to allow rekeys (will be soon).
This commit is contained in:
James Prestwood 2019-05-08 12:31:38 -07:00 committed by Denis Kenzior
parent 36c08b9508
commit 7f3e47881b
4 changed files with 4 additions and 14 deletions

View File

@ -76,11 +76,6 @@ class Test(unittest.TestCase):
testutil.test_iface_operstate()
testutil.test_ifaces_connected(device.name, hapd.ifname)
sleep(5)
testutil.test_iface_operstate()
testutil.test_ifaces_connected(device.name, hapd.ifname)
device.disconnect()
wd.unregister_psk_agent(psk_agent)

View File

@ -76,11 +76,6 @@ class Test(unittest.TestCase):
testutil.test_iface_operstate()
testutil.test_ifaces_connected(device.name, hapd.ifname)
sleep(5)
testutil.test_iface_operstate()
testutil.test_ifaces_connected(device.name, hapd.ifname)
device.disconnect()
wd.unregister_psk_agent(psk_agent)

View File

@ -24,5 +24,5 @@ eap_server=0
eap_user_file=/tmp/pwd.eap_user
eap_server_erp=1
pwd_group=19
wpa_group_rekey=5
wpa_ptk_rekey=5
wpa_group_rekey=30
wpa_ptk_rekey=30

View File

@ -22,5 +22,5 @@ eap_server=0
eap_user_file=/tmp/pwd.eap_user
eap_server_erp=1
pwd_group=19
wpa_group_rekey=5
wpa_ptk_rekey=5
wpa_group_rekey=30
wpa_ptk_rekey=30