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

Unified Diff: chromeos/test/data/network/invalid_settings_with_repairs.json

Issue 2828713002: Enable client certificate patterns in device ONC policy (Closed)
Patch Set: Addressed comments - more DCHECKs, use PostTask..WithReply in client_cert_resolver.cc. Created 3 years, 8 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/invalid_settings_with_repairs.json
diff --git a/chromeos/test/data/network/invalid_settings_with_repairs.json b/chromeos/test/data/network/invalid_settings_with_repairs.json
index df1abafaa639da44f5b0061c9c571a3e51ac30aa..c6e0e5c0d45b145976a4ea027be6a741ced63d57 100644
--- a/chromeos/test/data/network/invalid_settings_with_repairs.json
+++ b/chromeos/test/data/network/invalid_settings_with_repairs.json
@@ -308,28 +308,6 @@
"RoutingPrefix": 123
} ],
},
- "network-with-client-cert-pattern": {
- "GUID": "guid",
- "Type": "WiFi",
- "Name": "name",
- "WiFi": {
- "SSID": "ssid",
- "Security": "WPA-EAP",
- "EAP": {
- "Outer": "EAP-TLS",
- "Identity": "abc ${LOGIN_ID}@my.domain.com",
- "ClientCertType": "Pattern",
- "ClientCertPattern": {
- "IssuerCARef": [
- "{58ac1967-a0e7-49e9-be68-123abc}"
- ],
- "EnrollmentURI": [
- "chrome-extension://delkjfjibodjclmdijflfnimdmgdagfk/generate-cert.html"
- ]
- }
- }
- }
- },
"ipsec-with-psk-and-cacert": {
"AuthenticationType": "PSK",
"IKEVersion": 1,
« no previous file with comments | « chromeos/network/onc/onc_validator_unittest.cc ('k') | components/sync_wifi/wifi_config_delegate_chromeos_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698