]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
test: remove references of dhcpd3 from tests
authorHenrik Gombos <henrik99999@gmail.com>
Fri, 19 May 2023 00:20:38 +0000 (00:20 +0000)
committerLaszlo Gombos <laszlo.gombos@gmail.com>
Fri, 19 May 2023 13:34:04 +0000 (09:34 -0400)
dhcp3-server is no longer supported by Debian
and it is replaced by isc-dhcp-server.

test/TEST-20-NFS/test.sh
test/TEST-30-ISCSI/test.sh
test/TEST-35-ISCSI-MULTI/test.sh
test/TEST-40-NBD/test.sh
test/TEST-50-MULTINIC/test.sh
test/TEST-60-BONDBRIDGEVLAN/test.sh

index 9cafce73b27f24d526bbf31e1b7847993324a55f..eeeaf742bfcfb6172b71f1e489bf517df7e96a68 100755 (executable)
@@ -267,7 +267,6 @@ test_setup() {
 
         [ -f /etc/netconfig ] && inst_multiple /etc/netconfig
         type -P dhcpd > /dev/null && inst_multiple dhcpd
-        [ -x /usr/sbin/dhcpd3 ] && inst /usr/sbin/dhcpd3 /usr/sbin/dhcpd
         instmods nfsd sunrpc ipv6 lockd af_packet
         inst ./server-init.sh /sbin/init
         inst_simple /etc/os-release
index a6aa17330377e455d0282f3b35334c5b5c0f919a..761aadb5e2319f9f032e28e7c10c8ac6146ff214 100755 (executable)
@@ -234,7 +234,6 @@ test_setup() {
         instmods iscsi_tcp crc32c ipv6 af_packet
         [ -f /etc/netconfig ] && inst_multiple /etc/netconfig
         type -P dhcpd > /dev/null && inst_multiple dhcpd
-        [ -x /usr/sbin/dhcpd3 ] && inst /usr/sbin/dhcpd3 /usr/sbin/dhcpd
         inst ./server-init.sh /sbin/init
         inst ./hosts /etc/hosts
         inst ./dhcpd.conf /etc/dhcpd.conf
index 19ee07557ad9ef5be5b150b09c8a573702090e88..225ad7046ed292c9ecbd3e764fd683ed9e48394e 100755 (executable)
@@ -246,7 +246,6 @@ test_setup() {
         instmods iscsi_tcp crc32c ipv6 af_packet
         [ -f /etc/netconfig ] && inst_multiple /etc/netconfig
         type -P dhcpd > /dev/null && inst_multiple dhcpd
-        [ -x /usr/sbin/dhcpd3 ] && inst /usr/sbin/dhcpd3 /usr/sbin/dhcpd
         inst ./server-init.sh /sbin/init
         inst ./hosts /etc/hosts
         inst ./dhcpd.conf /etc/dhcpd.conf
index 7df33710c9c87a13e125975fb874372bf4f33d1c..f4adaab2abcd1ec432a004a54be87f852ecc368f 100755 (executable)
@@ -388,7 +388,6 @@ EOF
         inst_multiple -o ${_terminfodir}/l/linux
         instmods nfsd sunrpc ipv6 lockd af_packet 8021q ipvlan macvlan
         type -P dhcpd > /dev/null && inst_multiple dhcpd
-        [ -x /usr/sbin/dhcpd3 ] && inst /usr/sbin/dhcpd3 /usr/sbin/dhcpd
         inst ./server-init.sh /sbin/init
         inst_simple /etc/os-release
         inst ./hosts /etc/hosts
index 6252196bed06ab83bdd38d6bb80ee05321d965b8..89c8d8ed7e6e6c5e3dd9acc4330a6231353fd8c5 100755 (executable)
@@ -206,7 +206,6 @@ test_setup() {
         type -P rpcbind > /dev/null && inst_multiple rpcbind
         [ -f /etc/netconfig ] && inst_multiple /etc/netconfig
         type -P dhcpd > /dev/null && inst_multiple dhcpd
-        [ -x /usr/sbin/dhcpd3 ] && inst /usr/sbin/dhcpd3 /usr/sbin/dhcpd
         instmods nfsd sunrpc ipv6 lockd af_packet
         inst ./server-init.sh /sbin/init
         inst_simple /etc/os-release
index 780f8b1ab53495aa40492e00f2d9ef34ccda865b..318215eefb34c5c18f76ccdc7e10c7f108507095 100755 (executable)
@@ -248,7 +248,6 @@ test_setup() {
         type -P rpcbind > /dev/null && inst_multiple rpcbind
         [ -f /etc/netconfig ] && inst_multiple /etc/netconfig
         type -P dhcpd > /dev/null && inst_multiple dhcpd
-        [ -x /usr/sbin/dhcpd3 ] && inst /usr/sbin/dhcpd3 /usr/sbin/dhcpd
         instmods nfsd sunrpc ipv6 lockd af_packet 8021q bonding
         inst_simple /etc/os-release
         inst ./server-init.sh /sbin/init