Home | History | Annotate | Download | only in kernel_Delay
      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 
      5 AUTHOR = "The Chromium OS Authors"
      6 DOC = """
      7 This test is to make sure that udelay() delays at least as long as
      8 requested (as compared to ktime()).
      9 """
     10 NAME = "kernel_Delay"
     11 PURPOSE = ""
     12 CRITERIA = """
     13 Fails if udelay() returns early.
     14 """
     15 ATTRIBUTES = "suite:kernel_per-build_regression"
     16 TIME = "FAST"
     17 TEST_CATEGORY = "Functional"
     18 TEST_CLASS = "kernel"
     19 TEST_TYPE = "client"
     20 
     21 job.run_test('kernel_Delay')
     22