blob: 067968af9c9042b21b036e531fd0a21b4bc592ca [file] [log] [blame]
# Copyright (c) 2012 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 = "Chrome OS Team"
NAME = "platform_HighResTimers"
PURPOSE = "Ensure the high resolution timers are working."
CRITERIA = "Fails if no timers have nanosecond resolution."
SUITE = "bvt, kaen_bvt, hwqual"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "platform"
TEST_TYPE = "client"
DOC = """
Reads from /proc/timer_list to see if any reported timers have nanosecond
resolution.
"""
job.run_test('platform_HighResTimers')