| # Copyright 2016 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 = "ARC Team" | |
| NAME = "cheets_StartAndroid" | |
| TIME = "SHORT" | |
| TEST_CATEGORY = "Functional" | |
| TEST_CLASS = "login" | |
| TEST_TYPE = "client" | |
| JOB_RETRIES = 2 | |
| DOC = """ | |
| This is a helper utility to log-in Chrome for CTS. | |
| See also cheets_CTS for more details. | |
| """ | |
| job.run_test('cheets_StartAndroid') |