From bdc77eddfec4256741f2dcb1de3e5053936670c2 Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Thu, 20 Nov 2025 13:37:02 +0100 Subject: [PATCH] support/testing: test_python_sdbus_modemmanager: remove unneeded systemd vconsole The test failed in the past, due to kbd build failure. See [1]. This specific issue was fixed by commit [2]. This commit was originally written to workaround this issue, which was unrelated to the actual package being tested. Since systemd-vconsole is not needed anyway, this commit removes it from the test config. [1] https://gitlab.com/buildroot.org/buildroot/-/jobs/12363929666 [2] https://gitlab.com/buildroot.org/buildroot/-/commit/d98d9ba28ffa5b468fa243ae1a359aadef3ed0a0 Signed-off-by: Marcus Hoffmann [Julien: reword the commit log] Signed-off-by: Julien Olivain (cherry picked from commit 287d06f5d7a99521a6a2ccf0f0c39159d5e5f2ef) Signed-off-by: Thomas Perale --- support/testing/tests/package/test_python_sdbus_modemmanager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/support/testing/tests/package/test_python_sdbus_modemmanager.py b/support/testing/tests/package/test_python_sdbus_modemmanager.py index 58e02f99ef..736c34b724 100644 --- a/support/testing/tests/package/test_python_sdbus_modemmanager.py +++ b/support/testing/tests/package/test_python_sdbus_modemmanager.py @@ -8,6 +8,7 @@ class TestPythonPy3SdbusModemmanager(TestPythonPackageBase): + """ BR2_PACKAGE_PYTHON3=y BR2_INIT_SYSTEMD=y + # BR2_PACKAGE_SYSTEMD_VCONSOLE is not set BR2_PACKAGE_MODEM_MANAGER=y BR2_PACKAGE_PYTHON_SDBUS_MODEMMANAGER=y """