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

Unified Diff: chrome/test/data/extensions/api_test/networking/test.js

Issue 23506040: Add ethernet to ONC validation and Shill translation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed networkingPrivate api test on non-chromeos. Created 7 years, 3 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: chrome/test/data/extensions/api_test/networking/test.js
diff --git a/chrome/test/data/extensions/api_test/networking/test.js b/chrome/test/data/extensions/api_test/networking/test.js
index 3a8980f028a52d5f2686bb55b62f9fa86b77f3e9..13cc10860e967ecb960865f6bab4e2ceeec43e2b 100644
--- a/chrome/test/data/extensions/api_test/networking/test.js
+++ b/chrome/test/data/extensions/api_test/networking/test.js
@@ -115,7 +115,10 @@ var availableTests = [
"ConnectionState": "Connected",
"GUID": "stub_ethernet",
"Name": "eth0",
- "Type": "Ethernet"
+ "Type": "Ethernet",
+ "Ethernet": {
+ "Authentication": "None"
+ }
},
{
"ConnectionState": "Connected",

Powered by Google App Engine
This is Rietveld 408576698