From: Marcin Siodelski Date: Tue, 3 Jun 2014 10:11:50 +0000 (+0200) Subject: [3405] Renamed tests for signal handlers. X-Git-Tag: trac3434_base~11^2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=39fe53b2ca30d77a7ea675966a742faf888e094e;p=thirdparty%2Fkea.git [3405] Renamed tests for signal handlers. --- diff --git a/src/bin/dhcp4/tests/dhcp4_reconfigure_test.sh b/src/bin/dhcp4/tests/dhcp4_reconfigure_test.sh index f8f5ca541d..0bd60362c2 100755 --- a/src/bin/dhcp4/tests/dhcp4_reconfigure_test.sh +++ b/src/bin/dhcp4/tests/dhcp4_reconfigure_test.sh @@ -13,7 +13,7 @@ # PERFORMANCE OF THIS SOFTWARE. # Test name -TEST_NAME="DHCPv4.DynamicReconfiguration" +TEST_NAME="DHCPv4.dynamicReconfiguration" # Path to the temporary configuration file. CFG_FILE="test_config.json" # Path to the Kea log file. diff --git a/src/bin/dhcp4/tests/dhcp4_sigint_test.sh b/src/bin/dhcp4/tests/dhcp4_sigint_test.sh index 80c8691826..476d9fbfc4 100755 --- a/src/bin/dhcp4/tests/dhcp4_sigint_test.sh +++ b/src/bin/dhcp4/tests/dhcp4_sigint_test.sh @@ -13,4 +13,4 @@ # PERFORMANCE OF THIS SOFTWARE. # 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 diff --git a/src/bin/dhcp4/tests/dhcp4_sigterm_test.sh b/src/bin/dhcp4/tests/dhcp4_sigterm_test.sh index 2c5f837d1b..f9f77933f7 100755 --- a/src/bin/dhcp4/tests/dhcp4_sigterm_test.sh +++ b/src/bin/dhcp4/tests/dhcp4_sigterm_test.sh @@ -13,4 +13,4 @@ # PERFORMANCE OF THIS SOFTWARE. # 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 diff --git a/src/bin/dhcp6/tests/dhcp6_reconfigure_test.sh b/src/bin/dhcp6/tests/dhcp6_reconfigure_test.sh index 5992fd6e3d..7a13bec1e9 100755 --- a/src/bin/dhcp6/tests/dhcp6_reconfigure_test.sh +++ b/src/bin/dhcp6/tests/dhcp6_reconfigure_test.sh @@ -13,7 +13,7 @@ # PERFORMANCE OF THIS SOFTWARE. # Test name -TEST_NAME="DynamicReconfiguration" +TEST_NAME="DHCPv6.dynamicReconfiguration" # Path to the temporary configuration file. CFG_FILE="test_config.json" # Path to the Kea log file. diff --git a/src/bin/dhcp6/tests/dhcp6_sigint_test.sh b/src/bin/dhcp6/tests/dhcp6_sigint_test.sh index eda62481d1..9a575226e9 100755 --- a/src/bin/dhcp6/tests/dhcp6_sigint_test.sh +++ b/src/bin/dhcp6/tests/dhcp6_sigint_test.sh @@ -13,4 +13,4 @@ # PERFORMANCE OF THIS SOFTWARE. # 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 diff --git a/src/bin/dhcp6/tests/dhcp6_sigterm_test.sh b/src/bin/dhcp6/tests/dhcp6_sigterm_test.sh index 13856cea48..b5f84c2cde 100755 --- a/src/bin/dhcp6/tests/dhcp6_sigterm_test.sh +++ b/src/bin/dhcp6/tests/dhcp6_sigterm_test.sh @@ -13,4 +13,4 @@ # PERFORMANCE OF THIS SOFTWARE. # 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