You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
347 B
14 lines
347 B
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')
|