1# Copyright 2021 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 = "rsorokin" 6NAME = "login_LoginPin" 7ATTRIBUTES = "suite:bvt-perbuild" 8TIME = "SHORT" 9TEST_CATEGORY = "General" 10TEST_CLASS = "login" 11TEST_TYPE = "client" 12PY_VERSION = 3 13 14DOC = """ 15This test consists of two parts: 16 * Login as a new user and setup a pin for the user 17 * Login as an exising user with the pin 18By default both parts are executed consequentially. To skip any part one could 19use `setup_pin` and `login_pin` boolean parameters. 20""" 21 22job.run_test('login_LoginPin') 23