]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3405] Renamed tests for signal handlers.
authorMarcin Siodelski <marcin@isc.org>
Tue, 3 Jun 2014 10:11:50 +0000 (12:11 +0200)
committerMarcin Siodelski <marcin@isc.org>
Tue, 3 Jun 2014 10:11:50 +0000 (12:11 +0200)
src/bin/dhcp4/tests/dhcp4_reconfigure_test.sh
src/bin/dhcp4/tests/dhcp4_sigint_test.sh
src/bin/dhcp4/tests/dhcp4_sigterm_test.sh
src/bin/dhcp6/tests/dhcp6_reconfigure_test.sh
src/bin/dhcp6/tests/dhcp6_sigint_test.sh
src/bin/dhcp6/tests/dhcp6_sigterm_test.sh

index f8f5ca541d5212e81412a2b13b1fd1e269ad8868..0bd60362c2354f2fce56d959b96e5e622c166140 100755 (executable)
@@ -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.
index 80c8691826ed6658117c442ad1a117741385a711..476d9fbfc442dc671e16b2b0a19f761fedbf0f57 100755 (executable)
@@ -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
index 2c5f837d1bfd7c0d045d7239c1f1191f9a51ff2c..f9f77933f70aa80b5868bae579ee9dc6fc2a9595 100755 (executable)
@@ -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
index 5992fd6e3d8b7f805934ebf592691213795e8b5a..7a13bec1e976cea442429ea919459f303bce295a 100755 (executable)
@@ -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.
index eda62481d172061e1be0e5997b5a0a8f183a6373..9a575226e986447420c57b2b9e57482d29746d52 100755 (executable)
@@ -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
index 13856cea487381e0afa2ca29b4b0b792503d8d76..b5f84c2cde67e061b0b5cb8cae99f4c28db9c56e 100755 (executable)
@@ -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