This configuration is no longer possible with recent systemd changes, drop
the test.

Signed-off-by: Richard Purdie <[email protected]>
---
 meta/lib/oeqa/selftest/cases/bbclasses.py | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/meta/lib/oeqa/selftest/cases/bbclasses.py 
b/meta/lib/oeqa/selftest/cases/bbclasses.py
index 10545ebe658..8595bb5d6f1 100644
--- a/meta/lib/oeqa/selftest/cases/bbclasses.py
+++ b/meta/lib/oeqa/selftest/cases/bbclasses.py
@@ -54,29 +54,6 @@ VIRTUAL-RUNTIME_init_manager = "systemd"
         self.fileExists("{D}{systemd_system_unitdir}/{BPN}.service")
         self.fileNotExists("{D}{sysconfdir}")
 
-    def test_systemd_and_sysvinit_in_distro(self):
-        """
-        Summary:    Verify that both systemd and sysvinit files are installed
-                    when both the systemd and sysvinit distro features are
-                    enabled.
-        Expected:   Systemd service file and sysvinit initscript exist.
-        Product:    OE-Core
-        Author:     Peter Kjellerstedt <[email protected]>
-        """
-
-        self.write_config("""
-DISTRO_FEATURES:append = " systemd sysvinit usrmerge"
-VIRTUAL-RUNTIME_init_manager = "systemd"
-""")
-        bitbake("systemd-only systemd-and-sysvinit -c install")
-
-        self.getVars("systemd-only")
-        self.fileExists("{D}{systemd_system_unitdir}/{BPN}.service")
-
-        self.getVars("systemd-and-sysvinit")
-        self.fileExists("{D}{systemd_system_unitdir}/{BPN}.service")
-        self.fileExists("{D}{INIT_D_DIR}/{BPN}")
-
     def test_sysvinit_in_distro(self):
         """
         Summary:    Verify that no systemd service files are installed when the
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#231186): 
https://lists.openembedded.org/g/openembedded-core/message/231186
Mute This Topic: https://lists.openembedded.org/mt/117836076/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

  • [OE-core] [PATCH 1/2] oeqa/selft... Richard Purdie via lists.openembedded.org

Reply via email to