1# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5AUTHOR = "Chrome OS Team" 6NAME = "desktopui_ScreenLocker" 7PURPOSE = "Verify screen locker is functional." 8CRITERIA = """ 9This test will fail if the screen cannot be locked with 10autotestPrivate.lockScreen, or cannot be unlocked with the correct password, 11or if the screen is unlocked with an incorrect password. 12""" 13# TODO(jdufault): Stop running this in the bvt suite once crbug.com/452599 is 14# resolved. 15ATTRIBUTES = "suite:smoke, suite:bvt-perbuild" 16SUITE = "smoke, bvt-perbuild" 17TIME = "SHORT" 18TEST_CATEGORY = "Functional" 19TEST_CLASS = "desktopui" 20TEST_TYPE = "client" 21JOB_RETRIES = 2 22 23DOC = """ 24This test checks if the screen locker can lock and unlock the screen. 25""" 26 27job.run_test('desktopui_ScreenLocker') 28 29 30