| Index: chromeos/test/data/network/invalid_settings_with_repairs.json
|
| diff --git a/chromeos/test/data/network/invalid_settings_with_repairs.json b/chromeos/test/data/network/invalid_settings_with_repairs.json
|
| index 34c9ce195925cb2de9c26c032a14c51a8d8db21c..e1431d6bbbc0deee789c0779ee084df0901a178c 100644
|
| --- a/chromeos/test/data/network/invalid_settings_with_repairs.json
|
| +++ b/chromeos/test/data/network/invalid_settings_with_repairs.json
|
| @@ -187,6 +187,21 @@
|
| }
|
| }
|
| },
|
| + "openvpn-missing-verify-x509-type": {
|
| + "GUID": "guid",
|
| + "Type": "VPN",
|
| + "Name": "name",
|
| + "VPN": {
|
| + "Host": "host",
|
| + "Type": "OpenVPN",
|
| + "OpenVPN": {
|
| + "ClientCertType": "None",
|
| + "VerifyX509": {
|
| + "Name": "some name"
|
| + }
|
| + }
|
| + }
|
| + },
|
| "toplevel-empty": {
|
| "Type": "UnencryptedConfiguration",
|
| "NetworkConfigurations": [ ]
|
|
|