From 4ddb85b18b2fd67c2e314363197ea031121f2b9f Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 17 Nov 2015 18:30:50 +0100 Subject: tests: add networkd integration test This uses temporary configuration in /run and temporary veth devices, and does not write anything on disk or change any system configuration; but it assumes (and checks at the beginning) that networkd is not currently running. This can be run on a normal installation, in QEMU, nspawn, or LXC. As this requires root privileges, this is not integrated into "make check". --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 296f2c7e5f..45330b2b1a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5442,7 +5442,8 @@ endif EXTRA_DIST += \ units/systemd-networkd.service.m4.in \ - units/systemd-networkd-wait-online.service.in + units/systemd-networkd-wait-online.service.in \ + test/networkd-test.py # ------------------------------------------------------------------------------ if ENABLE_LOGIND -- cgit v1.2.3-54-g00ecf