selftests: Move PCI Endpoint tests from tools/pci to Kselftests
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Thu, 16 Jan 2025 17:16:49 +0000 (22:46 +0530)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 21 Jan 2025 20:17:55 +0000 (14:17 -0600)
commite19bde2269ca3611156fd0c078a71af0b6956545
treee778f35a3a51147b86de87927d838153aa609ba1
parentf26d37ee9bda938e968d0e11ba1f8f1588b2a135
selftests: Move PCI Endpoint tests from tools/pci to Kselftests

This just moves the existing tests under tools/pci to
tools/testing/selftests/pci_endpoint and adjusts the paths in Makefile
accordingly. Migration to Kselftest framework will be done in subsequent
commits.

Link: https://lore.kernel.org/r/20250116171650.33585-4-manivannan.sadhasivam@linaro.org
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Tested-by: Niklas Cassel <cassel@kernel.org>
Reviewed-by: Niklas Cassel <cassel@kernel.org>
Documentation/PCI/endpoint/pci-test-howto.rst
MAINTAINERS
tools/pci/Build [deleted file]
tools/pci/Makefile [deleted file]
tools/pci/pcitest.c [deleted file]
tools/pci/pcitest.sh [deleted file]
tools/testing/selftests/pci_endpoint/.gitignore [new file with mode: 0644]
tools/testing/selftests/pci_endpoint/Build [new file with mode: 0644]
tools/testing/selftests/pci_endpoint/Makefile [new file with mode: 0644]
tools/testing/selftests/pci_endpoint/pcitest.c [new file with mode: 0644]
tools/testing/selftests/pci_endpoint/pcitest.sh [new file with mode: 0644]