• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1TIME="SHORT"
2AUTHOR = "Jason Wang <jasowag@redhat.com>"
3DOC = """
4rtc is a simple test of realtime clock driver which was grabbed from
5Documentation/rtc.txt. It does the functional test of interrupt, alarm and
6requeseted frequency.
7
8Please refer the kernel documentation for details.
9"""
10NAME = 'rtc'
11TEST_CLASS = 'kernel'
12TEST_CATEGORY = 'Functional'
13TEST_TYPE = 'client'
14
15job.run_test('rtc')
16