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 |
+} |