1 # Copyright 2019 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 AUTHOR = "achuith" 6 NAME = "login_UnicornLogin" 7 TIME = "SHORT" 8 TEST_CATEGORY = "General" 9 TEST_CLASS = "login" 10 TEST_TYPE = "client" 11 12 DOC = """ 13 This test verifies that logging into a Unicorn account works correctly. 14 """ 15 16 job.run_test('login_UnicornLogin', 17 child_user='', 18 child_pass='', 19 parent_user='', 20 parent_pass='') 21