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

Unified Diff: client/site_tests/desktopui_WindowManagerHotkeys/desktopui_WindowManagerHotkeys.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/desktopui_WindowManagerHotkeys/desktopui_WindowManagerHotkeys.py
diff --git a/client/site_tests/desktopui_WindowManagerHotkeys/desktopui_WindowManagerHotkeys.py b/client/site_tests/desktopui_WindowManagerHotkeys/desktopui_WindowManagerHotkeys.py
index 5f15afcb95bf4fa1ab3d7da8496dfa0a531882d9..ca719381f94e06f5ae9906a8ca41553378086a31 100644
--- a/client/site_tests/desktopui_WindowManagerHotkeys/desktopui_WindowManagerHotkeys.py
+++ b/client/site_tests/desktopui_WindowManagerHotkeys/desktopui_WindowManagerHotkeys.py
@@ -3,13 +3,18 @@
# found in the LICENSE file.
import os, random, re, shutil, time
-from autotest_lib.client.bin import test, utils
+from autotest_lib.client.bin import utils
from autotest_lib.client.common_lib import error
-from autotest_lib.client.cros import login, ui_test
+from autotest_lib.client.cros import cros_ui_test, login
-class desktopui_WindowManagerHotkeys(ui_test.UITest):
+class desktopui_WindowManagerHotkeys(cros_ui_test.UITest):
version = 1
+
+ def initialize(self, creds = '$default'):
+ cros_ui_test.UITest.initialize(self, creds)
+
+
def run_once(self):
# Make sure that we don't have the initial browser window popping up in
# the middle of the test.

Powered by Google App Engine
This is Rietveld 408576698