You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
576 B
22 lines
576 B
# Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
AUTHOR = "The Chromium OS Authors"
|
|
DOC = """
|
|
This test is to make sure that ktime and the RTC are reasonably consistent
|
|
over a short amount of time.
|
|
"""
|
|
NAME = "kernel_Ktime"
|
|
PURPOSE = ""
|
|
CRITERIA = """
|
|
Fails if ktime and RTC do not agree.
|
|
"""
|
|
ATTRIBUTES = "suite:kernel_daily_regression"
|
|
TIME = "SHORT"
|
|
TEST_CATEGORY = "Functional"
|
|
TEST_CLASS = "kernel"
|
|
TEST_TYPE = "client"
|
|
|
|
job.run_test('kernel_Ktime')
|