xref: /aosp_15_r20/external/autotest/autotest_lib/test_suites/control.hps_perf_perbuild (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1# Copyright 2021 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 = "[email protected]"
6NAME = "hps_perf_perbuild"
7PURPOSE = "Performance tests for HPS"
8TIME = "SHORT"
9TEST_CLASS = "suite"
10TEST_TYPE = "Server"
11
12DOC = """
13Performance test suite for running on custom HPS dev board setup.
14
15@param build: The name of the image to test.
16@param board: The board to test on.
17@param pool: The pool of machines to utilize for scheduling. If pool=None
18             board is used.
19@param check_hosts: require appropriate live hosts to exist in the lab.
20@param SKIP_IMAGE: (optional) If present and True, don't re-image devices.
21@param file_bugs: If True your suite will file bugs on failures.
22@param max_run_time: Amount of time each test shoud run in minutes.i
23"""
24
25import common
26from autotest_lib.server.cros.dynamic_suite import dynamic_suite
27
28args_dict['add_experimental'] = True
29args_dict['max_runtime_mins'] = 120
30args_dict['name'] = NAME
31args_dict['job'] = job
32
33dynamic_suite.reimage_and_run(**args_dict)
34