Home
last modified time | relevance | path

Searched refs:InitSystemBase (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/support/testing/tests/init/
H A Dtest_openrc.py1 from tests.init.base import InitSystemBase as InitSystemBase unknown
4 class InitSystemOpenrcBase(InitSystemBase):
H A Dtest_none.py4 from tests.init.base import InitSystemBase as InitSystemBase unknown
7 class TestInitSystemNone(InitSystemBase):
H A Dtest_busybox.py2 from tests.init.base import InitSystemBase as InitSystemBase unknown
5 class InitSystemBusyboxBase(InitSystemBase):
H A Dtest_systemd.py2 from tests.init.base import InitSystemBase as InitSystemBase unknown
5 class InitSystemSystemdBase(InitSystemBase):
H A Dbase.py5 class InitSystemBase(infra.basetest.BRTest): class