| 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..4f80434ba29fbc3e75b2e74364a58ec0dac94397 100644
|
| --- a/chromeos/test/data/network/invalid_settings_with_repairs.json
|
| +++ b/chromeos/test/data/network/invalid_settings_with_repairs.json
|
| @@ -187,6 +187,36 @@
|
| }
|
| }
|
| },
|
| + "openvpn-missing-verify-x509-name": {
|
| + "GUID": "guid",
|
| + "Type": "VPN",
|
| + "Name": "name",
|
| + "VPN": {
|
| + "Host": "host",
|
| + "Type": "OpenVPN",
|
| + "OpenVPN": {
|
| + "ClientCertType": "None",
|
| + "VerifyX509": {
|
| + "Type": "name"
|
| + }
|
| + }
|
| + }
|
| + },
|
| + "openvpn-invalid-verify-x509-type": {
|
| + "GUID": "guid",
|
| + "Type": "VPN",
|
| + "Name": "name",
|
| + "VPN": {
|
| + "Host": "host",
|
| + "Type": "OpenVPN",
|
| + "OpenVPN": {
|
| + "ClientCertType": "None",
|
| + "VerifyX509": {
|
| + "Type": "unknown type"
|
| + }
|
| + }
|
| + }
|
| + },
|
| "toplevel-empty": {
|
| "Type": "UnencryptedConfiguration",
|
| "NetworkConfigurations": [ ]
|
|
|