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 udelay() delays at least as long as 8requested (as compared to ktime()). 9""" 10NAME = "kernel_Delay" 11PURPOSE = "" 12CRITERIA = """ 13Fails if udelay() returns early. 14""" 15ATTRIBUTES = "suite:kernel_daily_regression" 16TIME = "FAST" 17TEST_CATEGORY = "Functional" 18TEST_CLASS = "kernel" 19TEST_TYPE = "client" 20 21job.run_test('kernel_Delay') 22