| Index: chromeos/test/data/network/invalid_settings_with_repairs.json
|
| diff --git a/chromeos/test/data/network/invalid_settings_with_repairs.json b/chromeos/test/data/network/invalid_settings_with_repairs.json
|
| index c639d8254351670143fc919363170c289ffe2e2f..96b9b49ebe87bf25626b6a1380555831f9c0b067 100644
|
| --- a/chromeos/test/data/network/invalid_settings_with_repairs.json
|
| +++ b/chromeos/test/data/network/invalid_settings_with_repairs.json
|
| @@ -90,6 +90,15 @@
|
| "Authentication": "None"
|
| }
|
| },
|
| + "network-state-field": {
|
| + "GUID": "guid",
|
| + "Type": "Ethernet",
|
| + "Name": "name",
|
| + "Ethernet": {
|
| + "Authentication": "None"
|
| + },
|
| + "ConnectionState": "NotConnected"
|
| + },
|
| "network-unknown-value": {
|
| "GUID": "guid",
|
| "Type": "LTE",
|
| @@ -126,6 +135,27 @@
|
| "Authentication": "None"
|
| }
|
| },
|
| + "network-nested-state-field-repaired": {
|
| + "GUID": "guid",
|
| + "Type": "WiFi",
|
| + "Name": "name",
|
| + "WiFi": {
|
| + "Passphrase": "some passphrase",
|
| + "SSID": "ssid",
|
| + "Security": "WPA-PSK"
|
| + }
|
| + },
|
| + "network-nested-state-field": {
|
| + "GUID": "guid",
|
| + "Type": "WiFi",
|
| + "Name": "name",
|
| + "WiFi": {
|
| + "Passphrase": "some passphrase",
|
| + "SSID": "ssid",
|
| + "Security": "WPA-PSK",
|
| + "SignalStrength": 123
|
| + }
|
| + },
|
| "network-with-illegal-recommended": {
|
| "GUID": "guid",
|
| "Recommended": ["Name"],
|
|
|