From 94d31bba225b322edc02b2f79dce84a9d86b8bc5 Mon Sep 17 00:00:00 2001 From: marcus-cr Date: Wed, 26 Oct 2016 06:37:35 -0400 Subject: [PATCH] NETW-3030 - DHCPD Support Added (#299) Added support for DHCPD --- include/tests_networking | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_networking b/include/tests_networking index 9c890128..26d042f0 100644 --- a/include/tests_networking +++ b/include/tests_networking @@ -574,7 +574,7 @@ # Description : Checking for DHCP client Register --test-no NETW-3030 --weight L --network NO --category security --description "Checking DHCP client status" if [ ${SKIPTEST} -eq 0 ]; then - IsRunning dhclient + IsRunning dhclient || IsRunning dhcpd if [ ${RUNNING} -eq 1 ]; then Display --indent 2 --text "- Checking status DHCP client" --result "${STATUS_RUNNING}" --color WHITE DHCP_CLIENT_RUNNING=1