selftests: Add nci suite
authorBongsu Jeon <bongsu.jeon@samsung.com>
Wed, 27 Jan 2021 13:08:29 +0000 (22:08 +0900)
committerJakub Kicinski <kuba@kernel.org>
Sat, 30 Jan 2021 02:03:33 +0000 (18:03 -0800)
commitf595cf1242f3d64d78f9c96fa56bb5e22146d0ca
treeaf44c271e98bb7bea6688ab9da38fc41fa60e74d
parente624e6c3e777fb3dfed036b9da4d433aee3608a5
selftests: Add nci suite

This is the NCI test suite. It tests the NFC/NCI module using virtual NCI
device. Test cases consist of making the virtual NCI device on/off and
controlling the device's polling for NCI1.0 and NCI2.0 version.

Signed-off-by: Bongsu Jeon <bongsu.jeon@samsung.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
MAINTAINERS
tools/testing/selftests/Makefile
tools/testing/selftests/nci/Makefile [new file with mode: 0644]
tools/testing/selftests/nci/config [new file with mode: 0644]
tools/testing/selftests/nci/nci_dev.c [new file with mode: 0644]