• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2015 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
5NAME = 'hardware_Memtester.memory_qual'
6AUTHOR = 'puthik'
7PURPOSE = 'Verify memory integrity using memtester.'
8CRITERIA = 'Fails if memory corrupt'
9TIME = 'LENGTHY'
10TEST_CLASS = "hardware"
11TEST_TYPE = 'client'
12
13DOC = """
14This test uses memtester to find memory subsystem faults. Amount of memory
15to test is all of the free memory plus buffer and cache region with 30MB
16reserved for OS use. The memory_qual version is 100 loops of the normal test.
17"""
18
19job.run_test('hardware_Memtester', tag='memory_qual', loop=100)
20