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