lmr | 49e9c3a | 2010-05-25 23:39:21 +0000 | [diff] [blame] | 1 | TIME="SHORT" |
2 | AUTHOR = "Jason Wang <jasowag@redhat.com>" | ||||
3 | DOC = """ | ||||
4 | rtc is a simple test of realtime clock driver which was grabbed from | ||||
5 | Documentation/rtc.txt. It does the functional test of interrupt, alarm and | ||||
6 | requeseted frequency. | ||||
7 | |||||
8 | Please refer the kernel documentation for details. | ||||
9 | """ | ||||
10 | NAME = 'rtc' | ||||
11 | TEST_CLASS = 'kernel' | ||||
12 | TEST_CATEGORY = 'Functional' | ||||
13 | TEST_TYPE = 'client' | ||||
14 | |||||
15 | job.run_test('rtc') |