blob: f34c9aae9f4c564455be169fb1780f611d8b9209 [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 = "LONG"
TEST_CATEGORY = "Functional"
TEST_CLASS = "suite"
TEST_TYPE = "server"
DOC = """
This test suite runs touch screen related tests.
"""
# List of client tests with parameters
TESTS = [
('hardware_TouchScreenPresent', {}),
('desktopui_TouchScreen', {}),
]
job.distribute_across_machines(TESTS, machines)