blob: 993906dfc2c347fa6247ba6eddcaeedc1536ae38 [file] [log] [blame]
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "Chrome OS Team"
NAME = "desktopui_ScreenLocker"
PURPOSE = "Verify screen locker is functional."
CRITERIA = """
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"
TEST_CATEGORY = "Functional"
TEST_CLASS = "desktopui"
TEST_TYPE = "client"
DOC = """
This test checks if the screen locker can lock and unlock the screen.
"""
job.run_test('desktopui_ScreenLocker')