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 5 AUTHOR = "Chrome OS Team" 6 NAME = "platform_HighResTimers" 7 PURPOSE = "Ensure the high resolution timers are working." 8 CRITERIA = "Fails if no timers have nanosecond resolution." 9 ATTRIBUTES = "suite:bvt-cq, suite:hwqual" 10 SUITE = "bvt-cq, hwqual" 11 TIME = "SHORT" 12 TEST_CATEGORY = "Functional" 13 TEST_CLASS = "platform" 14 TEST_TYPE = "client" 15 JOB_RETRIES = 2 16 17 DOC = """ 18 Reads from /proc/timer_list to see if any reported timers have nanosecond 19 resolution. 20 """ 21 22 job.run_test('platform_HighResTimers') 23