Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Unified Diff: chromeos/test/data/network/invalid_settings_with_repairs.json

Issue 2844363003: [CrOS Tether] Add HasConnectedToHost property for Tether networks. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 df1abafaa639da44f5b0061c9c571a3e51ac30aa..f411abcc106d8442d05b4075da0dece1c7b4688f 100644
--- a/chromeos/test/data/network/invalid_settings_with_repairs.json
+++ b/chromeos/test/data/network/invalid_settings_with_repairs.json
@@ -405,6 +405,7 @@
"Type": "Tether",
"Tether": {
"Carrier": "Project Fi",
+ "HasConnectedToHost": true,
"SignalStrength": 75
}
},
@@ -415,6 +416,7 @@
"Tether": {
"BatteryPercentage": -1,
"Carrier": "Project Fi",
+ "HasConnectedToHost": true,
"SignalStrength": 75
}
},
@@ -425,6 +427,7 @@
"Tether": {
"BatteryPercentage": 101,
"Carrier": "Project Fi",
+ "HasConnectedToHost": true,
"SignalStrength": 75
}
},
@@ -434,16 +437,28 @@
"Type": "Tether",
"Tether": {
"BatteryPercentage": 85,
+ "HasConnectedToHost": true,
"SignalStrength": 75
}
},
+ "tether-missing-has-connected-to-host": {
+ "GUID": "guid",
+ "Name": "name",
+ "Type": "Tether",
+ "Tether": {
+ "BatteryPercentage": 85,
+ "Carrier": "Project Fi",
+ "SignalStrength": 101
+ }
+ },
"tether-missing-signal-strength": {
"GUID": "guid",
"Name": "name",
"Type": "Tether",
"Tether": {
"BatteryPercentage": 85,
- "Carrier": "Project Fi"
+ "Carrier": "Project Fi",
+ "HasConnectedToHost": true,
}
},
"tether-negative-signal-strength": {
@@ -453,6 +468,7 @@
"Tether": {
"BatteryPercentage": 85,
"Carrier": "Project Fi",
+ "HasConnectedToHost": true,
"SignalStrength": -1
}
},
@@ -463,6 +479,7 @@
"Tether": {
"BatteryPercentage": 85,
"Carrier": "Project Fi",
+ "HasConnectedToHost": true,
"SignalStrength": 101
}
},

Powered by Google App Engine
This is Rietveld 408576698