xref: /aosp_15_r20/external/autotest/client/site_tests/platform_HighResTimers/control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1# Copyright (c) 2012 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 = "ChromeOS Team"
6NAME = "platform_HighResTimers"
7PURPOSE = "Ensure the high resolution timers are working."
8CRITERIA = "Fails if no timers have nanosecond resolution."
9ATTRIBUTES = "suite:bvt-perbuild, suite:hwqual"
10TIME = "SHORT"
11TEST_CATEGORY = "Functional"
12TEST_CLASS = "platform"
13TEST_TYPE = "client"
14JOB_RETRIES = 2
15PY_VERSION = 3
16
17DOC = """
18Reads from /proc/timer_list to see if any reported timers have nanosecond
19resolution.
20"""
21
22job.run_test('platform_HighResTimers')
23