new file mode 100644
@@ -0,0 +1,15 @@
+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)
@@ -151,6 +151,8 @@ variants:
test_control_file = scrashme.control
- hwclock:
test_control_file = hwclock.control
+ - rtc:
+ test_control_file = rtc.control
- linux_s3: install setup unattended_install
type = linux_s3