mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-16 15:20:42 +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-Method=MSCHAPV2
|
||||||
EAP-Identity=domain\\User
|
EAP-Identity=domain\\User
|
||||||
EAP-Password=Password
|
EAP-Password=Password
|
||||||
|
|
||||||
|
[Settings]
|
||||||
|
AutoConnect=false
|
||||||
|
@ -2,3 +2,6 @@
|
|||||||
EAP-Method=MSCHAPV2
|
EAP-Method=MSCHAPV2
|
||||||
EAP-Identity=domain\\User
|
EAP-Identity=domain\\User
|
||||||
EAP-Password-Hash=a4f49c406510bdcab6824ee7c30fd852
|
EAP-Password-Hash=a4f49c406510bdcab6824ee7c30fd852
|
||||||
|
|
||||||
|
[Settings]
|
||||||
|
AutoConnect=false
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
[Security]
|
[Security]
|
||||||
EAP-Method=MSCHAPV2
|
EAP-Method=MSCHAPV2
|
||||||
EAP-Identity=domain\\User
|
EAP-Identity=domain\\User
|
||||||
|
|
||||||
|
[Settings]
|
||||||
|
AutoConnect=false
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
[Security]
|
[Security]
|
||||||
EAP-Method=MSCHAPV2
|
EAP-Method=MSCHAPV2
|
||||||
|
|
||||||
|
[Settings]
|
||||||
|
AutoConnect=false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user