2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-03 15:35:17 +00:00

[3405] Renamed tests for signal handlers.

This commit is contained in:
Marcin Siodelski
2014-06-03 12:11:50 +02:00
parent db9b5842fc
commit 39fe53b2ca
6 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
# PERFORMANCE OF THIS SOFTWARE. # PERFORMANCE OF THIS SOFTWARE.
# Test name # Test name
TEST_NAME="DHCPv4.DynamicReconfiguration" TEST_NAME="DHCPv4.dynamicReconfiguration"
# Path to the temporary configuration file. # Path to the temporary configuration file.
CFG_FILE="test_config.json" CFG_FILE="test_config.json"
# Path to the Kea log file. # Path to the Kea log file.

View File

@@ -13,4 +13,4 @@
# PERFORMANCE OF THIS SOFTWARE. # PERFORMANCE OF THIS SOFTWARE.
# Run a test that sends SIGINT to Kea and checks if it shuts down gracefully. # Run a test that sends SIGINT to Kea and checks if it shuts down gracefully.
$(dirname $0)/dhcp4_shutdown_test.sh "Sigint" 2 $(dirname $0)/dhcp4_shutdown_test.sh "DHCPv4.sigint" 2

View File

@@ -13,4 +13,4 @@
# PERFORMANCE OF THIS SOFTWARE. # PERFORMANCE OF THIS SOFTWARE.
# Run a test that sends SIGTERM to Kea and checks if it shuts down gracefully. # Run a test that sends SIGTERM to Kea and checks if it shuts down gracefully.
$(dirname $0)/dhcp4_shutdown_test.sh "Sigterm" 15 $(dirname $0)/dhcp4_shutdown_test.sh "DHCPv4.sigterm" 15

View File

@@ -13,7 +13,7 @@
# PERFORMANCE OF THIS SOFTWARE. # PERFORMANCE OF THIS SOFTWARE.
# Test name # Test name
TEST_NAME="DynamicReconfiguration" TEST_NAME="DHCPv6.dynamicReconfiguration"
# Path to the temporary configuration file. # Path to the temporary configuration file.
CFG_FILE="test_config.json" CFG_FILE="test_config.json"
# Path to the Kea log file. # Path to the Kea log file.

View File

@@ -13,4 +13,4 @@
# PERFORMANCE OF THIS SOFTWARE. # PERFORMANCE OF THIS SOFTWARE.
# Run a test that sends SIGINT to Kea and checks if it shuts down gracefully. # Run a test that sends SIGINT to Kea and checks if it shuts down gracefully.
$(dirname $0)/dhcp6_shutdown_test.sh "Sigint" 2 $(dirname $0)/dhcp6_shutdown_test.sh "DHCPv6.sigint" 2

View File

@@ -13,4 +13,4 @@
# PERFORMANCE OF THIS SOFTWARE. # PERFORMANCE OF THIS SOFTWARE.
# Run a test that sends SIGTERM to Kea and checks if it shuts down gracefully. # Run a test that sends SIGTERM to Kea and checks if it shuts down gracefully.
$(dirname $0)/dhcp6_shutdown_test.sh "Sigterm" 15 $(dirname $0)/dhcp6_shutdown_test.sh "DHCPv6.sigterm" 15