xref: /aosp_15_r20/external/autotest/test_suites/control.storage_qual_bringup (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1# Copyright 2022 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 = "storage_qual_bringup"
7PURPOSE = "Subset of StorageQual tests to be run on Satlab during bringup"
8TIME = "SHORT"
9TEST_CLASS = "suite"
10TEST_TYPE = "Server"
11
12DOC = """
13Storage qualification test suite to run on Satlab during bringup.
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.
23"""
24
25import common
26from autotest_lib.server.cros.dynamic_suite import dynamic_suite
27
28args_dict['max_runtime_mins'] = 120
29args_dict['name'] = NAME
30args_dict['job'] = job
31
32dynamic_suite.reimage_and_run(**args_dict)
33