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" 12JOB_RETRIES = 2 13 14DOC = """ 15Create ram disk and use hardware_StorageFio to test for ram throughput 16""" 17 18job.run_test('hardware_RamFio', requirements=[('ram_suite', [])]) 19 20 21