diff mbox series

[meta-arago,master,v2,2/2] kernel-selftest: Add the pci_endpoint selftest application

Message ID 20260317101651.273730-3-a-garg7@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series Update PCIe Endpoint Testing Application | expand

Commit Message

Aksh Garg March 17, 2026, 10:16 a.m. UTC
The 'pci_endpoint' selftest application is used to test the PCIe endpoint
functionality on 6.18 kernel. Add this selftest to kernel-selftest-ti.inc

Signed-off-by: Aksh Garg <a-garg7@ti.com>
---

Changes from v1 to v2:
- Appended the 'pci_endpoint_test' just for 6.18 kernel, as this application
  is not present in previous LTS kernels.

v1: https://lists.yoctoproject.org/g/meta-arago/message/17291

 .../recipes-kernel/kernel-selftest/kernel-selftest-ti.inc     | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/meta-arago-test/recipes-kernel/kernel-selftest/kernel-selftest-ti.inc b/meta-arago-test/recipes-kernel/kernel-selftest/kernel-selftest-ti.inc
index df5ff68ddc90..bae5b7ab47f6 100644
--- a/meta-arago-test/recipes-kernel/kernel-selftest/kernel-selftest-ti.inc
+++ b/meta-arago-test/recipes-kernel/kernel-selftest/kernel-selftest-ti.inc
@@ -46,4 +46,8 @@  TEST_LIST += "\
     watchdog \
 "
 
+TEST_LIST:append:bsp-ti-6_18 = " \
+    pci_endpoint \
+"
+
 INSANE_SKIP:${PN} += "staticdev textrel"