From 5d6d1da5e4da4c4184e16b06c6f8deab9eb8217b Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Tue, 1 Jul 2025 16:09:12 +0200 Subject: [PATCH] support/testing: enable lpxelinux for syslinux runtime test The syslinux runtime test (which is in fact a build-only test) ensures that syslinux does get build at least once a week (via the gitlab-CI weekly pipeline). Runtime testing would need much more work, though, but nothing in syslinux is currently runtime tested anyway. Reported-by: Julien Olivain Signed-off-by: Yann E. MORIN Signed-off-by: Julien Olivain (cherry picked from commit a6ddf2b91ddd037eaca947fdc99135f63fa0755c) Signed-off-by: Thomas Perale --- support/testing/tests/boot/test_syslinux.py | 1 + 1 file changed, 1 insertion(+) diff --git a/support/testing/tests/boot/test_syslinux.py b/support/testing/tests/boot/test_syslinux.py index 41152cde7e..17fe904263 100644 --- a/support/testing/tests/boot/test_syslinux.py +++ b/support/testing/tests/boot/test_syslinux.py @@ -21,6 +21,7 @@ class TestSysLinuxBase(infra.basetest.BRTest): """ BR2_TARGET_SYSLINUX=y BR2_TARGET_SYSLINUX_ISOLINUX=y + BR2_TARGET_SYSLINUX_LPXELINUX=y BR2_TARGET_SYSLINUX_PXELINUX=y BR2_TARGET_SYSLINUX_MBR=y """