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 5NAME = 'kernel_CrosECSysfsAccel' 6AUTHOR = 'alecaberg' 7PURPOSE = 'Test cros_ec_accel driver and sysfs interface' 8CRITERIA = 'Fails if sysfs accel interface is not present or data is invalid' 9TIME = 'SHORT' 10ATTRIBUTES = "suite:kernel_daily_regression" 11SUITE = 'kernel_daily_regression' 12TEST_CATEGORY = 'Functional' 13TEST_CLASS = 'kernel' 14TEST_TYPE = 'client' 15DEPENDENCIES = 'accel:cros-ec' 16 17DOC = 'Checks that the sysfs interface to the EC accels is present and working.' 18 19job.run_test('kernel_CrosECSysfsAccel') 20