Chromium Code Reviews| Index: chromeos/test/data/network/shill_ethernet.json |
| diff --git a/chromeos/test/data/network/shill_ethernet.json b/chromeos/test/data/network/shill_ethernet.json |
| index 19e0cc4adad6b7a4aa1d4a619d492957eecb5cbc..34de5787f900661bcbd8cc5e96a8544c2a66089f 100644 |
| --- a/chromeos/test/data/network/shill_ethernet.json |
| +++ b/chromeos/test/data/network/shill_ethernet.json |
| @@ -1,3 +1,13 @@ |
| -{ "GUID": "guid", |
| - "Type": "ethernet", |
| +{ |
| + "GUID":"guid", |
| + "IPConfig":{ |
| + "Address":"123.123.123.123", |
|
armansito
2014/04/23 18:46:36
You should add a test case for an IPConfig with an
pneubeck (no reviews)
2014/04/25 10:07:34
Done.
|
| + "Gateway":"1.1.1.1", |
| + "NameServers":[ |
| + "1.1.1.2", |
| + "1.1.1.3" |
| + ], |
| + "Prefixlen":24 |
| + }, |
| + "Type":"ethernet" |
| } |