Home
last modified time | relevance | path

Searched refs:dhcp_name (Results 1 - 3 of 3) sorted by relevance

/third_party/ltp/testcases/network/dhcp/
H A Ddhcp_lib.sh12 TST_NEEDS_CMDS="cat $dhcp_name awk ip pgrep pkill dhclient"
19 [ "$(pgrep -x $dhcp_name)" ] || return 0
21 tst_res TINFO "stopping $dhcp_name"
24 pkill -x $dhcp_name
25 [ "$(pgrep -x $dhcp_name)" ] || return 0
30 pkill -9 -x $dhcp_name
32 [ "$(pgrep -x $dhcp_name)" ] && return 1 || return 0
117 tst_res TINFO "testing DHCP server $dhcp_name: $(print_dhcp_version)"
125 tst_brk TBROK "Failed to start $dhcp_name"
130 if [ "$(pgrep '$dhcp_name')" ]; the
[all...]
H A Ddnsmasq_tests.sh41 dhcp_name="dnsmasq"
H A Ddhcpd_tests.sh12 dhcp_name="dhcpd"

Completed in 1 milliseconds