Chromium Code Reviews| Index: chromeos/test/data/network/ethernet_automatic_ip.onc |
| diff --git a/chromeos/test/data/network/ethernet_automatic_ip.onc b/chromeos/test/data/network/ethernet_automatic_ip.onc |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..efd629e3a889953dbbcb74bb53db2c0d7d7396bd |
| --- /dev/null |
| +++ b/chromeos/test/data/network/ethernet_automatic_ip.onc |
| @@ -0,0 +1,11 @@ |
| +{ "GUID": "guid", |
| + "Type": "Ethernet", |
| + "Name": "name", |
| + "Ethernet": { |
| + "Authentication": "None" |
| + }, |
| + "StaticIPConfig":{ |
| + "IPAddress":"", |
| + "NameServers":[], |
| + } |
| +} |