Home | History | Annotate | Download | only in kernel_CrosECSysfs
      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 NAME = 'kernel_CrosECSysfs'
      6 AUTHOR = 'wfrichar, rspangler'
      7 PURPOSE = 'Test cros_ec driver and sysfs interface'
      8 CRITERIA = 'Fails if EC sysfs interface is not present'
      9 TIME = 'SHORT'
     10 ATTRIBUTES = "suite:kernel_daily_regression"
     11 SUITE = 'kernel_daily_regression'
     12 TEST_CATEGORY = 'Functional'
     13 TEST_CLASS = 'kernel'
     14 TEST_TYPE = 'client'
     15 DEPENDENCIES = 'ec:cros'
     16 
     17 DOC = 'Checks that the sysfs interface to the EC is present and working.'
     18 
     19 job.run_test('kernel_CrosECSysfs')
     20