|
@@ -16,6 +16,8 @@
|
|
|
CFG_FILE=@abs_top_builddir@/src/bin/dhcp6/tests/test_config.json
|
|
|
# Path to the Kea log file.
|
|
|
LOG_FILE=@abs_top_builddir@/src/bin/dhcp6/tests/test.log
|
|
|
+# Expected version
|
|
|
+EXPECTED_VERSION="@PACKAGE_VERSION@"
|
|
|
# Kea configuration to be stored in the configuration file.
|
|
|
CONFIG="{
|
|
|
\"Dhcp6\":
|
|
@@ -257,5 +259,6 @@ shutdown_test() {
|
|
|
}
|
|
|
|
|
|
dynamic_reconfiguration_test
|
|
|
-shutdown_test "dhcpv4.sigterm_test" 15
|
|
|
-shutdown_test "dhcpv4.sigint_test" 2
|
|
|
+shutdown_test "dhcpv6.sigterm_test" 15
|
|
|
+shutdown_test "dhcpv6.sigint_test" 2
|
|
|
+version_test "dhcpv6.version"
|