blob: d1d56066bee6dd6e87672ba1475110ef039f8461 [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 --enable-features=Mash starts and logs in."
CRITERIA = "Fails if chrome --enable-features=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>Services>WindowService'],
'labels': ['Proj-Mustash'],
'cc': ['mustash-autotest-bugs@google.com'],
}
DOC = """
chrome --enable-features=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')