]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
support/tests: enhance the runtime systemd tests
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 4 Mar 2018 17:06:17 +0000 (18:06 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 4 Mar 2018 20:10:23 +0000 (21:10 +0100)
commit69781ebb509c835cad7b6cd12ea37cb8296fb64d
tree932f1576f7c2726469f5ab976e2f65bebcc6e7dd
parent6e5df928539efd424a381f3434fe5b9da1f2dffa
support/tests: enhance the runtime systemd tests

Recent systemd bump has broken DBus dameon and DBus applications can no
longer find the daemon. So we want to catch those kind of failures
early.

We also want to check that the system as a whole is stable: no unit
should be failed.

Finally, ensure that we can read the jounrnal, even when we are doing our
tricks on read-only systems.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
support/testing/tests/init/test_systemd.py