Searched refs:InitSystemSystemdBase (Results 1 – 1 of 1) sorted by relevance
5 class InitSystemSystemdBase(InitSystemBase): class25 super(InitSystemSystemdBase, self).check_init("/lib/systemd/systemd")39 class TestInitSystemSystemdRoNetworkd(InitSystemSystemdBase):40 config = InitSystemSystemdBase.config + \60 class TestInitSystemSystemdRwNetworkd(InitSystemSystemdBase):61 config = InitSystemSystemdBase.config + \73 class TestInitSystemSystemdRoIfupdown(InitSystemSystemdBase):74 config = InitSystemSystemdBase.config + \88 class TestInitSystemSystemdRwIfupdown(InitSystemSystemdBase):89 config = InitSystemSystemdBase.config + \[all …]