blob: 0c520e24dc4f7123861fff5671d5fbb4c7091cc9 [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."
# Part of bvt-cq so it runs on the Chrome ToT informational builders.
# Most failures are due to bad chrome CLs. If you need to disable this
# test please put it back in bvt-perbuild so we can tell from the nightly
# builds when chrome is good again.
ATTRIBUTES = "suite:bvt-perbuild"
JOB_RETRIES = 2
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "desktopui"
TEST_TYPE = "client"
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')