From dd9dfb64eaefb2561d928effdd93bd5bc2c702bd Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Wed, 2 Aug 2017 00:52:24 +0200 Subject: support/testing: add runtime testing for read-only systemd We add the 3 following combinations: - basic systemd, read-only, network w/ ifupdown - basic systemd, read-only, network w/ networkd - full systemd, read-only, network w/ networkd The tests just verify what the /sbin/init binary is, and that we were able to grab an IP address. More tests can be added later, for example to check each systemd features (journal, tmpfiles...) Signed-off-by: "Yann E. MORIN" Cc: Thomas Petazzoni [Arnout: regenerate .gitlab-ci.yml] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- support/testing/tests/init/systemd-factory/var/foo/bar | 1 + 1 file changed, 1 insertion(+) create mode 100644 support/testing/tests/init/systemd-factory/var/foo/bar (limited to 'support/testing/tests/init/systemd-factory') diff --git a/support/testing/tests/init/systemd-factory/var/foo/bar b/support/testing/tests/init/systemd-factory/var/foo/bar new file mode 100644 index 0000000000..323fae03f4 --- /dev/null +++ b/support/testing/tests/init/systemd-factory/var/foo/bar @@ -0,0 +1 @@ +foobar -- cgit v1.2.3