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-cq" 12SUITE = 'bvt-cq' 13JOB_RETRIES = 2 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 21 22