Chromium Code Reviews| 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 |