]> git.ipfire.org Git - thirdparty/systemd.git/commit - test/test-network/systemd-networkd-tests.py
test-network: add one more test for netdev dropin .conf files 10928/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 26 Nov 2018 13:05:48 +0000 (22:05 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 26 Nov 2018 13:48:27 +0000 (22:48 +0900)
commitd80734f7cd884ef1261ace989549cad28de010f2
tree88be19e04555cb9f304970bc47974e0591e77419
parent013c8dc94d9f8e3661d928bb90ba3e7f1b74fdfc
test-network: add one more test for netdev dropin .conf files

For netdev, config files are loaded twice, and the first time,
only Match and NetDev setions are read. So, the test given by
the previous commit covers only the second loading.
This adds another test that also covers the first loading.
test/test-network/conf/10-dropin-test.netdev [new file with mode: 0644]
test/test-network/conf/10-dropin-test.netdev.d/mac.conf [new file with mode: 0644]
test/test-network/conf/10-dropin-test.netdev.d/name.conf [new file with mode: 0644]
test/test-network/systemd-networkd-tests.py