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

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

Issue 10825374: Move up flimflam cleanup (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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
===================================================================
--- chrome/test/pyautolib/chromeos_network.py (revision 145227)
+++ chrome/test/pyautolib/chromeos_network.py (working copy)
@@ -134,10 +134,10 @@
# 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.CleanupFlimflamDirsOnChromeOS()
Nirnimesh 2012/08/15 22:35:02 Move it before the comment.
self._PushServiceOrder('wifi,ethernet')
self._ParseDefaultRoutingTable()
pyauto.PyUITest.setUp(self)
- self.CleanupFlimflamDirsOnChromeOS()
self.ForgetAllRememberedNetworks()
self._wifi_power_strip = None
« 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