blob: 9cd5cba0aa5c1d51a9fd087bdc6b6a4dfbfd1d58 [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 = "Touch"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "suite"
TEST_TYPE = "server"
DOC = """
This test suite is used as a staging place to gradually add some tests to run
on seaboards until we stabilize with the set of tests to be run.
"""
# List of client tests with parameters
TESTS = [
('desktopui_V8Bench', {}),
]
job.distribute_across_machines(TESTS, machines)