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

Unified Diff: client/site_tests/power_Idle/power_Idle.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
Index: client/site_tests/power_Idle/power_Idle.py
diff --git a/client/site_tests/power_Idle/power_Idle.py b/client/site_tests/power_Idle/power_Idle.py
index 749eaea94a256606d03b9dba98aa23a532030d3d..d6aa688bb0a1e011105f0e583deb739e358c298a 100755
--- a/client/site_tests/power_Idle/power_Idle.py
+++ b/client/site_tests/power_Idle/power_Idle.py
@@ -4,10 +4,10 @@
import time
from autotest_lib.client.common_lib import error, site_power_status, utils
-from autotest_lib.client.cros import ui_test
+from autotest_lib.client.cros import cros_ui_test
-class power_Idle(ui_test.UITest):
+class power_Idle(cros_ui_test.UITest):
version = 1
def warmup(self, warmup_time=60):

Powered by Google App Engine
This is Rietveld 408576698