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 5# TEST SOON TO BE DISABLED UNTIL MIGRATED TO PYTHON 3. 6# For instructions on how to: go/tauto-py3-migration 7# To re-enable migrate to Python 3. 8# If the test is not migrated by 1/14/22 it will be deleted. 9 10AUTHOR = "ChromeOS Team" 11NAME = "desktopui_ScreenLocker" 12PURPOSE = "Verify screen locker is functional." 13CRITERIA = """ 14This test will fail if the screen cannot be locked with 15autotestPrivate.lockScreen, or cannot be unlocked with the correct password, 16or if the screen is unlocked with an incorrect password. 17""" 18# TODO(jdufault): Stop running this in the bvt suite once crbug.com/452599 is 19# resolved. 20ATTRIBUTES = "suite:bvt-perbuild" 21TIME = "SHORT" 22TEST_CATEGORY = "Functional" 23TEST_CLASS = "desktopui" 24TEST_TYPE = "client" 25JOB_RETRIES = 2 26 27DOC = """ 28This test checks if the screen locker can lock and unlock the screen. 29""" 30 31job.run_test('desktopui_ScreenLocker') 32