blob: c4096e54d37044f91c1926059f6cac0d0b5095d6 [file] [log] [blame]
Scott Zawalski0dda4102012-11-14 11:30:53 -05001# Copyright (c) 2012 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 = "Chrome OS Team"
6NAME = "link_perf"
7TIME = "SHORT"
8TEST_CATEGORY = "Servo"
9TEST_CLASS = "suite"
10TEST_TYPE = "Server"
11
12DOC = """
13Interim chopped down perf suite for link.
14"""
15
16import common
Alex Miller2229c9c2013-08-27 15:20:39 -070017from autotest_lib.server.cros import provision
Scott Zawalski0dda4102012-11-14 11:30:53 -050018from autotest_lib.server.cros.dynamic_suite import dynamic_suite
19
20dynamic_suite.reimage_and_run(
21 build=build, board=board, name='link_perf', job=job, pool=pool, num=num,
Alex Miller3d58eebe2013-09-04 16:27:20 -070022 add_experimental=True, file_bugs=file_bugs, priority=priority,
Simran Basi07511372013-11-26 11:22:52 -080023 devserver_url=devserver_url, timeout_mins=timeout_mins,
Dan Shied823eb2013-11-19 13:11:49 -080024 version_prefix=provision.CROS_VERSION_PREFIX,
Fang Deng7c48ecb2015-01-06 11:08:32 -080025 wait_for_results=wait_for_results, job_retry=job_retry,
26 max_retries=max_retries)