blob: 3b42fdcc48b64ed8dc2bb06c34b1eab308f2a66e [file] [log] [blame]
# 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 = "jamescook@chromium.org, mustash-team@google.com"
NAME = "desktopui_MashLogin"
PURPOSE = "Verify chrome --mash (for mustash) starts and logs in."
CRITERIA = "Fails if chrome --mash does not start."
ATTRIBUTES = "suite:chrome-informational, suite:bvt-perbuild"
# TODO(jamescook): Add retries if this goes into bvt-cq.
JOB_RETRIES = 0
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "desktopui"
TEST_TYPE = "client"
BUG_TEMPLATE = {
'components': ['Internals>Mus'],
'labels': ['Proj-Mustash'],
'cc': ['mustash-autotest-bugs@google.com'],
}
DOC = """
chrome --mash has significant differences in its initialization vs.
both regular chrome on devices and chrome on Linux desktop. This
test verifies chrome can start up and log in. If it fails, please contact
mustash-team@google.com.
"""
job.run_test('desktopui_MashLogin')