mbligh | 74d51af | 2008-07-09 01:56:10 +0000 | [diff] [blame^] | 1 | NAME = 'Check TSC' |
2 | AUTHOR = 'Michael Davidson <md@google.com>' | ||||
3 | TIME = 'MEDIUM' | ||||
4 | TEST_CLASS = 'Kernel' | ||||
5 | TEST_CATEGORY = 'Functional' | ||||
6 | TEST_TYPE = 'client' | ||||
7 | EXPERIMENTAL = 'True' | ||||
8 | |||||
9 | DOC = """ | ||||
10 | checktsc is a user space program that checks TSC synchronization | ||||
11 | between pairs of CPUs on an SMP system using a technique borrowed | ||||
12 | from the Linux 2.6.18 kernel. | ||||
13 | """ | ||||
14 | |||||
mbligh | 50f4b3c | 2007-03-14 16:42:41 +0000 | [diff] [blame] | 15 | job.run_test('tsc') |