mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
auto-t: fix intermittent failures in testEAP-MSCHAPV2
Occationally autoconnect would start which was not expected in the test. This is fixed by disabling autoconnect in the provisioning files.
This commit is contained in:
parent
81ac94fd01
commit
dcbdbac2f8
@ -2,3 +2,6 @@
|
||||
EAP-Method=MSCHAPV2
|
||||
EAP-Identity=domain\\User
|
||||
EAP-Password=Password
|
||||
|
||||
[Settings]
|
||||
AutoConnect=false
|
||||
|
@ -2,3 +2,6 @@
|
||||
EAP-Method=MSCHAPV2
|
||||
EAP-Identity=domain\\User
|
||||
EAP-Password-Hash=a4f49c406510bdcab6824ee7c30fd852
|
||||
|
||||
[Settings]
|
||||
AutoConnect=false
|
||||
|
@ -1,3 +1,6 @@
|
||||
[Security]
|
||||
EAP-Method=MSCHAPV2
|
||||
EAP-Identity=domain\\User
|
||||
|
||||
[Settings]
|
||||
AutoConnect=false
|
||||
|
@ -1,2 +1,5 @@
|
||||
[Security]
|
||||
EAP-Method=MSCHAPV2
|
||||
|
||||
[Settings]
|
||||
AutoConnect=false
|
||||
|
Loading…
Reference in New Issue
Block a user