blob: 9855f9202a1697a631fa47095ef7aa3d181eee54 [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."
# Disable in R67 because there's a known chrome issue. We're not
# shipping mustash in R67, so just disable the test.
#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')