]> www.infradead.org Git - users/dwmw2/linux.git/commit
selftests: ifs: verify test interfaces are created by the driver
authorPengfei Xu <pengfei.xu@intel.com>
Fri, 31 May 2024 07:53:47 +0000 (15:53 +0800)
committerShuah Khan <skhan@linuxfoundation.org>
Thu, 11 Jul 2024 17:29:42 +0000 (11:29 -0600)
commit8e51106d02d32cd83807fa56c602020c2309ace0
tree450e704b32d0ef925747debd0c4bf94d690288c2
parentdf09b0bb09ea9775b66a5d24dc0fe0f86855efb5
selftests: ifs: verify test interfaces are created by the driver

IFS (In Field Scan) driver exposes its functionality via sysfs interfaces.
Applications prepare and exercise the tests by interacting with the
aforementioned sysfs files.

Verify that the necessary sysfs entries are created after loading the IFS
driver.

Initialize test variables needed for building subsequent kself-test cases.

Reviewed-by: Jithu Joseph <jithu.joseph@intel.com>
Reviewed-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
Co-developed-by: Ashok Raj <ashok.raj@intel.com>
Signed-off-by: Ashok Raj <ashok.raj@intel.com>
Signed-off-by: Pengfei Xu <pengfei.xu@intel.com>
Acked-by: Jithu Joseph <jithu.joseph@intel.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
MAINTAINERS
tools/testing/selftests/Makefile
tools/testing/selftests/drivers/platform/x86/intel/ifs/Makefile [new file with mode: 0644]
tools/testing/selftests/drivers/platform/x86/intel/ifs/test_ifs.sh [new file with mode: 0755]