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)
committerMichael Biebl <biebl@debian.org>
Mon, 27 Jul 2020 21:24:47 +0000 (22:24 +0100)
commit74d846c2fd378add197be1bfaa4d45115dbcd350
tree593ac746eef38a067b494e4ceda72bc39ec133ab
parente1e5fcf41cedaa3cebe8d8ce692065ef2603f905
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.

(cherry picked from commit 7c0d36ff5fc31d00e26661fd2ad45291ed0eb6f7)

Gbp-Pq: Name test-modify-add-tests-for-UseRoutes-and-UseGateway-config.patch
test/test-network/conf/dhcp-client-ipv4-use-gateway-no.network [deleted file]
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 [new file with mode: 0644]
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