Index: client/site_tests/platform_ProcessPrivilegesComprehensive/platform_ProcessPrivilegesComprehensive.py |
diff --git a/client/site_tests/platform_ProcessPrivilegesComprehensive/platform_ProcessPrivilegesComprehensive.py b/client/site_tests/platform_ProcessPrivilegesComprehensive/platform_ProcessPrivilegesComprehensive.py |
index a806e8f8ca34667e46c6ada3dc2a492f2f03c6b7..baa1c8f9bc08ec1692950cd3022151d079deb45e 100644 |
--- a/client/site_tests/platform_ProcessPrivilegesComprehensive/platform_ProcessPrivilegesComprehensive.py |
+++ b/client/site_tests/platform_ProcessPrivilegesComprehensive/platform_ProcessPrivilegesComprehensive.py |
@@ -12,9 +12,9 @@ import time |
from autotest_lib.client.bin import utils |
from autotest_lib.client.common_lib import error |
-from autotest_lib.client.cros import ui_test |
+from autotest_lib.client.cros import cros_ui_test |
-class platform_ProcessPrivilegesComprehensive(ui_test.UITest): |
+class platform_ProcessPrivilegesComprehensive(cros_ui_test.UITest): |
""" |
Builds a process list (without spawning 'ps'), and validates |
the list against a baseline of expected processes, their priviliges, |