Index: chromeos/test/data/network/policy_without_recommended.onc |
diff --git a/chromeos/test/data/network/policy_without_recommended.onc b/chromeos/test/data/network/policy_without_recommended.onc |
deleted file mode 100644 |
index 037bf53ee1958b307fbf1bfba8445b3898670baf..0000000000000000000000000000000000000000 |
--- a/chromeos/test/data/network/policy_without_recommended.onc |
+++ /dev/null |
@@ -1,26 +0,0 @@ |
-{ "GUID": "123", |
- "Type": "VPN", |
- "Name": "testopenvpn", |
- "IPConfigs": [ |
- { "Type": "IPv4", |
- "IPAddress": "127.0.0.1", |
- "RoutingPrefix": 32 } |
- ], |
- "VPN": { |
- "Host": "policys host", |
- "Type": "OpenVPN", |
- "OpenVPN": { |
- "Port": 1194, |
- "Username": "policy user", |
- "ClientCertType": "Pattern", |
- "ClientCertPattern": { |
- "IssuerCARef": [ "openvpn-test-ca" ], |
- } |
- }, |
- "IPsec": { |
- "AuthenticationType": "PSK", |
- "PSK": "sharedkey", |
- "IKEVersion": 1 |
- } |
- } |
-} |