diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2015-11-17 18:30:50 +0100 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2015-11-27 11:53:07 +0100 |
commit | 4ddb85b18b2fd67c2e314363197ea031121f2b9f (patch) | |
tree | 55a517fbfb1718aa8218e38000f65ffc8b4b34d2 /Makefile.am | |
parent | ff7d5a5c7c9faa553a24861db4bf531560df9c0d (diff) |
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".
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 |