]> git.ipfire.org Git - thirdparty/systemd.git/commit
tests: add networkd integration test 1934/head
authorMartin Pitt <martin.pitt@ubuntu.com>
Tue, 17 Nov 2015 17:30:50 +0000 (18:30 +0100)
committerMartin Pitt <martin.pitt@ubuntu.com>
Fri, 27 Nov 2015 10:53:07 +0000 (11:53 +0100)
commit4ddb85b18b2fd67c2e314363197ea031121f2b9f
tree55a517fbfb1718aa8218e38000f65ffc8b4b34d2
parentff7d5a5c7c9faa553a24861db4bf531560df9c0d
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
test/networkd-test.py [new file with mode: 0755]