Home | History | Annotate | Download | only in hardware_Memtester
      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_Memtester.quick'
      6 AUTHOR = 'puthik'
      7 PURPOSE = 'Verify memory integrity using memtester.'
      8 CRITERIA = 'Fails if memory corrupt'
      9 TIME='SHORT'
     10 TEST_CLASS = "hardware"
     11 TEST_TYPE = 'client'
     12 JOB_RETRIES = 2
     13 ATTRIBUTES = "suite:bvt-cq"
     14 
     15 DOC = """
     16 This test uses memtester to find memory subsystem faults. The quick test
     17 uses 10 MB of memory.
     18 """
     19 
     20 job.run_test('hardware_Memtester', tag='quick', size=10 * 1024, loop=1)
     21