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

Unified Diff: chromeos/test/data/network/ethernet_with_eap.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
Index: chromeos/test/data/network/ethernet_with_eap.onc
diff --git a/chromeos/test/data/network/ethernet_with_eap.onc b/chromeos/test/data/network/ethernet_with_eap.onc
new file mode 100644
index 0000000000000000000000000000000000000000..e12b3d04230b7fe49a930e401c2eed8eebe427a7
--- /dev/null
+++ b/chromeos/test/data/network/ethernet_with_eap.onc
@@ -0,0 +1,24 @@
+{
+ "Ethernet":{
+ "Authentication":"None",
+ "EAP":{
+ "ClientCertPattern":{
+ "EnrollmentURI":[
+ "chrome-extension://delkjfjibodjclmdijflfnimdmgdagfk/generate-cert.html"
+ ],
+ "IssuerCARef":[
+ "{58ac1967-a0e7-49e9-be68-123abc}",
+ "{42cb13cd-140c-4941-9fb6-456def}"
+ ]
+ },
+ "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.onc ('k') | chromeos/test/data/network/ethernet_with_eap_and_cert_pems.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698