| # 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' |
| PY_VERSION = 3 |
| |
| 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') |