|
@@ -200,7 +200,7 @@ Expected wait_for_message return %d, returned %d."
|
|
|
assert_eq 0 ${_GET_LOG_MESSAGES} \
|
|
|
"Expected get_log_messages return %d, returned %d."
|
|
|
|
|
|
- # Server may shut down imediatelly after configuration has competed.
|
|
|
+ # Server may shut down immediately after configuration has completed.
|
|
|
# Give it some time to shutdown.
|
|
|
sleep 3
|
|
|
|
|
@@ -317,7 +317,7 @@ Expected wait_for_message return %d, returned %d."
|
|
|
assert_eq 2 ${_GET_LOG_MESSAGES} \
|
|
|
"Expected get_log_messages for DCT_STANDALONE return %d, returned %d."
|
|
|
|
|
|
- # Server may shut down imediatelly after configuration has competed.
|
|
|
+ # Server may shut down immediately after configuration has completed.
|
|
|
# Give it some time to shutdown.
|
|
|
sleep 3
|
|
|
|
|
@@ -392,7 +392,7 @@ dhcp_ddns=no\nctrl_agent=no\nkea_verbose=no\n${keactrl_fixed_config}"
|
|
|
printf "Starting Kea: ${keactrl} start -c ${KEACTRL_CFG_FILE}\n"
|
|
|
${keactrl} start -c ${KEACTRL_CFG_FILE}
|
|
|
ret=${?}
|
|
|
- assert_eq 0 ${ret} "Expected keactrl to retrun 0, returned value was ${ret}"
|
|
|
+ assert_eq 0 ${ret} "Expected keactrl to return 0, returned value was ${ret}"
|
|
|
|
|
|
# Wait up to 20s for the DHCPv4 server to configure.
|
|
|
wait_for_message 20 "DHCP4_CONFIG_COMPLETE" 1
|
|
@@ -400,7 +400,7 @@ dhcp_ddns=no\nctrl_agent=no\nkea_verbose=no\n${keactrl_fixed_config}"
|
|
|
"Timeout waiting for ${kea4_name} to start. \
|
|
|
Expected wait_for_message return %d, returned %d."
|
|
|
|
|
|
- # Server may shut down imediatelly after configuration has competed.
|
|
|
+ # Server may shut down immediately after configuration has completed.
|
|
|
# Give it some time to shutdown.
|
|
|
sleep 3
|
|
|
|
|
@@ -488,7 +488,7 @@ dhcp_ddns=no\nctrl_agent=no\nkea_verbose=no\n${keactrl_fixed_config}"
|
|
|
"Timeout waiting for ${kea6_name} to start. \
|
|
|
Expected wait_for_message return %d, returned %d."
|
|
|
|
|
|
- # Server may shut down imediatelly after configuration has competed.
|
|
|
+ # Server may shut down immediately after configuration has completed.
|
|
|
# Give it some time to shutdown.
|
|
|
sleep 3
|
|
|
|
|
@@ -568,7 +568,7 @@ dhcp_ddns=no\nctrl_agent=no\nkea_verbose=no\n${keactrl_fixed_config}"
|
|
|
printf "Starting Kea: ${keactrl} start -c ${KEACTRL_CFG_FILE}\n"
|
|
|
${keactrl} start -c ${KEACTRL_CFG_FILE}
|
|
|
ret=${?}
|
|
|
- assert_eq 0 ${ret} "Expected keactrl to retrun 0, returned value was ${ret}"
|
|
|
+ assert_eq 0 ${ret} "Expected keactrl to return 0, returned value was ${ret}"
|
|
|
|
|
|
# Wait up to 20s for the DHCPv6 server to configure.
|
|
|
wait_for_message 20 "DHCP6_CONFIG_COMPLETE" 1
|
|
@@ -576,7 +576,7 @@ dhcp_ddns=no\nctrl_agent=no\nkea_verbose=no\n${keactrl_fixed_config}"
|
|
|
"Timeout waiting for ${kea6_name} to start. \
|
|
|
Expected wait_for_message return %d, returned %d."
|
|
|
|
|
|
- # Server may shut down imediatelly after configuration has competed.
|
|
|
+ # Server may shut down immediately after configuration has completed.
|
|
|
# Give it some time to shutdown.
|
|
|
sleep 3
|
|
|
|
|
@@ -731,7 +731,7 @@ dhcp_ddns=no\nctrl_agent=yes\nkea_verbose=yes\n${keactrl_fixed_config}"
|
|
|
printf "Starting Kea: ${keactrl} start -c ${KEACTRL_CFG_FILE}\n"
|
|
|
${keactrl} start -c ${KEACTRL_CFG_FILE}
|
|
|
ret=${?}
|
|
|
- assert_eq 0 ${ret} "Expected keactrl to retrun 0, returned value was ${ret}"
|
|
|
+ assert_eq 0 ${ret} "Expected keactrl to return 0, returned value was ${ret}"
|
|
|
|
|
|
# Wait up to 20s for the DHCPv4 server to configure.
|
|
|
wait_for_message 20 "DHCP4_CONFIG_COMPLETE" 1
|
|
@@ -739,7 +739,7 @@ dhcp_ddns=no\nctrl_agent=yes\nkea_verbose=yes\n${keactrl_fixed_config}"
|
|
|
"Timeout waiting for ${kea4_name} to start. \
|
|
|
Expected wait_for_message return %d, returned %d."
|
|
|
|
|
|
- # Server may shut down imediatelly after configuration has competed.
|
|
|
+ # Server may shut down immediately after configuration has completed.
|
|
|
# Give it some time to shutdown.
|
|
|
sleep 3
|
|
|
|
|
@@ -783,7 +783,7 @@ dhcp_ddns=yes\nctrl_agent=yes\nkea_verbose=no\n${keactrl_fixed_config}"
|
|
|
printf "Starting Kea: ${keactrl} start -c ${KEACTRL_CFG_FILE}\n"
|
|
|
${keactrl} start -c ${KEACTRL_CFG_FILE}
|
|
|
ret=${?}
|
|
|
- assert_eq 0 ${ret} "Expected keactrl to retrun 0, returned value was ${ret}"
|
|
|
+ assert_eq 0 ${ret} "Expected keactrl to return 0, returned value was ${ret}"
|
|
|
|
|
|
# Wait up to 20s for the DHCPv6 server to configure.
|
|
|
wait_for_message 20 "DHCP6_CONFIG_COMPLETE" 1
|
|
@@ -926,7 +926,7 @@ Expected wait_for_message return %d, returned %d."
|
|
|
assert_eq 0 ${_GET_LOG_MESSAGES} \
|
|
|
"Expected get_log_messages return %d, returned %d."
|
|
|
|
|
|
- # Server may shut down imediatelly after configuration has competed.
|
|
|
+ # Server may shut down immediately after configuration has completed.
|
|
|
# Give it some time to shutdown.
|
|
|
sleep 3
|
|
|
|