allwinner_a64/android/external/autotest/client/tests/tsc/control
2018-08-08 16:14:42 +08:00

13 lines
347 B
Text

NAME = 'Check TSC'
AUTHOR = 'Michael Davidson <md@google.com>'
TIME = 'MEDIUM'
TEST_CLASS = 'Kernel'
TEST_CATEGORY = 'Functional'
TEST_TYPE = 'client'
DOC = """
checktsc is a user space program that checks TSC synchronization
between pairs of CPUs on an SMP system using a technique borrowed
from the Linux 2.6.18 kernel.
"""
job.run_test('tsc')