blob: daef8ccd4e2e69482595fe817392703ad0eacb40 [file] [log] [blame]
# Copyright (c) 2012 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.
# TEST IS DISABLED UNTIL MIGRATED TO PYTHON 3.
# For instructions on how to: go/tauto-py3-migration
# To re-enable migrate to Python 3.
# If the test is not migrated by 1/14/22 it will be deleted.
TIME='MEDIUM'
AUTHOR = 'The Chromium OS Authors'
PURPOSE = 'Stress test hardware devices 10 minutes'
CRITERIA = 'Fails if memory pages do not match the original fill pattern.'
DOC = """
System stress test is an open source stress tool that works by stressing
system interfaces. It is good at catching memory signal integrity issues or
setup/hold problems, memory controller and bus interface issues, and disk
controller issues. It can also detect bad memory cells and cache coherency
issues.
Large amounts of memory is allocted in a single block, and memory is divided
into chunks, each filled with a potentially stressful data pattern. Worker
threads are spawned which draw pages from an empty queue and a valid queue, and
copy data to the other.
For more information, see:
http://code.google.com/p/stressapptest/
"""
NAME = 'hardware_SAT 10 minutes'
ATTRIBUTES = "suite:hwqual"
TEST_CLASS = 'hardware'
TEST_CATEGORY = 'Stress'
TEST_TYPE = 'client'
job.run_test('hardware_SAT', seconds=600)