• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2016 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
5AUTHOR = "jamescook@chromium.org, mustash-team@google.com"
6NAME = "desktopui_MashLogin"
7PURPOSE = "Verify chrome --enable-features=Mash starts and logs in."
8CRITERIA = "Fails if chrome --enable-features=Mash does not start."
9# Run in the chrome-tot-informational builders. Release per-build testing
10# is handled by Tast test ui.MashLogin.
11ATTRIBUTES = "suite:chrome-informational"
12# TODO(jamescook): Add retries if this goes into bvt-cq.
13JOB_RETRIES = 0
14TIME = "SHORT"
15TEST_CATEGORY = "Functional"
16TEST_CLASS = "desktopui"
17TEST_TYPE = "client"
18BUG_TEMPLATE = {
19  'components': ['Internals>Services>WindowService'],
20  'labels': ['Proj-Mash-MultiProcess'],
21  'cc': ['mustash-autotest-bugs@google.com'],
22}
23
24DOC = """
25chrome --enable-features=Mash has significant differences in its
26initialization vs. both regular chrome on devices and chrome on Linux
27desktop. This test verifies chrome can start up and log in. If it fails, please
28contact mustash-team@google.com.
29"""
30
31job.run_test('desktopui_MashLogin')
32