xref: /aosp_15_r20/external/autotest/client/site_tests/hardware_RamFio/control (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
5NAME = 'hardware_RamFio'
6AUTHOR = 'puthik'
7PURPOSE = 'test ram speed'
8TIME = 'SHORT'
9TEST_CLASS = 'hardware'
10TEST_TYPE = 'client'
11ATTRIBUTES = "suite:bvt-perbuild, suite:crosbolt_perf_weekly, suite:memory_qual2"
12JOB_RETRIES = 2
13PY_VERSION = 3
14
15DOC = """
16Create ram disk and use hardware_StorageFio to test for ram throughput
17"""
18
19job.run_test('hardware_RamFio', requirements=[('ram_suite', [])])
20