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