1 # Copyright 2017 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 = "kylechar (a] chromium.org, mustash-team (a] google.com" 6 NAME = "desktopui_MusLogin" 7 PURPOSE = "Verify chrome --mus (for mushrome) starts and logs in." 8 CRITERIA = "Fails if chrome --mus does not start." 9 ATTRIBUTES = "suite:chrome-informational, suite:bvt-perbuild" 10 # TODO(kylechar): add JOB_RETRIES = 2 when adding to bvt-cq 11 JOB_RETRIES = 0 12 TIME = "SHORT" 13 TEST_CATEGORY = "Functional" 14 TEST_CLASS = "desktopui" 15 TEST_TYPE = "client" 16 BUG_TEMPLATE = { 17 'components': ['Internals>Mus'], 18 'labels': ['Proj-Mustash'], 19 'cc': ['mustash-autotest-bugs (a] google.com'], 20 } 21 22 DOC = """ 23 chrome --mus has significant differences in its initialization vs. regular 24 chrome on device, mustash on device and chrome on Linux desktop. This test 25 verifies chrome can start up and log in. If it fails, please contact 26 mustash-team (a] google.com. 27 """ 28 29 job.run_test('desktopui_MusLogin') 30