blob: 30478b72038ced5c905646ed7fd069c628a49079 [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'
7EXPERIMENTAL = 'True'
8
9DOC = """
10checktsc is a user space program that checks TSC synchronization
11between pairs of CPUs on an SMP system using a technique borrowed
12from the Linux 2.6.18 kernel.
13"""
14
mbligh50f4b3c2007-03-14 16:42:41 +000015job.run_test('tsc')