| Index: chromeos/test/data/network/managed_toplevel_with_global_config.onc
|
| diff --git a/chromeos/test/data/network/managed_toplevel_with_global_config.onc b/chromeos/test/data/network/managed_toplevel_with_global_config.onc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..131bbaf024d1cfb4b5bb22a3ef19d6b7134a4806
|
| --- /dev/null
|
| +++ b/chromeos/test/data/network/managed_toplevel_with_global_config.onc
|
| @@ -0,0 +1,15 @@
|
| +{
|
| + "GlobalNetworkConfiguration":{
|
| + "AllowAutoconnect":false
|
| + },
|
| + "NetworkConfigurations":[
|
| + {
|
| + "Ethernet":{
|
| + "Authentication":"None"
|
| + },
|
| + "GUID":"guid",
|
| + "Name":"name",
|
| + "Type":"Ethernet"
|
| + }
|
| + ]
|
| +}
|
|
|