blob: 5816c8890ac2728e6d97a5d38fa4b955c5eb6625 [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='SHORT'
TEST_CLASS = "hardware"
TEST_TYPE = 'client'
SUITE = 'bvt'
EXPERIMENTAL = 'True'
DOC = """
This test uses memtester to find memory subsystem faults. The quick test
uses 10 MB of memory.
"""
job.run_test('hardware_Memtester', tag='quick', size=10 * 1024, loop=1)