• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
5AUTHOR = "The Chromium OS Authors"
6DOC = """
7This test is to make sure that ktime and the RTC are reasonably consistent
8over a short amount of time.
9"""
10NAME = "kernel_Ktime"
11PURPOSE = ""
12CRITERIA = """
13Fails if ktime and RTC do not agree.
14"""
15ATTRIBUTES = "suite:kernel_per-build_regression"
16TIME = "SHORT"
17TEST_CATEGORY = "Functional"
18TEST_CLASS = "kernel"
19TEST_TYPE = "client"
20
21job.run_test('kernel_Ktime')
22