blob: fce1d49bdc2a13391f372d0f9aae94bc37c878d3 [file] [log] [blame]
# Copyright (c) 2011 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 = "Chrome OS Team"
NAME = "PyAuto"
TIME = "LONG"
TEST_CATEGORY = "Functional"
TEST_CLASS = "suite"
TEST_TYPE = "server"
DOC = """
This test suite runs Chrome PyAuto functional tests FULL suite.
"""
kwargs = {
'suite': 'FULL',
'auto_login': True,
'as_chronos': True,
'tag': 'FULL',
}
gtest_runner.run(('desktopui_PyAutoFunctionalTests', kwargs), machines[0])