summaryrefslogtreecommitdiff
path: root/test/test-network/conf
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-07-09 08:10:08 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-07-09 11:44:25 +0900
commit15519a81ace0b48ac23c04ba524c586a52c4cee7 (patch)
tree31485435f700ed7638816a09c80adfe5c1b514b1 /test/test-network/conf
parent3857d367f0028dd5480498ba5d3507866c7f294e (diff)
downloadsystemd-15519a81ace0b48ac23c04ba524c586a52c4cee7.tar.gz
test-network: drop test_dhcp_client_ipv4_ipv6
As the test is covered by test_dhcp_client_reuse_address_as_static.
Diffstat (limited to 'test/test-network/conf')
-rw-r--r--test/test-network/conf/25-dhcp-client-ipv4-ipv6.network8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/test-network/conf/25-dhcp-client-ipv4-ipv6.network b/test/test-network/conf/25-dhcp-client-ipv4-ipv6.network
deleted file mode 100644
index fe5a7ab058..0000000000
--- a/test/test-network/conf/25-dhcp-client-ipv4-ipv6.network
+++ /dev/null
@@ -1,8 +0,0 @@
-# SPDX-License-Identifier: LGPL-2.1-or-later
-[Match]
-Name=veth99
-
-[Network]
-DHCP=ipv4
-# Even if the DHCPv6 client is disabled in config, IPv6AcceptRA=yes
-# (which is enabled by default) implies the DHCPv6 client.