Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Unified Diff: chromeos/test/data/network/policy_without_recommended.onc

Issue 11469026: Extending ONC validator's logging. Completing toplevel validation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@add_error_handling_to_validator
Patch Set: Rebased. Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/test/data/network/policy.onc ('k') | chromeos/test/data/network/recommended_in_unmanaged.onc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
- }
- }
-}
« no previous file with comments | « chromeos/test/data/network/policy.onc ('k') | chromeos/test/data/network/recommended_in_unmanaged.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698