]> git.ipfire.org Git - thirdparty/systemd.git/commit - test/test-network/systemd-networkd-tests.py
test: modify/add tests for UseRoutes= and UseGateway= configuration
authorDan Streetman <ddstreet@canonical.com>
Wed, 15 Apr 2020 20:26:20 +0000 (16:26 -0400)
committerDan Streetman <ddstreet@canonical.com>
Tue, 21 Apr 2020 21:15:02 +0000 (17:15 -0400)
commit7c0d36ff5fc31d00e26661fd2ad45291ed0eb6f7
tree9846cabb54ea2be8abb723a6fc667253aec16078
parent589397a27759bd650b3674029cb0ef73347c913b
test: modify/add tests for UseRoutes= and UseGateway= configuration

The last commit changed the UseGateway= default to the value of UseRoutes=
so the tests need to check for all combinations of the two parameters.
test/test-network/conf/dhcp-client-ipv4-use-routes-no.network [deleted file]
test/test-network/conf/dhcp-client-ipv4-use-routes-use-gateway.network [moved from test/test-network/conf/dhcp-client-ipv4-use-gateway-no.network with 81% similarity]
test/test-network/conf/dhcp-client-ipv4-use-routes-use-gateway.network.d/use-gateway-False.conf [new file with mode: 0644]
test/test-network/conf/dhcp-client-ipv4-use-routes-use-gateway.network.d/use-gateway-True.conf [new file with mode: 0644]
test/test-network/conf/dhcp-client-ipv4-use-routes-use-gateway.network.d/use-routes-False.conf [new file with mode: 0644]
test/test-network/conf/dhcp-client-ipv4-use-routes-use-gateway.network.d/use-routes-True.conf [new file with mode: 0644]
test/test-network/systemd-networkd-tests.py