Index: chromeos/test/data/network/policy/policy_ethernet_eap.onc |
diff --git a/chromeos/test/data/network/policy/policy_ethernet_eap.onc b/chromeos/test/data/network/policy/policy_ethernet_eap.onc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..043e606da3eb38e977368bd0f02005af01464146 |
--- /dev/null |
+++ b/chromeos/test/data/network/policy/policy_ethernet_eap.onc |
@@ -0,0 +1,22 @@ |
+{ |
+ "NetworkConfigurations":[ |
+ { |
+ "Ethernet":{ |
+ "Authentication":"8021X", |
+ "EAP":{ |
+ "ClientCertPattern":{ |
+ "IssuerCAPEMs":[ |
+ "pem1" |
+ ] |
+ }, |
+ "ClientCertType":"Pattern", |
+ "Outer":"EAP-TLS", |
+ } |
+ }, |
+ "GUID":"guid", |
+ "Name":"name", |
+ "Type":"Ethernet" |
+ } |
+ ], |
+ "Type":"UnencryptedConfiguration" |
+} |