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

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

Issue 11578052: Replace OncNetworkParser by the new ONC translator. (Closed) Base URL: http://git.chromium.org/chromium/src.git@extend_onc_to_shill
Patch Set: Rebased. Created 7 years, 11 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 | « chrome/test/functional/chromeos_onc.py ('k') | chromeos/network/onc/onc_test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/pyautolib/pyauto.py
diff --git a/chrome/test/pyautolib/pyauto.py b/chrome/test/pyautolib/pyauto.py
index 7a60d70bf96edeaa45fe2ba6fdc5ee7a226f2d2f..ede078a039274d750f9e94140b8d5b9d36dc6876 100755
--- a/chrome/test/pyautolib/pyauto.py
+++ b/chrome/test/pyautolib/pyauto.py
@@ -566,6 +566,13 @@ class PyUITest(pyautolib.PyUITestBase, unittest.TestCase):
os.path.join(os.path.dirname(__file__), os.pardir, "data"))
@staticmethod
+ def ChromeOSDataDir():
+ """Returns the path to the data dir chromeos/test/data."""
+ return os.path.normpath(
+ os.path.join(os.path.dirname(__file__), os.pardir, os.pardir, os.pardir,
+ "chromeos", "test", "data"))
+
+ @staticmethod
def GetFileURLForPath(*path):
"""Get file:// url for the given path.
« no previous file with comments | « chrome/test/functional/chromeos_onc.py ('k') | chromeos/network/onc/onc_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698