mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-02 15:04:04 +01:00
auto-t: remove rekey from testFILS
mac80211_hwsim is not quite ready to allow rekeys (will be soon).
This commit is contained in:
parent
36c08b9508
commit
7f3e47881b
@ -76,11 +76,6 @@ class Test(unittest.TestCase):
|
|||||||
testutil.test_iface_operstate()
|
testutil.test_iface_operstate()
|
||||||
testutil.test_ifaces_connected(device.name, hapd.ifname)
|
testutil.test_ifaces_connected(device.name, hapd.ifname)
|
||||||
|
|
||||||
sleep(5)
|
|
||||||
|
|
||||||
testutil.test_iface_operstate()
|
|
||||||
testutil.test_ifaces_connected(device.name, hapd.ifname)
|
|
||||||
|
|
||||||
device.disconnect()
|
device.disconnect()
|
||||||
|
|
||||||
wd.unregister_psk_agent(psk_agent)
|
wd.unregister_psk_agent(psk_agent)
|
||||||
|
@ -76,11 +76,6 @@ class Test(unittest.TestCase):
|
|||||||
testutil.test_iface_operstate()
|
testutil.test_iface_operstate()
|
||||||
testutil.test_ifaces_connected(device.name, hapd.ifname)
|
testutil.test_ifaces_connected(device.name, hapd.ifname)
|
||||||
|
|
||||||
sleep(5)
|
|
||||||
|
|
||||||
testutil.test_iface_operstate()
|
|
||||||
testutil.test_ifaces_connected(device.name, hapd.ifname)
|
|
||||||
|
|
||||||
device.disconnect()
|
device.disconnect()
|
||||||
|
|
||||||
wd.unregister_psk_agent(psk_agent)
|
wd.unregister_psk_agent(psk_agent)
|
||||||
|
@ -24,5 +24,5 @@ eap_server=0
|
|||||||
eap_user_file=/tmp/pwd.eap_user
|
eap_user_file=/tmp/pwd.eap_user
|
||||||
eap_server_erp=1
|
eap_server_erp=1
|
||||||
pwd_group=19
|
pwd_group=19
|
||||||
wpa_group_rekey=5
|
wpa_group_rekey=30
|
||||||
wpa_ptk_rekey=5
|
wpa_ptk_rekey=30
|
||||||
|
@ -22,5 +22,5 @@ eap_server=0
|
|||||||
eap_user_file=/tmp/pwd.eap_user
|
eap_user_file=/tmp/pwd.eap_user
|
||||||
eap_server_erp=1
|
eap_server_erp=1
|
||||||
pwd_group=19
|
pwd_group=19
|
||||||
wpa_group_rekey=5
|
wpa_group_rekey=30
|
||||||
wpa_ptk_rekey=5
|
wpa_ptk_rekey=30
|
||||||
|
Loading…
Reference in New Issue
Block a user