blob: 2f609e4c1355bc933acda4ff9b8ae71656fb14eb [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 = 'experimental'
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)