blob: 8805c477dd6ef188bbb568449f9e8ac6857e5a81 [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
17from autotest_lib.server.cros.dynamic_suite import dynamic_suite
18
19dynamic_suite.reimage_and_run(
20 build=build, board=board, name='link_perf', job=job, pool=pool, num=num,
21 add_experimental=True, file_bugs=file_bugs,
Dan Shi0d8fcfa2013-06-10 12:50:16 -070022 skip_reimage=dynamic_suite.skip_reimage(globals()),
23 devserver_url=devserver_url)