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

Unified Diff: client/cros/chrome_test.py

Issue 5740004: Move site_chrome_test, site_logging, site_log_reader, site_crash_test into cros dir. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 12 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 | « client/bin/site_logging.py ('k') | client/cros/crash_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/cros/chrome_test.py
diff --git a/client/bin/site_chrome_test.py b/client/cros/chrome_test.py
similarity index 97%
rename from client/bin/site_chrome_test.py
rename to client/cros/chrome_test.py
index 63c0e2a754b75f695a5ac8a73a4ae6eada4508fe..64d0be354d51e735bae40cf74ca766f4b91a4cb1 100644
--- a/client/bin/site_chrome_test.py
+++ b/client/cros/chrome_test.py
@@ -3,10 +3,10 @@
# found in the LICENSE file.
import logging, os, re, shutil, subprocess, tempfile, utils
-from autotest_lib.client.cros import constants, login
+import common
+import constants, login, ui
from autotest_lib.client.bin import test
from autotest_lib.client.common_lib import error, global_config
-from autotest_lib.client.cros import ui
class ChromeTestBase(test.test):
home_dir = None
« no previous file with comments | « client/bin/site_logging.py ('k') | client/cros/crash_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698