android_mt6572_jiabo/external/autotest/client/tests/rtc/control
2025-09-05 16:56:03 +08:00

15 lines
396 B
Text

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')