1 # 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 5 AUTHOR = "Chrome OS Team" 6 NAME = "link_perf" 7 TIME = "SHORT" 8 TEST_CATEGORY = "Servo" 9 TEST_CLASS = "suite" 10 TEST_TYPE = "Server" 11 12 DOC = """ 13 Interim chopped down perf suite for link. 14 """ 15 16 import common 17 from autotest_lib.server.cros import provision 18 from autotest_lib.server.cros.dynamic_suite import dynamic_suite 19 20 args_dict['name'] = 'link_perf' 21 args_dict['job'] = job 22 args_dict['version_prefix'] = provision.CROS_VERSION_PREFIX 23 args_dict['add_experimental'] = True 24 25 dynamic_suite.reimage_and_run(**args_dict) 26