xref: /aosp_15_r20/external/autotest/client/site_tests/hardware_UnsafeMemory/control.quick (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1# Copyright (c) 2018 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_UnsafeMemory.quick'
6AUTHOR = 'puthik'
7PURPOSE = 'Make sure that hardware_UnsafeMemory working properly.'
8CRITERIA = 'Fails if memory is unsafe'
9TIME = 'SHORT'
10TEST_CATEGORY = 'security'
11TEST_CLASS = 'hardware'
12TEST_TYPE = 'client'
13JOB_RETRIES = 0
14PY_VERSION = 3
15
16DOC = """
17This test uses rowhammer-test to find memory faults that may lead to violations
18of runtime expectations.
19
20The quick version run for 30 seconds to make sure that the test is working.
21"""
22
23# Run the test for 30 seconds.
24job.run_test('hardware_UnsafeMemory', sec=30, tag=NAME.split('.')[1])
25