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

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

Issue 23506040: Add ethernet to ONC validation and Shill translation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed networkingPrivate api test on non-chromeos. Created 7 years, 3 months 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/ethernet_with_eap.onc ('k') | chromeos/test/data/network/managed_ethernet.onc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/test/data/network/ethernet_with_eap_and_cert_pems.onc
diff --git a/chromeos/test/data/network/ethernet_with_eap_and_cert_pems.onc b/chromeos/test/data/network/ethernet_with_eap_and_cert_pems.onc
new file mode 100644
index 0000000000000000000000000000000000000000..7ec2bd0a6bf4dbb17f73982591464eb7082589d0
--- /dev/null
+++ b/chromeos/test/data/network/ethernet_with_eap_and_cert_pems.onc
@@ -0,0 +1,24 @@
+{
+ "Ethernet":{
+ "Authentication":"8021X",
+ "EAP":{
+ "ClientCertPattern":{
+ "EnrollmentURI":[
+ "chrome-extension://delkjfjibodjclmdijflfnimdmgdagfk/generate-cert.html"
+ ],
+ "IssuerCAPEMs":[
+ "pem1",
+ "pem2"
+ ]
+ },
+ "ClientCertType":"Pattern",
+ "Identity":"abc ${LOGIN_ID}@my.domain.com",
+ "Outer":"EAP-TLS",
+ "SaveCredentials":true,
+ "UseSystemCAs":true
+ }
+ },
+ "GUID":"guid",
+ "Name":"name",
+ "Type":"Ethernet"
+}
« no previous file with comments | « chromeos/test/data/network/ethernet_with_eap.onc ('k') | chromeos/test/data/network/managed_ethernet.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698