Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

kselftest: devices: Move discoverable devices test to subdirectory

Move the discoverable devices test to a subdirectory to allow other
related tests to be added to the devices directory.

Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
Acked-by: Shuah Khan <skhan@linuxfoundation.org>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20240705-dev-err-log-selftest-v2-1-163b9cd7b3c1@collabora.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Nícolas F. R. A. Prado and committed by
Greg Kroah-Hartman
0debb20c e60284b6

+2 -2
+1 -1
tools/testing/selftests/Makefile
··· 13 13 TARGETS += cpufreq 14 14 TARGETS += cpu-hotplug 15 15 TARGETS += damon 16 - TARGETS += devices 16 + TARGETS += devices/probe 17 17 TARGETS += dmabuf-heaps 18 18 TARGETS += drivers/dma-buf 19 19 TARGETS += drivers/s390x/uvdevice
+1 -1
tools/testing/selftests/devices/Makefile tools/testing/selftests/devices/probe/Makefile
··· 1 1 TEST_PROGS := test_discoverable_devices.py 2 2 TEST_FILES := boards ksft.py 3 3 4 - include ../lib.mk 4 + include ../../lib.mk
tools/testing/selftests/devices/boards/Dell Inc.,XPS 13 9300.yaml tools/testing/selftests/devices/probe/boards/Dell Inc.,XPS 13 9300.yaml
tools/testing/selftests/devices/boards/google,spherion.yaml tools/testing/selftests/devices/probe/boards/google,spherion.yaml
tools/testing/selftests/devices/ksft.py tools/testing/selftests/devices/probe/ksft.py
tools/testing/selftests/devices/test_discoverable_devices.py tools/testing/selftests/devices/probe/test_discoverable_devices.py