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

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

Issue 2844363003: [CrOS Tether] Add HasConnectedToHost property for Tether networks. (Closed)
Patch Set: Rebased. 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
« no previous file with comments | « chromeos/network/tether_constants.cc ('k') | chromeos/test/data/network/shill_tether.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c6e0e5c0d45b145976a4ea027be6a741ced63d57..f7d9b6ca7a3295179bbf8c613efe0ee6a6c00d72 100644
--- a/chromeos/test/data/network/invalid_settings_with_repairs.json
+++ b/chromeos/test/data/network/invalid_settings_with_repairs.json
@@ -383,6 +383,7 @@
"Type": "Tether",
"Tether": {
"Carrier": "Project Fi",
+ "HasConnectedToHost": true,
"SignalStrength": 75
}
},
@@ -393,6 +394,7 @@
"Tether": {
"BatteryPercentage": -1,
"Carrier": "Project Fi",
+ "HasConnectedToHost": true,
"SignalStrength": 75
}
},
@@ -403,6 +405,7 @@
"Tether": {
"BatteryPercentage": 101,
"Carrier": "Project Fi",
+ "HasConnectedToHost": true,
"SignalStrength": 75
}
},
@@ -412,16 +415,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": {
@@ -431,6 +446,7 @@
"Tether": {
"BatteryPercentage": 85,
"Carrier": "Project Fi",
+ "HasConnectedToHost": true,
"SignalStrength": -1
}
},
@@ -441,6 +457,7 @@
"Tether": {
"BatteryPercentage": 85,
"Carrier": "Project Fi",
+ "HasConnectedToHost": true,
"SignalStrength": 101
}
},
« no previous file with comments | « chromeos/network/tether_constants.cc ('k') | chromeos/test/data/network/shill_tether.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698