xref: /aosp_15_r20/external/autotest/server/site_tests/hardware_StorageQualBase/control.test (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1# Copyright (c) 2014 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 = "gwendal"
6NAME = "hardware_StorageQualBase.test"
7TIME = "LONG"
8TEST_CATEGORY = "Functional"
9TEST_CLASS = "suite"
10TEST_TYPE = "server"
11PY_VERSION = 3
12FAST = False
13
14DOC = """
15Check the test hardware_StorageQualBase is working as expected.
16"""
17
18def run_server_tests(machine):
19    job.run_test('hardware_StorageQualBase', client_ip=machine,
20                 client_tag='test', crypto_runtime=30)
21
22parallel_simple(run_server_tests, machines)
23
24