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

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

Issue 482243002: Use Managed properties for Preferred and Provider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address feedback, fix unittests Created 6 years, 4 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/shill_output_l2tpipsec.json
diff --git a/chromeos/test/data/network/shill_output_l2tpipsec.json b/chromeos/test/data/network/shill_output_l2tpipsec.json
new file mode 100644
index 0000000000000000000000000000000000000000..4848ab4d501a58f59a678d79ce5f2a534d219e66
--- /dev/null
+++ b/chromeos/test/data/network/shill_output_l2tpipsec.json
@@ -0,0 +1,14 @@
+{ "GUID": "guid",
+ "Type": "vpn",
+ "Name": "MyL2TPVPN",
+ "Provider": {
pneubeck (no reviews) 2014/08/20 08:16:16 When can they finally fix this in Shill... maybe I
stevenjb 2014/08/20 17:18:38 Acknowledged.
+ "Host": "some.host.org",
+ "L2TPIPsec.PSK": "some_preshared_key",
+ "L2TPIPsec.User": "some username",
+ "L2TPIPsec.XauthPassword": "some xauth password",
+ "L2TPIPsec.XauthUser": "some xauth username",
+ "L2TPIPsec.Password": "some password",
+ "Type": "l2tpipsec",
+ },
+ "SaveCredentials": true
+}

Powered by Google App Engine
This is Rietveld 408576698