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

Unified Diff: chrome/test/pyautolib/chromeos_network.py

Issue 10209007: Fix chromeos wifi sanity tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/pyautolib/chromeos_network.py
diff --git a/chrome/test/pyautolib/chromeos_network.py b/chrome/test/pyautolib/chromeos_network.py
index 3c60095d45e58c11bbbd4a7805d66cf19d85688b..f88d07f36e2ce83a45e0ea500c83371d158bab11 100644
--- a/chrome/test/pyautolib/chromeos_network.py
+++ b/chrome/test/pyautolib/chromeos_network.py
@@ -134,7 +134,7 @@ class PyNetworkUITest(pyauto.PyUITest):
# Move ethernet to the end of the flimflam priority list,
# effectively hiding any ssh connections that the
# test harness might be using and putting wifi ahead.
- self._PushServiceOrder('vpn,bluetooth,wifi,wimax,cellular,ethernet')
+ self._PushServiceOrder('wifi,ethernet')
self._ParseDefaultRoutingTable()
pyauto.PyUITest.setUp(self)
self.CleanupFlimflamDirsOnChromeOS()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698