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

Unified Diff: chromeos/test/data/network/translation_of_shill_wifi_with_state.onc

Issue 12390017: Separating ONC<->Shill translation from the ONC signature. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed browser tests. Created 7 years, 10 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/test/data/network/translation_of_shill_l2tpipsec.onc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/test/data/network/translation_of_shill_wifi_with_state.onc
diff --git a/chromeos/test/data/network/translation_of_shill_wifi_with_state.onc b/chromeos/test/data/network/translation_of_shill_wifi_with_state.onc
new file mode 100644
index 0000000000000000000000000000000000000000..c49bf1673153c856f5fe711929cbfa28c8298ffc
--- /dev/null
+++ b/chromeos/test/data/network/translation_of_shill_wifi_with_state.onc
@@ -0,0 +1,15 @@
+{
+ "GUID": "{64c4f86b-cf6a-4e4a-8eff-456def}",
+ "Name": "OpenWrt",
+ "Type": "WiFi",
+ "WiFi": {
+ "AutoConnect": true,
+ "BSSID": "00:12:34:ca:56:8b",
+ "HiddenSSID": false,
+ "Passphrase": "some passphrase",
+ "SSID": "OpenWrt",
+ "Security": "WPA-PSK",
+ "SignalStrength": 10
+ },
+ "ConnectionState": "NotConnected"
+}
« no previous file with comments | « chromeos/test/data/network/translation_of_shill_l2tpipsec.onc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698