blob: 2df2373f7f4ef70427397773f929d7c05d28ba70 [file] [log] [blame]
# Copyright (c) 2013 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
autotestPrivate.lockScreen, or cannot be unlocked with the correct password,
or if the screen is unlocked with an incorrect password.
"""
SUITE = "bvt"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "desktopui"
TEST_TYPE = "client"
EXPERIMENTAL = "True"
DOC = """
This test checks if the screen locker can lock and unlock the screen.
"""
job.run_test('desktopui_ScreenLocker')