You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
533 B
21 lines
533 B
# Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
NAME = 'hardware_RamFio'
|
|
AUTHOR = 'puthik'
|
|
PURPOSE = 'test ram speed'
|
|
TIME = 'SHORT'
|
|
TEST_CLASS = 'hardware'
|
|
TEST_TYPE = 'client'
|
|
ATTRIBUTES = "suite:bvt-perbuild, suite:crosbolt_perf_weekly"
|
|
JOB_RETRIES = 2
|
|
|
|
DOC = """
|
|
Create ram disk and use hardware_StorageFio to test for ram throughput
|
|
"""
|
|
|
|
job.run_test('hardware_RamFio', requirements=[('ram_suite', [])])
|
|
|
|
|