blob: fe6d866fd0346ba597a3178621cfa7dde1f4ad5d [file] [log] [blame]
# Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
NAME = 'hardware_Memtester'
AUTHOR = 'puthik'
PURPOSE = 'Verify memory integrity using memtester.'
CRITERIA = 'Fails if memory corrupt'
TIME='LENGTHY'
TEST_CLASS = "hardware"
TEST_TYPE = 'client'
DOC = """
This test uses memtester to find memory subsystem faults. Amount of memory
to test is all of the free memory plus buffer and cache region with 30MB
reserved for OS use.
"""
job.run_test('hardware_Memtester')