Lines Matching +full:- +full:36000

1 #!/usr/bin/env atf-sh
3 # SPDX-License-Identifier: BSD-2-Clause
5 # Copyright 2022 John-Mark Gurney
32 # make WITH_TESTS=yes -j 4 all install && kyua test -k /usr/tests/Kyuafile sbin/dhclient/pcp
35 # kyua report --verbose -r $(ls -tr ~/.kyua/store/results.*.db | tail -n 1)
46 rm -f dhclient.dhcpd.conf lease.dhclient.test dhclient.test.pid
62 if ! [ -x "$dhcpd" ]; then
63 atf_skip "ISC dhcp server (isc-dhcp44-server) not installed"
77 default-lease-time 36000;
78 max-lease-time 86400;
83 option domain-name-servers 192.0.2.2;
89 …atf_check -e ignore ${dhcpd} -cf ./dhclient.dhcpd.conf -lf ./dhcpd.leases.conf -pf ./dhcpd.pid ${e…
92 …atf_check -e match:'DHCPACK from 192.0.2.2' jexec dhclient_normal_test dhclient -c /dev/null -l ./…
95 atf_check -o match:'inet 192.0.2.10' jexec dhclient_normal_test ifconfig ${epair}b
116 if ! [ -x "$dhcpd" ]; then
117 atf_skip "ISC dhcp server (isc-dhcp44-server) not installed"
128 kldstat -q -n ng_ether || kldload ng_ether
129 kldstat -q -n ng_iface || kldload ng_iface
130 kldstat -q -n ng_vlan || kldload ng_vlan
140 ngiface=$(ngctl show ${epair}a:lower.vlan0 | head -n 1 | awk '{ print $2}')
158 default-lease-time 36000;
159 max-lease-time 86400;
164 option domain-name-servers 192.0.2.2;
170 …atf_check -e ignore ${dhcpd} -cf ./dhclient.dhcpd.conf -lf ./dhcpd.leases.conf -pf ./dhcpd.pid ${n…
173 …atf_check -e match:'DHCPACK from 192.0.2.2' jexec dhclient_pcp_test dhclient -c /dev/null -l ./lea…
176 atf_check -o match:'inet 192.0.2.10' jexec dhclient_pcp_test ifconfig ${epair}b
188 rm -f ngctl.shutdown