blob: b7597e3949fe33eec7b1d9425c91282fc498f938 [file] [log] [blame]
TIME="SHORT"
AUTHOR = "Jason Wang <jasowag@redhat.com>"
DOC = """
rtc is a simple test of realtime clock driver which was grabbed from
Documentation/rtc.txt. It does the functional test of interrupt, alarm and
requeseted frequency.
Please refer the kernel documentation for details.
"""
NAME = 'rtc'
TEST_CLASS = 'kernel'
TEST_CATEGORY = 'Functional'
TEST_TYPE = 'client'
job.run_test('rtc', maxfreq=8192)