From: Romain Naour Date: Sun, 8 Nov 2020 20:53:44 +0000 (+0100) Subject: support/testing/tests/init/test_systemd: update to BR2_PACKAGE_SYSTEMD_JOURNAL_REMOTE X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1989a49feb47b3fbefec8d178b1aac1a1a2e6399;p=buildroot.git support/testing/tests/init/test_systemd: update to BR2_PACKAGE_SYSTEMD_JOURNAL_REMOTE The commit [1] moved systemd-journal-gatewayd into systemd-journal-remote option. Update to BR2_PACKAGE_SYSTEMD_JOURNAL_REMOTE in the testsuite when BR2_PACKAGE_SYSTEMD_JOURNAL_GATEWAY is used. Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/830981805 https://gitlab.com/buildroot.org/buildroot/-/jobs/830981811 [1] e46fe9a6f2b7cef9789f5172332067cac5ff03bd Signed-off-by: Romain Naour Signed-off-by: Peter Korsgaard --- diff --git a/support/testing/tests/init/test_systemd.py b/support/testing/tests/init/test_systemd.py index 059fb397e8..c0ef5e1202 100644 --- a/support/testing/tests/init/test_systemd.py +++ b/support/testing/tests/init/test_systemd.py @@ -105,7 +105,7 @@ class TestInitSystemSystemdRoFull(InitSystemSystemdBase): """ BR2_SYSTEM_DHCP="eth0" # BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW is not set - BR2_PACKAGE_SYSTEMD_JOURNAL_GATEWAY=y + BR2_PACKAGE_SYSTEMD_JOURNAL_REMOTE=y BR2_PACKAGE_SYSTEMD_BACKLIGHT=y BR2_PACKAGE_SYSTEMD_BINFMT=y BR2_PACKAGE_SYSTEMD_COREDUMP=y @@ -135,7 +135,7 @@ class TestInitSystemSystemdRwFull(InitSystemSystemdBase): config = InitSystemSystemdBase.config + \ """ BR2_SYSTEM_DHCP="eth0" - BR2_PACKAGE_SYSTEMD_JOURNAL_GATEWAY=y + BR2_PACKAGE_SYSTEMD_JOURNAL_REMOTE=y BR2_PACKAGE_SYSTEMD_BACKLIGHT=y BR2_PACKAGE_SYSTEMD_BINFMT=y BR2_PACKAGE_SYSTEMD_COREDUMP=y