Re: [PATCH v4 1/3] kselftest: Add test to verify probe of devices from discoverable buses
NĂcolas "F. R. A. Prado" <[email protected]> Mon, 29 Dec 2025 11:14:59 -0300
| Newsgroups | dev.linux.lists.kernelci,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-kselftest,org.kernel.vger.linux-pci,org.kernel.vger.linux-usb |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 2025-12-29 at 14:57 +0100, Thomas Wei=C3=9Fschuh wrote: > On Mon, Jan 22, 2024 at 03:53:21PM -0300, N=C3=ADcolas F. R. A. Prado > wrote: > > Add a new test to verify that a list of expected devices from > > discoverable buses (ie USB, PCI) have been successfully > > instantiated and > > probed by a driver. > >=20 > > The per-platform list of expected devices is selected from the ones > > under the boards/ directory based on the DT compatible or the DMI > > IDs. > >=20 > > Signed-off-by: N=C3=ADcolas F. R. A. Prado <[email protected]> > > --- > > =C2=A0tools/testing/selftests/Makefile=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= |=C2=A0=C2=A0 1 + > > =C2=A0tools/testing/selftests/devices/Makefile=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0 4 + >=20 > > =C2=A0tools/testing/selftests/devices/ksft.py=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0 90 ++++++ >=20 > This seems to be a copy of tools/testing/selftests/kselftest/ksft.py. > Instead of copying the file, try to use it from the standard > location. This series is almost 1 year old and has long ago been merged :) --=20 Thanks, N=C3=ADcolas