1NAME = 'Check TSC'
2AUTHOR = 'Michael Davidson <md@google.com>'
3TIME = 'MEDIUM'
4TEST_CLASS = 'Kernel'
5TEST_CATEGORY = 'Functional'
6TEST_TYPE = 'client'
7DOC = """
8checktsc is a user space program that checks TSC synchronization
9between pairs of CPUs on an SMP system using a technique borrowed
10from the Linux 2.6.18 kernel.
11"""
12
13job.run_test('tsc')
14