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 e342d139e69c5a342acde2de959fe430f38f8a19..78422036aa71d62d8c9971e1bee06276a719ae53 100644 |
| --- a/chromeos/test/data/network/shill_ethernet.json |
| +++ b/chromeos/test/data/network/shill_ethernet.json |
| @@ -1,7 +1,9 @@ |
| { "GUID": "guid", |
| "Type": "ethernet", |
| - "StaticIP.Address":"125.125.125.125", |
| - "StaticIP.Gateway":"1.1.1.7", |
| - "StaticIP.NameServers":"1.1.1.8,125.1.1.3", |
| - "StaticIP.Prefixlen":26 |
| + "StaticIPConfig": { |
|
stevenjb
2014/12/02 16:28:47
Ah, I didn't realize that this was readwrite now.
|
| + "Address": "125.125.125.125", |
| + "Gateway": "1.1.1.7", |
| + "NameServers": ["1.1.1.8", "125.1.1.3"], |
| + "Prefixlen": 26 |
| + } |
| } |