Home | History | Annotate | Download | only in kernel_Ktime
      1 # Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
      2 # Use of this source code is governed by a BSD-style license that can be
      3 # found in the LICENSE file.
      4 
      5 AUTHOR = "The Chromium OS Authors"
      6 DOC = """
      7 This test is to make sure that ktime and the RTC are reasonably consistent
      8 over a short amount of time.
      9 """
     10 NAME = "kernel_Ktime"
     11 PURPOSE = ""
     12 CRITERIA = """
     13 Fails if ktime and RTC do not agree.
     14 """
     15 ATTRIBUTES = "suite:kernel_daily_regression"
     16 TIME = "SHORT"
     17 TEST_CATEGORY = "Functional"
     18 TEST_CLASS = "kernel"
     19 TEST_TYPE = "client"
     20 
     21 job.run_test('kernel_Ktime')
     22