diff options
author | Andrei Pavel <andrei@isc.org> | 2021-07-05 15:18:57 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2021-07-05 15:18:57 +0200 |
commit | 55fe8df497b03b93220d4e6379e1f1a857fc6fc0 (patch) | |
tree | 6175ccaa421cc30b0130767f1836c8e7a526d2e0 /src/bin/agent | |
parent | [#1920] Fix in PgSQL tests (diff) | |
download | kea-55fe8df497b03b93220d4e6379e1f1a857fc6fc0.tar.xz kea-55fe8df497b03b93220d4e6379e1f1a857fc6fc0.zip |
[#1961] centralize shell test preparation
Diffstat (limited to 'src/bin/agent')
-rw-r--r-- | src/bin/agent/tests/ca_process_tests.sh.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bin/agent/tests/ca_process_tests.sh.in b/src/bin/agent/tests/ca_process_tests.sh.in index dc9007a680..b5331523ec 100644 --- a/src/bin/agent/tests/ca_process_tests.sh.in +++ b/src/bin/agent/tests/ca_process_tests.sh.in @@ -95,8 +95,6 @@ syntax_check_test() { # Log the start of the test and print test name. test_start "${test_name}" - # Remove dangling Kea instances and remove log files. - cleanup # Create correct configuration file. create_config "${config}" # Check it @@ -117,8 +115,6 @@ shutdown_test() { signum=${2} # Signal number # Log the start of the test and print test name. test_start "${test_name}" - # Remove dangling D2 instances and remove log files. - cleanup # Create new configuration file. create_config "${CONFIG}" # Instruct Control Agent to log to the specific file. |