autotest: update EAP-SIM autotest after plugin change

A new 'keys' file must be added for hardcoded keys
This commit is contained in:
James Prestwood 2017-12-13 16:11:47 -08:00 committed by Denis Kenzior
parent daa215a9c3
commit 59c5e0b149
4 changed files with 7 additions and 6 deletions

View File

@ -1,7 +1,8 @@
[SETUP]
num_radios=2
max_test_exec_interval_sec=40
tmpfs_extra_stuff=sim.eap_user:sim.db
tmpfs_extra_stuff=sim.eap_user:sim.db:sim_keys.conf
sim_keys=/tmp/sim_keys.conf
[HOSTAPD]
rad0=ssidEAP-SIM.conf

View File

@ -1 +1 @@
"abc@example.com" SIM
"132010000000000@example.com" SIM

View File

@ -0,0 +1,4 @@
[SIM]
Identity=132010000000000@example.com
Kc=d0d1d2d3d4d5d6d7d0d1d2d3d4d5d6d7d0d1d2d3d4d5d6d7
SRES=e1e2e3e4e1e2e3e4e1e2e3e4

View File

@ -1,6 +1,2 @@
[Security]
EAP-Method=SIM
EAP-Identity=abc@example.com
EAP-SIM-Kc=d0d1d2d3d4d5d6d7d0d1d2d3d4d5d6d7d0d1d2d3d4d5d6d7
EAP-SIM-IMSI=132010000000000@example.com
EAP-SIM-SRES=e1e2e3e4e1e2e3e4e1e2e3e4