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

Unified Diff: client/site_tests/graphics_O3DSelenium/graphics_O3DSelenium.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/graphics_O3DSelenium/graphics_O3DSelenium.py
diff --git a/client/site_tests/graphics_O3DSelenium/graphics_O3DSelenium.py b/client/site_tests/graphics_O3DSelenium/graphics_O3DSelenium.py
index bd24434ca29e2b5db6544688466c0eab123a643e..00430afe0269fa35917f5dfa93b8cda3537a6f30 100644
--- a/client/site_tests/graphics_O3DSelenium/graphics_O3DSelenium.py
+++ b/client/site_tests/graphics_O3DSelenium/graphics_O3DSelenium.py
@@ -5,9 +5,9 @@
import logging, os, re, shutil
from autotest_lib.client.bin import utils
from autotest_lib.client.common_lib import error
-from autotest_lib.client.cros import ui, ui_test
+from autotest_lib.client.cros import cros_ui_test, ui
-class graphics_O3DSelenium(ui_test.UITest):
+class graphics_O3DSelenium(cros_ui_test.UITest):
version = 1
flaky_test_list = ["TestSampleanimated_sceneLarge",

Powered by Google App Engine
This is Rietveld 408576698