Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
ecbe74f1
Commit
ecbe74f1
authored
Nov 02, 2016
by
Marcin Siodelski
Browse files
[github31] Merge branch 'eest-lfc_test_fix' into github31
parents
d3682634
66c027f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/tests/dhcp4_process_tests.sh.in
View file @
ecbe74f1
...
@@ -318,7 +318,7 @@ lfc_timer_test() {
...
@@ -318,7 +318,7 @@ lfc_timer_test() {
sleep 1
sleep 1
# Modify the interval.
# Modify the interval.
LFC_CONFIG=$(printf "${CONFIG}" | sed -e 's/\"lfc-interval\": 1/\"lfc-interval\": 2/g')
LFC_CONFIG=$(printf "${
LFC_
CONFIG}" | sed -e 's/\"lfc-interval\": 1/\"lfc-interval\": 2/g')
# Create new configuration file.
# Create new configuration file.
create_config "${LFC_CONFIG}"
create_config "${LFC_CONFIG}"
...
...
src/bin/dhcp6/tests/dhcp6_process_tests.sh.in
View file @
ecbe74f1
...
@@ -321,7 +321,7 @@ lfc_timer_test() {
...
@@ -321,7 +321,7 @@ lfc_timer_test() {
sleep 1
sleep 1
# Modify the interval.
# Modify the interval.
LFC_CONFIG=$(printf "${CONFIG}" | sed -e 's/\"lfc-interval\": 1/\"lfc-interval\": 2/g')
LFC_CONFIG=$(printf "${
LFC_
CONFIG}" | sed -e 's/\"lfc-interval\": 1/\"lfc-interval\": 2/g')
# Create new configuration file.
# Create new configuration file.
create_config "${LFC_CONFIG}"
create_config "${LFC_CONFIG}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment