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