blob: 0c1c65a496331e88f5206323513e737d9e49ffbc [file] [log] [blame]
mbligh74d51af2008-07-09 01:56:10 +00001NAME = 'Check TSC'
2AUTHOR = 'Michael Davidson <md@google.com>'
3TIME = 'MEDIUM'
4TEST_CLASS = 'Kernel'
5TEST_CATEGORY = 'Functional'
6TEST_TYPE = 'client'
mbligh74d51af2008-07-09 01:56:10 +00007DOC = """
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
mbligh50f4b3c2007-03-14 16:42:41 +000013job.run_test('tsc')