Home | History | Annotate | Download | only in rtc
      1 TIME="SHORT"
      2 AUTHOR = "Jason Wang <jasowag (a] 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')
     16