Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/support/testing/tests/init/
H A Dtest_busybox.py5 class InitSystemBusyboxBase(InitSystemBase): class
12 super(InitSystemBusyboxBase, self).check_init("/bin/busybox")
15 class TestInitSystemBusyboxRo(InitSystemBusyboxBase):
16 config = InitSystemBusyboxBase.config + \
28 class TestInitSystemBusyboxRw(InitSystemBusyboxBase):
29 config = InitSystemBusyboxBase.config + \
40 class TestInitSystemBusyboxRoNet(InitSystemBusyboxBase):
41 config = InitSystemBusyboxBase.config + \
54 class TestInitSystemBusyboxRwNet(InitSystemBusyboxBase):
55 config = InitSystemBusyboxBase.config + \