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

Unified Diff: chrome/test/functional/chromeos_onc.py

Issue 10084005: Mitigate race caused by flimflam restart in CleanFlimflamDirs() (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
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 | chrome/test/pyautolib/chromeos/suid_actions.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/chromeos_onc.py
diff --git a/chrome/test/functional/chromeos_onc.py b/chrome/test/functional/chromeos_onc.py
index 4d83c98334e4892e2189337df461b87cccdfd40a..75a24d11c864d8d17556985fa55588d0c6da609d 100644
--- a/chrome/test/functional/chromeos_onc.py
+++ b/chrome/test/functional/chromeos_onc.py
@@ -23,8 +23,8 @@ class ChromeosONC(policy_base.PolicyTestBase):
ONC_PATH = os.path.join(pyauto.PyUITest.DataDir(), 'chromeos', 'cros')
def setUp(self):
- policy_base.PolicyTestBase.setUp(self)
self.CleanupFlimflamDirsOnChromeOS()
+ policy_base.PolicyTestBase.setUp(self)
self.LoginWithTestAccount()
def _ReadONCFileAndSet(self, filename):
@@ -95,7 +95,11 @@ class ChromeosONC(policy_base.PolicyTestBase):
self._VerifyRememberedWifiNetworks(wifi_networks)
def testAddBacktoBackONC(self):
- """Test adding three different ONC files one after the other."""
+ """Test adding three different ONC files one after the other.
+
+ TODO(stanleyw): crosbug.com/29422 This test checks for buggy behavior that
+ has since been fiex in crosbug.com/27862.
+ """
wifi_networks = {
'ssid-none': '',
'ssid-wep': 'WEP',
« no previous file with comments | « no previous file | chrome/test/pyautolib/chromeos/suid_actions.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698