]> git.ipfire.org Git - thirdparty/systemd.git/commit - test/test-network/systemd-networkd-tests.py
test-network: add more tests for tunneling devices
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 21 Mar 2019 16:48:49 +0000 (01:48 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 21 Mar 2019 18:31:50 +0000 (03:31 +0900)
commit6a97a864898c95d761347b2c1cfc5addf2ef3b9b
tree7742f6774b56fdfcd530c9bf56c3e99753d4e2ea
parentbb9683e096f0f4db364885a71ae4e9b48e7b9ddf
test-network: add more tests for tunneling devices
30 files changed:
test/test-network/conf/25-erspan-tunnel-local-any.netdev [new file with mode: 0644]
test/test-network/conf/25-erspan-tunnel.netdev
test/test-network/conf/25-gre-tunnel-local-any.netdev [new file with mode: 0644]
test/test-network/conf/25-gre-tunnel-remote-any.netdev [new file with mode: 0644]
test/test-network/conf/25-gretap-tunnel-local-any.netdev [new file with mode: 0644]
test/test-network/conf/25-ip6gre-tunnel-local-any.netdev [new file with mode: 0644]
test/test-network/conf/25-ip6gre-tunnel-remote-any.netdev [new file with mode: 0644]
test/test-network/conf/25-ip6gre-tunnel.netdev
test/test-network/conf/25-ip6gretap-tunnel-local-any.netdev [new file with mode: 0644]
test/test-network/conf/25-ip6gretap-tunnel.netdev [new file with mode: 0644]
test/test-network/conf/25-ip6tnl-tunnel-local-any.netdev [new file with mode: 0644]
test/test-network/conf/25-ip6tnl-tunnel-remote-any.netdev [new file with mode: 0644]
test/test-network/conf/25-ipip-tunnel-local-any.netdev [new file with mode: 0644]
test/test-network/conf/25-ipip-tunnel-remote-any.netdev [new file with mode: 0644]
test/test-network/conf/25-sit-tunnel-local-any.netdev [new file with mode: 0644]
test/test-network/conf/25-sit-tunnel-remote-any.netdev [new file with mode: 0644]
test/test-network/conf/25-vti-tunnel-local-any.netdev [new file with mode: 0644]
test/test-network/conf/25-vti-tunnel-remote-any.netdev [new file with mode: 0644]
test/test-network/conf/25-vti6-tunnel-local-any.netdev [new file with mode: 0644]
test/test-network/conf/25-vti6-tunnel-remote-any.netdev [new file with mode: 0644]
test/test-network/conf/gretap.network
test/test-network/conf/gretun.network
test/test-network/conf/ip6gretap.network
test/test-network/conf/ip6gretun.network [new file with mode: 0644]
test/test-network/conf/ip6tnl.network
test/test-network/conf/ipip.network
test/test-network/conf/sit.network
test/test-network/conf/vti.network
test/test-network/conf/vti6.network
test/test-network/systemd-networkd-tests.py