blob: f327b31ceaab6006ea2072c22ca1812fbaf3d532 [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
Shuqian Zhao24785cc2015-06-01 16:32:18 -070020args_dict['name'] = 'link_perf'
21args_dict['job'] = job
22args_dict['version_prefix'] = provision.CROS_VERSION_PREFIX
23args_dict['add_experimental'] = True
24
25dynamic_suite.reimage_and_run(**args_dict)