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

Unified Diff: client/site_tests/desktopui_ScreenLocker/control

Issue 3073014: Autotest for ScreenLocker (Closed) Base URL: ssh://git@gitrw.chromium.org/autotest.git
Patch Set: bvt only Created 10 years, 4 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_utils.py ('k') | client/site_tests/desktopui_ScreenLocker/desktopui_ScreenLocker.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/desktopui_ScreenLocker/control
diff --git a/client/site_tests/desktopui_ScreenSaverUnlock/control b/client/site_tests/desktopui_ScreenLocker/control
similarity index 50%
rename from client/site_tests/desktopui_ScreenSaverUnlock/control
rename to client/site_tests/desktopui_ScreenLocker/control
index 0349990be863e5d89eb11f51d16f7ca27e4c680f..993906dfc2c347fa6247ba6eddcaeedc1536ae38 100644
--- a/client/site_tests/desktopui_ScreenSaverUnlock/control
+++ b/client/site_tests/desktopui_ScreenLocker/control
@@ -3,10 +3,11 @@
# found in the LICENSE file.
AUTHOR = "Chrome OS Team"
-NAME = "desktopui_ScreenSaverUnlock"
-PURPOSE = "Verify screen saver can be unlocked."
+NAME = "desktopui_ScreenLocker"
+PURPOSE = "Verify screen locker is functional."
CRITERIA = """
-This test will fail if the screen cannot be unlocked with the correct password,
+This test will fail if the screen cannot be locked with ctrl-alt-l, or
+cannot be unlocked with the correct password,
or if the screen is unlocked with an incorrect password.
"""
TIME = "SHORT"
@@ -15,9 +16,9 @@ TEST_CLASS = "desktopui"
TEST_TYPE = "client"
DOC = """
-This test checks if the screen saver can be unlocked
+This test checks if the screen locker can lock and unlock the screen.
"""
-job.run_test('desktopui_ScreenSaverUnlock', tag='success', is_control='False')
+job.run_test('desktopui_ScreenLocker')
+
-job.run_test('desktopui_ScreenSaverUnlock', tag='control', is_control='True')
« no previous file with comments | « client/bin/site_utils.py ('k') | client/site_tests/desktopui_ScreenLocker/desktopui_ScreenLocker.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698