diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:15:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:15:43 +0000 |
commit | f5f56e1a1c4d9e9496fcb9d81131066a964ccd23 (patch) | |
tree | 49e44c6f87febed37efb953ab5485aa49f6481a7 /src/bin/keactrl/tests | |
parent | Initial commit. (diff) | |
download | isc-kea-upstream.tar.xz isc-kea-upstream.zip |
Adding upstream version 2.4.1.upstream/2.4.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/bin/keactrl/tests')
-rw-r--r-- | src/bin/keactrl/tests/Makefile.am | 19 | ||||
-rw-r--r-- | src/bin/keactrl/tests/Makefile.in | 865 | ||||
-rw-r--r-- | src/bin/keactrl/tests/keactrl_tests.sh.in | 1568 |
3 files changed, 2452 insertions, 0 deletions
diff --git a/src/bin/keactrl/tests/Makefile.am b/src/bin/keactrl/tests/Makefile.am new file mode 100644 index 0000000..e2b6d94 --- /dev/null +++ b/src/bin/keactrl/tests/Makefile.am @@ -0,0 +1,19 @@ +SUBDIRS = . + +# Shell tests +SHTESTS = keactrl_tests.sh + +# As with every file generated by ./configure, clean them up when running +# "make distclean", but not on "make clean". +DISTCLEANFILES = $(SHTESTS) + +if HAVE_GTEST + +# Run shell tests on "make check". +check_SCRIPTS = $(SHTESTS) +TESTS = $(SHTESTS) + +endif + +# Don't install shell tests. +noinst_SCRIPTS = $(SHTESTS) diff --git a/src/bin/keactrl/tests/Makefile.in b/src/bin/keactrl/tests/Makefile.in new file mode 100644 index 0000000..84b8710 --- /dev/null +++ b/src/bin/keactrl/tests/Makefile.in @@ -0,0 +1,865 @@ +# Makefile.in generated by automake 1.16.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2018 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = src/bin/keactrl/tests +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4macros/ax_boost_for_kea.m4 \ + $(top_srcdir)/m4macros/ax_cpp11.m4 \ + $(top_srcdir)/m4macros/ax_cpp20.m4 \ + $(top_srcdir)/m4macros/ax_crypto.m4 \ + $(top_srcdir)/m4macros/ax_find_library.m4 \ + $(top_srcdir)/m4macros/ax_gssapi.m4 \ + $(top_srcdir)/m4macros/ax_gtest.m4 \ + $(top_srcdir)/m4macros/ax_isc_rpath.m4 \ + $(top_srcdir)/m4macros/ax_netconf.m4 \ + $(top_srcdir)/m4macros/libtool.m4 \ + $(top_srcdir)/m4macros/ltoptions.m4 \ + $(top_srcdir)/m4macros/ltsugar.m4 \ + $(top_srcdir)/m4macros/ltversion.m4 \ + $(top_srcdir)/m4macros/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = keactrl_tests.sh +CONFIG_CLEAN_VPATH_FILES = +SCRIPTS = $(noinst_SCRIPTS) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir distdir-am +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +am__tty_colors_dummy = \ + mgn= red= grn= lgn= blu= brg= std=; \ + am__color_tests=no +am__tty_colors = { \ + $(am__tty_colors_dummy); \ + if test "X$(AM_COLOR_TESTS)" = Xno; then \ + am__color_tests=no; \ + elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ + am__color_tests=yes; \ + elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ + am__color_tests=yes; \ + fi; \ + if test $$am__color_tests = yes; then \ + red='[0;31m'; \ + grn='[0;32m'; \ + lgn='[1;32m'; \ + blu='[1;34m'; \ + mgn='[0;35m'; \ + brg='[1m'; \ + std='[m'; \ + fi; \ +} +DIST_SUBDIRS = $(SUBDIRS) +am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/keactrl_tests.sh.in +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +ASCIIDOC = @ASCIIDOC@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_INCLUDES = @BOOST_INCLUDES@ +BOOST_LIBS = @BOOST_LIBS@ +BOTAN_TOOL = @BOTAN_TOOL@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CONTRIB_DIR = @CONTRIB_DIR@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CRYPTO_CFLAGS = @CRYPTO_CFLAGS@ +CRYPTO_INCLUDES = @CRYPTO_INCLUDES@ +CRYPTO_LDFLAGS = @CRYPTO_LDFLAGS@ +CRYPTO_LIBS = @CRYPTO_LIBS@ +CRYPTO_PACKAGE = @CRYPTO_PACKAGE@ +CRYPTO_RPATH = @CRYPTO_RPATH@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DISTCHECK_BOOST_CONFIGURE_FLAG = @DISTCHECK_BOOST_CONFIGURE_FLAG@ +DISTCHECK_CONTRIB_CONFIGURE_FLAG = @DISTCHECK_CONTRIB_CONFIGURE_FLAG@ +DISTCHECK_CRYPTO_CONFIGURE_FLAG = @DISTCHECK_CRYPTO_CONFIGURE_FLAG@ +DISTCHECK_GSSAPI_CONFIGURE_FLAG = @DISTCHECK_GSSAPI_CONFIGURE_FLAG@ +DISTCHECK_GTEST_CONFIGURE_FLAG = @DISTCHECK_GTEST_CONFIGURE_FLAG@ +DISTCHECK_KEA_SHELL_CONFIGURE_FLAG = @DISTCHECK_KEA_SHELL_CONFIGURE_FLAG@ +DISTCHECK_LIBYANGCPP_CONFIGURE_FLAG = @DISTCHECK_LIBYANGCPP_CONFIGURE_FLAG@ +DISTCHECK_LIBYANG_CONFIGURE_FLAG = @DISTCHECK_LIBYANG_CONFIGURE_FLAG@ +DISTCHECK_LOG4CPLUS_CONFIGURE_FLAG = @DISTCHECK_LOG4CPLUS_CONFIGURE_FLAG@ +DISTCHECK_MYSQL_CONFIGURE_FLAG = @DISTCHECK_MYSQL_CONFIGURE_FLAG@ +DISTCHECK_PERFDHCP_CONFIGURE_FLAG = @DISTCHECK_PERFDHCP_CONFIGURE_FLAG@ +DISTCHECK_PGSQL_CONFIGURE_FLAG = @DISTCHECK_PGSQL_CONFIGURE_FLAG@ +DISTCHECK_PREMIUM_CONFIGURE_FLAG = @DISTCHECK_PREMIUM_CONFIGURE_FLAG@ +DISTCHECK_SYSREPOCPP_CONFIGURE_FLAG = @DISTCHECK_SYSREPOCPP_CONFIGURE_FLAG@ +DISTCHECK_SYSREPO_CONFIGURE_FLAG = @DISTCHECK_SYSREPO_CONFIGURE_FLAG@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GENHTML = @GENHTML@ +GREP = @GREP@ +GSSAPI_CFLAGS = @GSSAPI_CFLAGS@ +GSSAPI_LIBS = @GSSAPI_LIBS@ +GTEST_CONFIG = @GTEST_CONFIG@ +GTEST_INCLUDES = @GTEST_INCLUDES@ +GTEST_LDADD = @GTEST_LDADD@ +GTEST_LDFLAGS = @GTEST_LDFLAGS@ +GTEST_SOURCE = @GTEST_SOURCE@ +HAVE_NETCONF = @HAVE_NETCONF@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +KEA_CXXFLAGS = @KEA_CXXFLAGS@ +KEA_SRCID = @KEA_SRCID@ +KRB5_CONFIG = @KRB5_CONFIG@ +LCOV = @LCOV@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LEX = @LEX@ +LEXLIB = @LEXLIB@ +LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIBYANGCPP_CPPFLAGS = @LIBYANGCPP_CPPFLAGS@ +LIBYANGCPP_INCLUDEDIR = @LIBYANGCPP_INCLUDEDIR@ +LIBYANGCPP_LIBS = @LIBYANGCPP_LIBS@ +LIBYANGCPP_PREFIX = @LIBYANGCPP_PREFIX@ +LIBYANGCPP_VERSION = @LIBYANGCPP_VERSION@ +LIBYANG_CPPFLAGS = @LIBYANG_CPPFLAGS@ +LIBYANG_INCLUDEDIR = @LIBYANG_INCLUDEDIR@ +LIBYANG_LIBS = @LIBYANG_LIBS@ +LIBYANG_PREFIX = @LIBYANG_PREFIX@ +LIBYANG_VERSION = @LIBYANG_VERSION@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LOG4CPLUS_INCLUDES = @LOG4CPLUS_INCLUDES@ +LOG4CPLUS_LIBS = @LOG4CPLUS_LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MYSQL_CPPFLAGS = @MYSQL_CPPFLAGS@ +MYSQL_LIBS = @MYSQL_LIBS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PACKAGE_VERSION_TYPE = @PACKAGE_VERSION_TYPE@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PDFLATEX = @PDFLATEX@ +PERL = @PERL@ +PGSQL_CPPFLAGS = @PGSQL_CPPFLAGS@ +PGSQL_LIBS = @PGSQL_LIBS@ +PKGPYTHONDIR = @PKGPYTHONDIR@ +PKG_CONFIG = @PKG_CONFIG@ +PLANTUML = @PLANTUML@ +PREMIUM_DIR = @PREMIUM_DIR@ +PYTHON = @PYTHON@ +PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ +PYTHON_PLATFORM = @PYTHON_PLATFORM@ +PYTHON_PREFIX = @PYTHON_PREFIX@ +PYTHON_VERSION = @PYTHON_VERSION@ +RANLIB = @RANLIB@ +SED = @SED@ +SEP = @SEP@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SPHINXBUILD = @SPHINXBUILD@ +SRPD_PLUGINS_PATH = @SRPD_PLUGINS_PATH@ +SR_PLUGINS_PATH = @SR_PLUGINS_PATH@ +SR_REPO_PATH = @SR_REPO_PATH@ +STRIP = @STRIP@ +SYSREPOCPP_CPPFLAGS = @SYSREPOCPP_CPPFLAGS@ +SYSREPOCPP_INCLUDEDIR = @SYSREPOCPP_INCLUDEDIR@ +SYSREPOCPP_LIBS = @SYSREPOCPP_LIBS@ +SYSREPOCPP_PREFIX = @SYSREPOCPP_PREFIX@ +SYSREPOCPP_VERSION = @SYSREPOCPP_VERSION@ +SYSREPO_CPPFLAGS = @SYSREPO_CPPFLAGS@ +SYSREPO_INCLUDEDIR = @SYSREPO_INCLUDEDIR@ +SYSREPO_LIBS = @SYSREPO_LIBS@ +SYSREPO_PREFIX = @SYSREPO_PREFIX@ +SYSREPO_VERSION = @SYSREPO_VERSION@ +USE_LCOV = @USE_LCOV@ +VALGRIND = @VALGRIND@ +VERSION = @VERSION@ +WARNING_GCC_44_STRICT_ALIASING_CFLAG = @WARNING_GCC_44_STRICT_ALIASING_CFLAG@ +YACC = @YACC@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pkgpyexecdir = @pkgpyexecdir@ +pkgpythondir = @pkgpythondir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +pyexecdir = @pyexecdir@ +pythondir = @pythondir@ +runstatedir = @runstatedir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +SUBDIRS = . + +# Shell tests +SHTESTS = keactrl_tests.sh + +# As with every file generated by ./configure, clean them up when running +# "make distclean", but not on "make clean". +DISTCLEANFILES = $(SHTESTS) + +# Run shell tests on "make check". +@HAVE_GTEST_TRUE@check_SCRIPTS = $(SHTESTS) +@HAVE_GTEST_TRUE@TESTS = $(SHTESTS) + +# Don't install shell tests. +noinst_SCRIPTS = $(SHTESTS) +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/bin/keactrl/tests/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/bin/keactrl/tests/Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +keactrl_tests.sh: $(top_builddir)/config.status $(srcdir)/keactrl_tests.sh.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +check-TESTS: $(TESTS) + @failed=0; all=0; xfail=0; xpass=0; skip=0; \ + srcdir=$(srcdir); export srcdir; \ + list=' $(TESTS) '; \ + $(am__tty_colors); \ + if test -n "$$list"; then \ + for tst in $$list; do \ + if test -f ./$$tst; then dir=./; \ + elif test -f $$tst; then dir=; \ + else dir="$(srcdir)/"; fi; \ + if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \ + all=`expr $$all + 1`; \ + case " $(XFAIL_TESTS) " in \ + *[\ \ ]$$tst[\ \ ]*) \ + xpass=`expr $$xpass + 1`; \ + failed=`expr $$failed + 1`; \ + col=$$red; res=XPASS; \ + ;; \ + *) \ + col=$$grn; res=PASS; \ + ;; \ + esac; \ + elif test $$? -ne 77; then \ + all=`expr $$all + 1`; \ + case " $(XFAIL_TESTS) " in \ + *[\ \ ]$$tst[\ \ ]*) \ + xfail=`expr $$xfail + 1`; \ + col=$$lgn; res=XFAIL; \ + ;; \ + *) \ + failed=`expr $$failed + 1`; \ + col=$$red; res=FAIL; \ + ;; \ + esac; \ + else \ + skip=`expr $$skip + 1`; \ + col=$$blu; res=SKIP; \ + fi; \ + echo "$${col}$$res$${std}: $$tst"; \ + done; \ + if test "$$all" -eq 1; then \ + tests="test"; \ + All=""; \ + else \ + tests="tests"; \ + All="All "; \ + fi; \ + if test "$$failed" -eq 0; then \ + if test "$$xfail" -eq 0; then \ + banner="$$All$$all $$tests passed"; \ + else \ + if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \ + banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ + fi; \ + else \ + if test "$$xpass" -eq 0; then \ + banner="$$failed of $$all $$tests failed"; \ + else \ + if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \ + banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ + fi; \ + fi; \ + dashes="$$banner"; \ + skipped=""; \ + if test "$$skip" -ne 0; then \ + if test "$$skip" -eq 1; then \ + skipped="($$skip test was not run)"; \ + else \ + skipped="($$skip tests were not run)"; \ + fi; \ + test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ + dashes="$$skipped"; \ + fi; \ + report=""; \ + if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ + report="Please report to $(PACKAGE_BUGREPORT)"; \ + test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ + dashes="$$report"; \ + fi; \ + dashes=`echo "$$dashes" | sed s/./=/g`; \ + if test "$$failed" -eq 0; then \ + col="$$grn"; \ + else \ + col="$$red"; \ + fi; \ + echo "$${col}$$dashes$${std}"; \ + echo "$${col}$$banner$${std}"; \ + test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \ + test -z "$$report" || echo "$${col}$$report$${std}"; \ + echo "$${col}$$dashes$${std}"; \ + test "$$failed" -eq 0; \ + else :; fi + +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am + $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS) + $(MAKE) $(AM_MAKEFLAGS) check-TESTS +check: check-recursive +all-am: Makefile $(SCRIPTS) +installdirs: installdirs-recursive +installdirs-am: +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: + +.MAKE: $(am__recursive_targets) check-am install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-TESTS check-am clean clean-generic clean-libtool \ + cscopelist-am ctags ctags-am distclean distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am + +.PRECIOUS: Makefile + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/src/bin/keactrl/tests/keactrl_tests.sh.in b/src/bin/keactrl/tests/keactrl_tests.sh.in new file mode 100644 index 0000000..b4b49cb --- /dev/null +++ b/src/bin/keactrl/tests/keactrl_tests.sh.in @@ -0,0 +1,1568 @@ +#!/bin/sh + +# Copyright (C) 2014-2022 Internet Systems Consortium, Inc. ("ISC") +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# shellcheck disable=SC1091 +# SC1091: Not following: ... was not specified as input (see shellcheck -x). + +# Exit with error if commands exit with non-zero and if undefined variables are +# used. +set -eu + +# Disclaimer: `${keactrl} start` commands use `set +e` / `set -e` instead of +# run_command because +# run_command launches a subshell which inherently waits +# for the background processes started in `${keactrl} start` which don't end +# until explicitly stopped. So the test would freeze if +# run_command would be used. + +# Include common test library. +. "@abs_top_builddir@/src/lib/testutils/dhcp_test_lib.sh" + +# Set location of the keactrl. +keactrl="@abs_top_builddir@/src/bin/keactrl/keactrl" + +# Set the have_netconf flag to know if netconf is available. +if test '@HAVE_NETCONF@' = 'yes'; then + have_netconf=true +else + have_netconf=false +fi + +# Configuration file names need to have two '.' to check proper extension detection. +# This is why the names contain '.conf' followed by the extension which is '.json' +# Names for DHCPv4 +DHCP4_CFG_FILE_NAME="dhcp4_test_config.conf" +DHCP4_CFG_FILE="@abs_top_builddir@/src/bin/keactrl/tests/${DHCP4_CFG_FILE_NAME}.json" +# Names for DHCPv6 +DHCP6_CFG_FILE_NAME="dhcp6_test_config.conf" +DHCP6_CFG_FILE="@abs_top_builddir@/src/bin/keactrl/tests/${DHCP6_CFG_FILE_NAME}.json" +# Names for D2 +D2_CFG_FILE_NAME="d2_test_config.conf" +D2_CFG_FILE="@abs_top_builddir@/src/bin/keactrl/tests/${D2_CFG_FILE_NAME}.json" +# Names for CA +CA_CFG_FILE_NAME="ca_test_config.conf" +CA_CFG_FILE="@abs_top_builddir@/src/bin/keactrl/tests/${CA_CFG_FILE_NAME}.json" +# Names for Netconf +NC_CFG_FILE_NAME="nc_test_config.conf" +NC_CFG_FILE="@abs_top_builddir@/src/bin/keactrl/tests/${NC_CFG_FILE_NAME}.json" +# Configuration files for all daemons. +CFG_FILES="kea_dhcp4_config_file=${DHCP4_CFG_FILE}\n\ +kea_dhcp6_config_file=${DHCP6_CFG_FILE}\n\ +kea_dhcp_ddns_config_file=${D2_CFG_FILE}\n\ +kea_ctrl_agent_config_file=${CA_CFG_FILE}\n\ +kea_netconf_config_file=${NC_CFG_FILE}" +KEACTRL_BUILD_DIR="@abs_top_builddir@" +# A name of the keactrl config file +KEACTRL_CFG_FILE="@abs_top_builddir@/src/bin/keactrl/tests/keactrl_test.conf" +# Path to the Kea log file. +LOG_FILE="@abs_top_builddir@/src/bin/keactrl/tests/test.log" +# Binaries' names +wildcard_name="kea-" +kea4_name="${wildcard_name}dhcp4" +kea6_name="${wildcard_name}dhcp6" +d2_name="${wildcard_name}dhcp-ddns" +agent_name="${wildcard_name}ctrl-agent" +netconf_name="${wildcard_name}netconf" + +# DHCPv4 configuration +dhcp4_config="{ + \"Dhcp4\": + { + \"interfaces-config\": { + \"interfaces\": [ ] + }, + \"valid-lifetime\": 4000, + \"renew-timer\": 1000, + \"rebind-timer\": 2000, + \"lease-database\": + { + \"type\": \"memfile\", + \"persist\": false + }, + \"subnet4\": [ + { + \"subnet\": \"10.0.0.0/24\", + \"pools\": [ { \"pool\": \"10.0.0.10-10.0.0.100\" } ] + } ], + \"loggers\": [ + { + \"name\": \"kea-dhcp4\", + \"output_options\": [ + { + \"output\": \"$LOG_FILE\" + } + ], + \"severity\": \"INFO\" + } + ] + } +}" + +# DHCPv6 configuration +dhcp6_config="{ + \"Dhcp6\": + { + \"interfaces-config\": { + \"interfaces\": [ ] + }, + \"server-id\": { + \"type\": \"LLT\", + \"persist\": false + }, + \"preferred-lifetime\": 3000, + \"valid-lifetime\": 4000, + \"renew-timer\": 1000, + \"rebind-timer\": 2000, + \"lease-database\": + { + \"type\": \"memfile\", + \"persist\": false + }, + \"subnet6\": [ + { + \"subnet\": \"2001:db8:1::/64\", + \"pools\": [ { \"pool\": \"2001:db8:1::10-2001:db8:1::100\" } ] + } ], + \"loggers\": [ + { + \"name\": \"kea-dhcp6\", + \"output_options\": [ + { + \"output\": \"$LOG_FILE\" + } + ], + \"severity\": \"INFO\" + } + ] + } +}" + +# DHCP-DDNS configuration +dhcp_ddns_config="{ + \"DhcpDdns\": + { + \"ip-address\": \"127.0.0.1\", + \"port\": 53001, + \"tsig-keys\": [], + \"forward-ddns\" : {}, + \"reverse-ddns\" : {}, + \"loggers\": [ + { + \"name\": \"kea-dhcp-ddns\", + \"output_options\": [ + { + \"output\": \"$LOG_FILE\" + } + ], + \"severity\": \"INFO\" + } + ] + } +}" + +# Control-agent configuration +control_agent_config="{ + \"Control-agent\": { + \"http-host\": \"127.0.0.1\", + \"http-port\": 18080, + \"loggers\": [ + { + \"name\": \"kea-ctrl-agent\", + \"output_options\": [ + { + \"output\": \"$LOG_FILE\" + } + ], + \"severity\": \"INFO\" + } + ] + } +}" + +# Netconf configuration +netconf_config="{ + \"Netconf\": { + \"loggers\": [ + { + \"name\": \"kea-netconf\", + \"output_options\": [ + { + \"output\": \"$LOG_FILE\" + } + ], + \"severity\": \"INFO\" + } + ] + } +}" + +# Fixed part of the keactrl configuration file. +keactrl_fixed_config="dhcp4_srv=${KEACTRL_BUILD_DIR}/src/bin/dhcp4/kea-dhcp4\n\ +dhcp6_srv=${KEACTRL_BUILD_DIR}/src/bin/dhcp6/kea-dhcp6\n\ +dhcp_ddns_srv=${KEACTRL_BUILD_DIR}/src/bin/d2/kea-dhcp-ddns\n\ +ctrl_agent_srv=${KEACTRL_BUILD_DIR}/src/bin/agent/kea-ctrl-agent\n\ +netconf_srv=${KEACTRL_BUILD_DIR}/src/bin/netconf/kea-netconf\n" + +# This test checks that DHCPv4, DHCPv6, D2, CA and Netconf server can +# be started and shut down. +start_all_servers_no_verbose_test() { + # Create configuration file for keactrl. This configuration enables + # DHCPv4, DHCPv6, D2, CA and netconf. + keactrl_config="${CFG_FILES}\ndhcp4=yes\ndhcp6=yes\n\ +dhcp_ddns=yes\nctrl_agent=yes\nnetconf=yes\n\ +kea_verbose=no\n${keactrl_fixed_config}" + + test_start "keactrl.start_all_servers_no_verbose_test" + + # Create configuration file for Kea and for keactrl. + create_dhcp4_config "${dhcp4_config}" + create_dhcp6_config "${dhcp6_config}" + create_d2_config "${dhcp_ddns_config}" + create_ca_config "${control_agent_config}" + create_nc_config "${netconf_config}" + create_keactrl_config "${keactrl_config}" + + # Set logging to a file. + set_logger + + # Start servers using keactrl script. + printf 'Starting Kea: %s start -c %s -s all\n' "${keactrl}" "${KEACTRL_CFG_FILE}" + # Append the -s option to specify all servers. This is not necessary + # because all should be a default but let's see if it is accepted + # by the command line parser. + set +e + "${keactrl}" start -c ${KEACTRL_CFG_FILE} -s all + assert_eq 0 "${?}" "Expected keactrl to return %d, returned value was %d" + set -e + + # Wait up to 20s for the DHCPv6 server to configure. + wait_for_message 20 "DHCP6_CONFIG_COMPLETE" 1 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${kea6_name} to start. \ +Expected wait_for_message return %d, returned %d." + + # Wait up to 20s for the DHCPv4 server to configure. + wait_for_message 20 "DHCP4_CONFIG_COMPLETE" 1 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${kea4_name} to start. \ +Expected wait_for_message return %d, returned %d." + + # Wait for D2, CA and Netconf to configure. + if ${have_netconf}; then + expected=3 + else + expected=2 + fi + wait_for_message 20 "DCTL_CONFIG_COMPLETE" ${expected} + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for CPL daemons to start. \ +Expected wait_for_message return %d, returned %d." + + wait_for_message 20 "DHCP_DDNS_STARTED" 1 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${d2_name} to start. \ +Expected wait_for_message return %d, returned %d." + + wait_for_message 20 "CTRL_AGENT_HTTP_SERVICE_STARTED" 1 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${agent_name} to start. \ +Expected wait_for_message return %d, returned %d." + + if ${have_netconf}; then + wait_for_message 20 "NETCONF_STARTED" 1 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for${netconf_name} to start. \ +Expected wait_for_message return %d, returned %d." + fi + + # Make sure that debug messages are logged for neither + # server (non-verbose mode). + get_log_messages "DHCP6_START_INFO" + assert_eq 0 "${_GET_LOG_MESSAGES}" \ + "Expected get_log_messages return %d, returned %d." + + get_log_messages "DHCP4_START_INFO" + assert_eq 0 "${_GET_LOG_MESSAGES}" \ + "Expected get_log_messages return %d, returned %d." + + get_log_messages "DCTL_STANDALONE" + assert_eq 0 "${_GET_LOG_MESSAGES}" \ + "Expected get_log_messages return %d, returned %d." + + # Server may shut down immediately after configuration has completed. + # Give it some time to shutdown. + sleep 3 + + # Make sure that all servers are running. + get_pid ${kea4_name} ${DHCP4_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${kea4_name} process running, found %d processes running" + + get_pid ${kea6_name} ${DHCP6_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${kea6_name} process running, found %d processes running" + + get_pid ${d2_name} ${D2_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${d2_name} process running, found %d processes running" + + get_pid ${agent_name} ${CA_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${agent_name} process running, found %d processes running" + + if ${have_netconf}; then + get_pid ${netconf_name} ${NC_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${netconf_name} process running, found %d processes running" + fi + + # Use keactrl stop to shutdown the servers. + printf 'Stopping Kea: %s stop -c %s\n' "${keactrl}" "${KEACTRL_CFG_FILE}" + set +e + "${keactrl}" stop -c ${KEACTRL_CFG_FILE} + assert_eq 0 "${?}" "Expected keactrl to return %d, returned value was %d." + set -e + + # Wait up to 10s for the DHCPv6 server to stop. + wait_for_message 10 "DHCP6_SHUTDOWN" 1 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${kea6_name} to shutdown. \ +Expected wait_for_message return %d, returned %d." + + # Wait up to 10s for the DHCPv4 server to stop. + wait_for_message 10 "DHCP4_SHUTDOWN" 1 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${kea4_name} to shutdown. \ +Expected wait_for_message return %d, returned %d." + + # Wait up to 10s for the D2, CA and Netconf to stop. + if ${have_netconf}; then + expected=3 + else + expected=2 + fi + wait_for_message 10 "DCTL_SHUTDOWN" ${expected} + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${d2_name} to shutdown. \ +Expected wait_for_message return %d, returned %d." + + # Make sure that all servers are down. + if ${have_netconf}; then + expected=6 + else + expected=5 + fi + wait_for_server_down ${expected} ${wildcard_name} + assert_eq 1 "${_WAIT_FOR_SERVER_DOWN}" \ + "Expected wait_for_server_down return %d, returned %d" + + test_finish 0 +} + +# This test checks that both DHCPv4 and DHCPv6 server can be started in +# a verbose mode. +start_all_servers_verbose_test() { + # Create configuration file for keactrl. This configuration enables + # all servers. + keactrl_config="${CFG_FILES}\ndhcp4=yes\ndhcp6=yes\n\ +dhcp_ddns=yes\nctrl_agent=yes\nnetconf=yes\n\ +kea_verbose=yes\n${keactrl_fixed_config}" + + test_start "keactrl.start_all_servers_verbose_test" + + # Create configuration file for Kea and for keactrl. + create_dhcp4_config "${dhcp4_config}" + create_dhcp6_config "${dhcp6_config}" + create_d2_config "${dhcp_ddns_config}" + create_ca_config "${control_agent_config}" + create_nc_config "${netconf_config}" + create_keactrl_config "${keactrl_config}" + + # Set logging to a file. + set_logger + + # Start servers using keactrl script. + printf 'Starting Kea: %s start -c %s\n' "${keactrl}" "${KEACTRL_CFG_FILE}" + set +e + "${keactrl}" start -c ${KEACTRL_CFG_FILE} + assert_eq 0 "${EXIT_CODE}" "Expected keactrl to return %d, returned value was %d" + set -e + + # Wait up to 20s for the DHCPv6 server to configure. + wait_for_message 20 "DHCP6_CONFIG_COMPLETE" 1 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${kea6_name} to start. \ +Expected wait_for_message return %d, returned %d." + + # Wait up to 20s for the DHCPv4 server to configure. + wait_for_message 20 "DHCP4_CONFIG_COMPLETE" 1 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${kea4_name} to start. \ +Expected wait_for_message return %d, returned %d." + + wait_for_message 20 "DCTL_CONFIG_COMPLETE" 2 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for CPL daemons to start. \ +Expected wait_for_message return %d, returned %d." + + wait_for_message 20 "DHCP_DDNS_STARTED" 1 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${d2_name} to start. \ +Expected wait_for_message return %d, returned %d." + + wait_for_message 20 "CTRL_AGENT_HTTP_SERVICE_STARTED" 1 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${agent_name} to start. \ +Expected wait_for_message return %d, returned %d." + + if ${have_netconf}; then + wait_for_message 20 "NETCONF_STARTED" 1 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for${netconf_name} to start. \ +Expected wait_for_message return %d, returned %d." + fi + + # Check if the debug messages are present, which should only be + # the case if the verbose mode is on. + get_log_messages "DHCP6_START_INFO" 1 + assert_eq 1 "${_GET_LOG_MESSAGES}" \ + "Expected get_log_messages for DHCP6_START_INFO return %d, returned %d." + + get_log_messages "DHCP4_START_INFO" 1 + assert_eq 1 "${_GET_LOG_MESSAGES}" \ + "Expected get_log_messages for DHCP4_START_INFO return %d, returned %d." + + if ${have_netconf}; then + expected=3 + else + expected=2 + fi + get_log_messages "DCTL_STANDALONE" ${expected} + assert_eq "${expected}" "${_GET_LOG_MESSAGES}" \ + "Expected get_log_messages for DCT_STANDALONE return %d, returned %d." + + # Server may shut down immediately after configuration has completed. + # Give it some time to shutdown. + sleep 3 + + # Make sure that all servers are running. + get_pid ${kea4_name} ${DHCP4_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${kea4_name} process running, found %d processes running" + + get_pid ${kea6_name} ${DHCP6_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${kea6_name} process running, found %d processes running" + + get_pid ${d2_name} ${D2_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${d2_name} process running, found %d processes running" + + get_pid ${agent_name} ${CA_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${agent_name} process running, found %d processes running" + + if ${have_netconf}; then + get_pid ${netconf_name} ${NC_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${netconf_name} process running, found %d processes running" + fi + + # Use keactrl stop to shutdown the servers. + printf 'Stopping Kea: %s stop -c %s\n' "${keactrl}" "${KEACTRL_CFG_FILE}" + run_command \ + "${keactrl}" stop -c ${KEACTRL_CFG_FILE} + assert_eq 0 "${EXIT_CODE}" "Expected keactrl to return %d, returned value was %d." + + # Wait up to 10s for the DHCPv6 server to stop. + wait_for_message 10 "DHCP6_SHUTDOWN" 1 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${kea6_name} to shutdown. \ +Expected wait_for_message return %d, returned %d." + + # Wait up to 10s for the DHCPv4 server to stop. + wait_for_message 10 "DHCP4_SHUTDOWN" 1 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${kea4_name} to shutdown. \ +Expected wait_for_message return %d, returned %d." + + # Wait up to 10s for the D2, CA and Netconf to stop. + if ${have_netconf}; then + expected=3 + else + expected=2 + fi + wait_for_message 10 "DCTL_SHUTDOWN" ${expected} + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${d2_name} and ${agent_name} to shutdown. \ +Expected wait_for_message return %d, returned %d." + + # Make sure that all servers are down. + if ${have_netconf}; then + expected=6 + else + expected=5 + fi + wait_for_server_down ${expected} ${wildcard_name} + assert_eq 1 "${_WAIT_FOR_SERVER_DOWN}" \ + "Expected wait_for_server_down return %d, returned %d" + + test_finish 0 +} + +# Test that a simple "keactrl status" works. +keactrl_status_test() { + # Create the configuration files. + create_dhcp4_config "${dhcp4_config}" + create_dhcp6_config "${dhcp6_config}" + create_d2_config "${dhcp_ddns_config}" + create_ca_config "${control_agent_config}" + create_nc_config "${netconf_config}" + create_keactrl_config "${CFG_FILES} +${keactrl_fixed_config} +ctrl_agent=no +dhcp_ddns=no +dhcp4=yes +dhcp6=yes +netconf=no +kea_verbose=no +" + + run_command \ + "${keactrl}" status -c "${KEACTRL_CFG_FILE}" + assert_eq 0 "${EXIT_CODE}" + assert_str_eq \ +'DHCPv4 server: inactive +DHCPv6 server: inactive +DHCP DDNS: inactive +Control Agent: inactive' \ + "$(printf '%s\n' "${OUTPUT}" | head -n 4)" + + if "${have_netconf}"; then + assert_str_eq 'Netconf agent: inactive' \ + "$(printf '%s\n' "${OUTPUT}" | head -n 5 | tail -n 1)" + fi +} + +# Test that a simple "keactrl status" without a configuration file works in two +# cases: KEA_PIDFILE_DIR set and not set. +keactrl_status_tests() { + # Run first without any relevant entries in the configuration file. + test_start 'keactrl.status_test.empty_config' + create_keactrl_config 'hello=world' + run_command \ + "${keactrl}" status -c "${KEACTRL_CFG_FILE}" + assert_eq 1 "${EXIT_CODE}" + test_finish ${?} + + # Run without KEA_PIDFILE_DIR. + if test -n "${KEA_PIDFILE_DIR+x}"; then + save_kea_pidfile_dir="${KEA_PIDFILE_DIR}" + unset KEA_PIDFILE_DIR + fi + assert_str_eq '' "${KEA_PIDFILE_DIR-}" + + test_start 'keactrl.status_test' + keactrl_status_test + test_finish ${?} + + # Restore KEA_PIDFILE_DIR which should have been set from dhcp_test_lib.sh. + if test -n "${save_kea_pidfile_dir+x}"; then + export KEA_PIDFILE_DIR="${save_kea_pidfile_dir}" + fi + assert_str_neq '' "${KEA_PIDFILE_DIR-}" + + # Restore KEA_PIDFILE_DIR. + test_start 'keactrl.status_test.KEA_PIDFILE_DIR' + keactrl_status_test + test_finish ${?} +} + +# This test checks that only DHCPv4 server can be started and that other +# servers are not started. +start_v4_server_test() { + # Create configuration file for keactrl. This configuration enables + # DHCPv4 server but disables other servers. + keactrl_config="${CFG_FILES}\ndhcp4=yes\ndhcp6=no\n\ +dhcp_ddns=no\nctrl_agent=no\nnetconf=no\n\ +kea_verbose=no\n${keactrl_fixed_config}" + + test_start "keactrl.start_v4_server_test" + + # Create configuration file for Kea and for keactrl. + create_dhcp4_config "${dhcp4_config}" + create_dhcp6_config "${dhcp6_config}" + create_d2_config "${dhcp_ddns_config}" + create_ca_config "${control_agent_config}" + create_nc_config "${netconf_config}" + create_keactrl_config "${keactrl_config}" + + # Set logging to a file. + set_logger + + # Start DHCPv4 server using keactrl script. + printf 'Starting Kea: %s start -c %s\n' "${keactrl}" "${KEACTRL_CFG_FILE}" + set +e + "${keactrl}" start -c ${KEACTRL_CFG_FILE} + assert_eq 0 "${EXIT_CODE}" "Expected keactrl to return 0, returned value was ${EXIT_CODE}" + set -e + + # Wait up to 20s for the DHCPv4 server to configure. + wait_for_message 20 "DHCP4_CONFIG_COMPLETE" 1 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${kea4_name} to start. \ +Expected wait_for_message return %d, returned %d." + + # Server may shut down immediately after configuration has completed. + # Give it some time to shutdown. + sleep 3 + + # Make sure that DHCPv4 server is running. + get_pid ${kea4_name} ${DHCP4_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${kea4_name} process running, found %d processes running" + + # Make sure that DHCPv6 server is not running. + get_pid ${kea6_name} ${DHCP6_CFG_FILE_NAME} + assert_eq 0 "${_GET_PIDS_NUM}" \ + "Expected %d ${kea6_name} process running, found %d processes running" + + # Make sure that D2 server is not running. + get_pid ${d2_name} ${D2_CFG_FILE_NAME} + assert_eq 0 "${_GET_PIDS_NUM}" \ + "Expected %d ${d2_name} process running, found %d processes running" + + # Make sure that CA is not running. + get_pid ${agent_name} ${CA_CFG_FILE_NAME} + assert_eq 0 "${_GET_PIDS_NUM}" \ + "Expected %d ${agent_name} process running, found %d processes running" + + # Make sure that Netconf agent is not running. + if ${have_netconf}; then + get_pid ${netconf_name} ${NC_CFG_FILE_NAME} + assert_eq 0 "${_GET_PIDS_NUM}" \ + "Expected %d ${netconf_name} process running, found %d processes running" + fi + + # Make sure that the status command returns appropriate status. + printf "Getting status of Kea modules: %s\n" "${keactrl} status \ +-c ${KEACTRL_CFG_FILE}" + run_command \ + "${keactrl}" status -c ${KEACTRL_CFG_FILE} + assert_eq 0 "${EXIT_CODE}" "Expected keactrl to return %d, returned %d" + assert_string_contains "DHCPv4 server: active" "${OUTPUT}" \ + "Expected keactrl status command return %s" + assert_string_contains "DHCPv6 server: inactive" "${OUTPUT}" \ + "Expected keactrl status command return %s" + assert_string_contains "DHCP DDNS: inactive" "${OUTPUT}" \ + "Expected keactrl status command return %s" + assert_string_contains "Control Agent: inactive" "${OUTPUT}" \ + "Expected keactrl status command return %s" + if ${have_netconf}; then + assert_string_contains "Netconf agent: inactive" "${OUTPUT}" \ + "Expected keactrl status command return %s" + fi + + # Use keactrl stop to shutdown the servers. + printf 'Stopping Kea: %s stop -c %s\n' "${keactrl}" "${KEACTRL_CFG_FILE}" + run_command \ + "${keactrl}" stop -c ${KEACTRL_CFG_FILE} + assert_eq 0 "${EXIT_CODE}" "Expected keactrl to return %d, returned value was %d." + + # Wait up to 10s for the DHCPv4 server to stop. + wait_for_message 10 "DHCP4_SHUTDOWN" 1 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${kea4_name} to shutdown. \ +Expected wait_for_message return %d, returned %d." + + # Make sure that all servers are down. + if ${have_netconf}; then + expected=6 + else + expected=5 + fi + wait_for_server_down ${expected} ${wildcard_name} + assert_eq 1 "${_WAIT_FOR_SERVER_DOWN}" \ + "Expected wait_for_server_down return %d, returned %d" + + test_finish 0 +} + +# This test checks that only DHCPv6 server can be started and that other +# servers are not started. +start_v6_server_test() { + # Create configuration file for keactrl. This configuration enables + # DHCPv6 server but disables other servers.. + keactrl_config="${CFG_FILES}\ndhcp4=no\ndhcp6=yes\n\ +dhcp_ddns=no\nctrl_agent=no\nnetconf=no\n\ +kea_verbose=no\n${keactrl_fixed_config}" + + test_start "keactrl.start_v6_server_test" + + # Create configuration file for Kea and for keactrl. + create_dhcp4_config "${dhcp4_config}" + create_dhcp6_config "${dhcp6_config}" + create_d2_config "${dhcp_ddns_config}" + create_ca_config "${control_agent_config}" + create_nc_config "${netconf_config}" + create_keactrl_config "${keactrl_config}" + + # Set logging to a file. + set_logger + + # Start DHCPv6 server using keactrl script. + printf 'Starting Kea: %s start -c %s\n' "${keactrl}" "${KEACTRL_CFG_FILE}" + set +e + "${keactrl}" start -c ${KEACTRL_CFG_FILE} + assert_eq 0 "${EXIT_CODE}" "Expected keactrl to return %d, returned value was %d" + set -e + + # Wait up to 20s for the DHCPv6 server to configure. + wait_for_message 20 "DHCP6_CONFIG_COMPLETE" 1 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${kea6_name} to start. \ +Expected wait_for_message return %d, returned %d." + + # Server may shut down immediately after configuration has completed. + # Give it some time to shutdown. + sleep 3 + + # Make sure that DHCPv6 server is running. + get_pid ${kea6_name} ${DHCP6_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${kea6_name} process running, found %d processes running" + + # Make sure that DHCPv4 server is not running. + get_pid ${kea4_name} ${DHCP4_CFG_FILE_NAME} + assert_eq 0 "${_GET_PIDS_NUM}" \ + "Expected %d ${kea4_name} process running, found %d processes running" + + # Make sure that D2 server is not running. + get_pid ${d2_name} ${D2_CFG_FILE_NAME} + assert_eq 0 "${_GET_PIDS_NUM}" \ + "Expected %d ${d2_name} process running, found %d processes running" + + # Make sure that CA is not running. + get_pid ${agent_name} ${CA_CFG_FILE_NAME} + assert_eq 0 "${_GET_PIDS_NUM}" \ + "Expected %d ${agent_name} process running, found %d processes running" + + # Make sure that Netconf agent is not running. + if ${have_netconf}; then + get_pid ${netconf_name} ${NC_CFG_FILE_NAME} + assert_eq 0 "${_GET_PIDS_NUM}" \ + "Expected %d ${netconf_name} process running, found %d processes running" + fi + + # Make sure that the status command returns appropriate status. + printf "Getting status of Kea modules: %s\n" "${keactrl} status -c ${KEACTRL_CFG_FILE}" + run_command \ + "${keactrl}" status -c ${KEACTRL_CFG_FILE} + assert_eq 0 "${EXIT_CODE}" "Expected keactrl to return %d, returned %d" + assert_string_contains "DHCPv4 server: inactive" "${OUTPUT}" \ + "Expected keactrl status command return %s" + assert_string_contains "DHCPv6 server: active" "${OUTPUT}" \ + "Expected keactrl status command return %s" + assert_string_contains "DHCP DDNS: inactive" "${OUTPUT}" \ + "Expected keactrl status command return %s" + assert_string_contains "Control Agent: inactive" "${OUTPUT}" \ + "Expected keactrl status command return %s" + if ${have_netconf}; then + assert_string_contains "Netconf agent: inactive" "${OUTPUT}" \ + "Expected keactrl status command return %s" + fi + + # Use keactrl stop to shutdown the servers. + printf 'Stopping Kea: %s stop -c %s\n' "${keactrl}" "${KEACTRL_CFG_FILE}" + run_command \ + "${keactrl}" stop -c ${KEACTRL_CFG_FILE} + assert_eq 0 "${EXIT_CODE}" "Expected keactrl to return %d, returned value was %d." + + # Wait up to 10s for the DHCPv6 server to stop. + wait_for_message 10 "DHCP6_SHUTDOWN" 1 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${kea6_name} to shutdown. \ +Expected wait_for_message return %d, returned %d." + + # Make sure that all servers are down. + if ${have_netconf}; then + expected=6 + else + expected=5 + fi + wait_for_server_down ${expected} ${wildcard_name} + assert_eq 1 "${_WAIT_FOR_SERVER_DOWN}" \ + "Expected wait_for_server_down return %d, returned %d" + + test_finish 0 +} + +# This test checks that the DHCPv4 server can be started first, and then the +# other servers can be started while DHCPv4 server is already running. +# Also check that both servers can be reconfigured. +late_start_v4_server_test() { + # Create configuration file for keactrl. This configuration enables + # DHCPv6 server but disables other servers. + keactrl_config="${CFG_FILES}\ndhcp4=no\ndhcp6=yes\n\ +dhcp_ddns=no\nctrl_agent=no\nnetconf=no\n\ +kea_verbose=no\n${keactrl_fixed_config}" + + test_start "keactrl.late_start_v4_server_test" + + # Create configuration file for Kea and for keactrl. + create_dhcp4_config "${dhcp4_config}" + create_dhcp6_config "${dhcp6_config}" + create_d2_config "${dhcp_ddns_config}" + create_ca_config "${control_agent_config}" + create_nc_config "${netconf_config}" + create_keactrl_config "${keactrl_config}" + + # Set logging to a file. + set_logger + + # Start DHCPv6 server using keactrl script. + printf 'Starting Kea: %s start -c %s\n' "${keactrl}" "${KEACTRL_CFG_FILE}" + set +e + "${keactrl}" start -c ${KEACTRL_CFG_FILE} + assert_eq 0 "${EXIT_CODE}" "Expected keactrl to return 0, returned value was ${EXIT_CODE}" + set -e + + # Wait up to 20s for the DHCPv6 server to configure. + wait_for_message 20 "DHCP6_CONFIG_COMPLETE" 1 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${kea6_name} to start. \ +Expected wait_for_message return %d, returned %d." + + # Server may shut down immediately after configuration has completed. + # Give it some time to shutdown. + sleep 3 + + # Make sure that DHCPv6 server is running. + get_pid ${kea6_name} ${DHCP6_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${kea6_name} process running, found %d processes running" + + # Make sure that DHCPv4 server is not running. + get_pid ${kea4_name} ${DHCP4_CFG_FILE_NAME} + assert_eq 0 "${_GET_PIDS_NUM}" \ + "Expected %d ${kea4_name} process running, found %d processes running" + + # Make sure that D2 server is not running. + get_pid ${d2_name} ${D2_CFG_FILE_NAME} + assert_eq 0 "${_GET_PIDS_NUM}" \ + "Expected %d ${d2_name} process running, found %d processes running" + + # Make sure that CA is not running. + get_pid ${agent_name} ${CA_CFG_FILE_NAME} + assert_eq 0 "${_GET_PIDS_NUM}" \ + "Expected %d ${agent_name} process running, found %d processes running" + + # Make sure that Netconf agent is not running. + if ${have_netconf}; then + get_pid ${netconf_name} ${NC_CFG_FILE_NAME} + assert_eq 0 "${_GET_PIDS_NUM}" \ + "Expected %d ${netconf_name} process running, found %d processes running" + fi + + # Trigger reconfiguration, make sure that the DHCPv6 server reconfigured. + printf 'Reconfiguring the DHCPv6 server: %s reload -c %s\n' "${keactrl}" "${KEACTRL_CFG_FILE}" + run_command \ + "${keactrl}" reload -c ${KEACTRL_CFG_FILE} + assert_eq 0 "${EXIT_CODE}" "Expected keactrl to return %d, returned value was %d" + + # There should be two completed reconfigurations so far. + wait_for_message 10 "DHCP6_CONFIG_COMPLETE" 2 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" "Timeout waiting for ${kea6_name} to reconfigure. \ +Expected wait_for_message to return %d, returned %d." + + # Update keactrl config to enable other servers. + keactrl_config="${CFG_FILES}\ndhcp4=yes\ndhcp6=yes\n\ +dhcp_ddns=yes\nctrl_agent=yes\nnetconf=yes\n\ +kea_verbose=yes\n${keactrl_fixed_config}" + create_keactrl_config "${keactrl_config}" + + # Start other servers using keactrl script. + printf 'Starting Kea: %s start -c %s\n' "${keactrl}" "${KEACTRL_CFG_FILE}" + set +e + "${keactrl}" start -c ${KEACTRL_CFG_FILE} + assert_eq 0 "${EXIT_CODE}" "Expected keactrl to return %d, returned value was %d" + set -e + + # Wait up to 20s for the DHCPv4 server to configure. + wait_for_message 20 "DHCP4_CONFIG_COMPLETE" 1 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${kea4_name} to start. \ +Expected wait_for_message return %d, returned %d." + + # Wait up to 20s for the D2, CA and Netconf to configure. + if ${have_netconf}; then + expected=3 + else + expected=2 + fi + wait_for_message 20 "DCTL_CONFIG_COMPLETE" ${expected} + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${d2_name} to start. \ +Expected wait_for_message return %d, returned %d." + + # Make sure that DHCPv6 server is running. + get_pid ${kea6_name} ${DHCP6_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${kea6_name} process running, found %d processes running" + + # Make sure that DHCPv4 server is running. + get_pid ${kea4_name} ${DHCP4_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${kea4_name} process running, found %d processes running" + + # Make sure that D2 server is running. + get_pid ${d2_name} ${D2_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${d2_name} process running, found %d processes running" + + # Make sure that CA is running. + get_pid ${agent_name} ${CA_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${agent_name} process running, found %d processes running" + + # Make sure that Netconf agent is running. + if ${have_netconf}; then + get_pid ${netconf_name} ${NC_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${netconf_name} process running, found %d processes running" + fi + + # Trigger reconfiguration, make sure that servers are reconfigured. + printf "Reconfiguring all servers: %s reload -c %s\n" \ + "${keactrl}" "${KEACTRL_CFG_FILE}" + run_command \ + "${keactrl}" reload -c ${KEACTRL_CFG_FILE} + assert_eq 0 "${EXIT_CODE}" "Expected keactrl to return %d, returned value was %d" + + # There should be three completed configurations of DHCPv6 server. + wait_for_message 10 "DHCP6_CONFIG_COMPLETE" 3 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" "Timeout waiting for ${kea6_name} to reconfigure. \ +Expected wait_for_message to return %d, returned %d." + + # There should be two completed configurations of DHCPv4 server. + wait_for_message 10 "DHCP4_CONFIG_COMPLETE" 2 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" "Timeout waiting for ${kea4_name} to reconfigure. \ +Expected wait_for_message to return %d, returned %d." + + # There should be two completed configurations of D2 and two + # configurations of CA. + wait_for_message 10 "DCTL_CONFIG_COMPLETE" 4 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" "Timeout waiting for ${d2_name} or ${agent_name} \ +to reconfigure. Expected wait_for_message to return %d, returned %d." + + # Use keactrl stop to shutdown the servers. + printf 'Stopping Kea: %s stop -c %s\n' "${keactrl}" "${KEACTRL_CFG_FILE}" + run_command \ + "${keactrl}" stop -c ${KEACTRL_CFG_FILE} + assert_eq 0 "${EXIT_CODE}" "Expected keactrl to return %d, returned value was %d." + + # Wait up to 10s for the DHCPv6 server to stop. + wait_for_message 10 "DHCP6_SHUTDOWN" 1 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${kea6_name} to shutdown. \ +Expected wait_for_message return %d, returned %d." + + # Wait up to 10s for the DHCPv4 server to stop. + wait_for_message 10 "DHCP4_SHUTDOWN" 1 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${kea4_name} to shutdown. \ +Expected wait_for_message return %d, returned %d." + + # Wait up to 10s for the D2, CA and Netconf to stop. + if ${have_netconf}; then + expected=3 + else + expected=2 + fi + wait_for_message 10 "DCTL_SHUTDOWN" ${expected} + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${d2_name} and ${agent_name} to shutdown. \ +Expected wait_for_message return %d, returned %d." + + # Make sure that all servers are down. + if ${have_netconf}; then + expected=6 + else + expected=5 + fi + wait_for_server_down ${expected} ${wildcard_name} + assert_eq 1 "${_WAIT_FOR_SERVER_DOWN}" \ + "Expected wait_for_server_down return %d, returned %d" + + test_finish 0 +} + +# This test checks that the DHCPv4 server can be started first, and then the +# other servers can be started while DHCPv4 server is already running. +# Also check that both servers can be reconfigured. +late_start_v6_server_test() { + # Create configuration file for keactrl. This configuration enables + # DHCPv4 server but disables DHCPv6 server. + keactrl_config="${CFG_FILES}\ndhcp4=yes\ndhcp6=no\n\ +dhcp_ddns=no\nctrl_agent=no\nnetconf=no\n\ +kea_verbose=yes\n${keactrl_fixed_config}" + + test_start "keactrl.late_start_v6_server_test" + + # Create configuration file for Kea and for keactrl. + create_dhcp4_config "${dhcp4_config}" + create_dhcp6_config "${dhcp6_config}" + create_d2_config "${dhcp_ddns_config}" + create_ca_config "${control_agent_config}" + create_nc_config "${netconf_config}" + create_keactrl_config "${keactrl_config}" + + # Set logging to a file. + set_logger + + # Start DHCPv4 server using keactrl script. + printf 'Starting Kea: %s start -c %s\n' "${keactrl}" "${KEACTRL_CFG_FILE}" + set +e + "${keactrl}" start -c ${KEACTRL_CFG_FILE} + assert_eq 0 "${EXIT_CODE}" "Expected keactrl to return 0, returned value was ${EXIT_CODE}" + set -e + + # Wait up to 20s for the DHCPv4 server to configure. + wait_for_message 20 "DHCP4_CONFIG_COMPLETE" 1 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${kea4_name} to start. \ +Expected wait_for_message return %d, returned %d." + + # Server may shut down immediately after configuration has completed. + # Give it some time to shutdown. + sleep 3 + + # Make sure that DHCPv4 server is running. + get_pid ${kea4_name} ${DHCP4_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${kea4_name} process running, found %d processes running" + + # Make sure that DHCPv6 server is not running. + get_pid ${kea6_name} ${DHCP6_CFG_FILE_NAME} + assert_eq 0 "${_GET_PIDS_NUM}" \ + "Expected %d ${kea6_name} process running, found %d processes running" + + # Make sure that D2 server is not running. + get_pid ${d2_name} ${D2_CFG_FILE_NAME} + assert_eq 0 "${_GET_PIDS_NUM}" \ + "Expected %d ${d2_name} process running, found %d processes running" + + # Make sure that CA is not running. + get_pid ${agent_name} ${CA_CFG_FILE_NAME} + assert_eq 0 "${_GET_PIDS_NUM}" \ + "Expected %d ${agent_name} process running, found %d processes running" + + # Make sure that Netconf agent is not running. + if ${have_netconf}; then + get_pid ${netconf_name} ${NC_CFG_FILE_NAME} + assert_eq 0 "${_GET_PIDS_NUM}" \ + "Expected %d ${netconf_name} process running, found %d processes running" + fi + + # Trigger reconfiguration, make sure that the DHCPv4 server is reconfigured. + printf 'Reconfiguring the DHCPv4 server: %s reload -c %s\n' "${keactrl}" "${KEACTRL_CFG_FILE}" + run_command \ + "${keactrl}" reload -c ${KEACTRL_CFG_FILE} + assert_eq 0 "${EXIT_CODE}" "Expected keactrl to return %d, returned value was %d" + + # There should be two completed reconfigurations so far. + wait_for_message 10 "DHCP4_CONFIG_COMPLETE" 2 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" "Timeout waiting for ${kea4_name} to reconfigure. \ +Expected wait_for_message to return %d, returned %d." + + # Update keactrl config to enable other servers. + keactrl_config="${CFG_FILES}\ndhcp4=yes\ndhcp6=yes\n\ +dhcp_ddns=yes\nctrl_agent=yes\nnetconf=yes\n\ +kea_verbose=no\n${keactrl_fixed_config}" + create_keactrl_config "${keactrl_config}" + + # Start other servers using keactrl script. + printf 'Starting Kea: %s start -c %s\n' "${keactrl}" "${KEACTRL_CFG_FILE}" + set +e + "${keactrl}" start -c ${KEACTRL_CFG_FILE} + assert_eq 0 "${EXIT_CODE}" "Expected keactrl to return 0, returned value was ${EXIT_CODE}" + set -e + + # Wait up to 20s for the DHCPv6 server to configure. + wait_for_message 20 "DHCP6_CONFIG_COMPLETE" 1 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${kea4_name} to start. \ +Expected wait_for_message return %d, returned %d." + + # Wait up to 20s for the D2, CA and Netconf to configure. + if ${have_netconf}; then + expected=3 + else + expected=2 + fi + wait_for_message 20 "DCTL_CONFIG_COMPLETE" ${expected} + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${d2_name} to start. \ +Expected wait_for_message return %d, returned %d." + + + # Make sure that DHCPv6 server is running. + get_pid ${kea6_name} ${DHCP6_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${kea6_name} process running, found %d processes running" + + # Make sure that DHCPv4 server is running. + get_pid ${kea4_name} ${DHCP4_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${kea4_name} process running, found %d processes running" + + # Make sure that D2 server is running. + get_pid ${d2_name} ${D2_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${d2_name} process running, found %d processes running" + + # Make sure that CA is running. + get_pid ${agent_name} ${CA_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${agent_name} process running, found %d processes running" + + # Make sure that Netconf agent is running. + if ${have_netconf}; then + get_pid ${netconf_name} ${NC_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${netconf_name} process running, found %d processes running" + fi + + # Trigger reconfiguration, make sure that servers are reconfigured. + printf 'Reconfiguring DHCPv6 and DHCPv4 servers: %s reload -c %s\n' \ + "${keactrl}" "${KEACTRL_CFG_FILE}" + run_command \ + "${keactrl}" reload -c ${KEACTRL_CFG_FILE} + assert_eq 0 "${EXIT_CODE}" "Expected keactrl to return %d, returned value was %d" + + # There should be three completed configurations of DHCPv4 server. + wait_for_message 10 "DHCP4_CONFIG_COMPLETE" 3 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" "Timeout waiting for ${kea4_name} to reconfigure. \ +Expected wait_for_message to return %d, returned %d." + + # There should be two completed configurations of DHCPv6 server. + wait_for_message 10 "DHCP6_CONFIG_COMPLETE" 2 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" "Timeout waiting for ${kea6_name} to reconfigure. \ +Expected wait_for_message to return %d, returned %d." + + # There should be two completed configurations of D2 and two + # configurations of CA. + wait_for_message 10 "DCTL_CONFIG_COMPLETE" 4 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" "Timeout waiting for ${d2_name} to reconfigure. \ +Expected wait_for_message to return %d, returned %d." + + # Use keactrl stop to shutdown the servers. + printf 'Stopping Kea: %s stop -c %s\n' "${keactrl}" "${KEACTRL_CFG_FILE}" + run_command \ + "${keactrl}" stop -c ${KEACTRL_CFG_FILE} + assert_eq 0 "${EXIT_CODE}" "Expected keactrl to return %d, returned value was %d." + + # Wait up to 10s for the DHCPv6 server to stop. + wait_for_message 10 "DHCP6_SHUTDOWN" 1 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${kea6_name} to shutdown. \ +Expected wait_for_message return %d, returned %d." + + # Wait up to 10s for the DHCPv4 server to stop. + wait_for_message 10 "DHCP4_SHUTDOWN" 1 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${kea4_name} to shutdown. \ +Expected wait_for_message return %d, returned %d." + + # Wait up to 10s for the D2, CA and Netconf to stop. + wait_for_message 10 "DCTL_SHUTDOWN" 2 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${d2_name} to shutdown. \ +Expected wait_for_message return %d, returned %d." + + # Make sure that all servers are down. + if ${have_netconf}; then + expected=6 + else + expected=5 + fi + wait_for_server_down ${expected} ${wildcard_name} + assert_eq 1 "${_WAIT_FOR_SERVER_DOWN}" \ + "Expected wait_for_server_down return %d, returned %d" + + test_finish 0 +} + +# This test checks that the servers can be shutdown selectively. +stop_selected_server_test() { + # Create configuration file for keactrl. This configuration enables + # all servers. + keactrl_config="${CFG_FILES}\ndhcp4=yes\ndhcp6=yes\n\ +dhcp_ddns=yes\nctrl_agent=yes\nnetconf=yes\n\ +kea_verbose=no\n${keactrl_fixed_config}" + + test_start "keactrl.stop_selected_server_test" + + # Create configuration file for Kea and for keactrl. + create_dhcp4_config "${dhcp4_config}" + create_dhcp6_config "${dhcp6_config}" + create_d2_config "${dhcp_ddns_config}" + create_ca_config "${control_agent_config}" + create_nc_config "${netconf_config}" + create_keactrl_config "${keactrl_config}" + + # Set logging to a file. + set_logger + + # Start servers using keactrl script. + printf 'Starting Kea: %s start -c %s\n' "${keactrl}" "${KEACTRL_CFG_FILE}" + set +e + "${keactrl}" start -c ${KEACTRL_CFG_FILE} + assert_eq 0 "${EXIT_CODE}" "Expected keactrl to return %d, returned value was %d" + set -e + + # Wait up to 20s for the DHCPv6 server to configure. + wait_for_message 20 "DHCP6_CONFIG_COMPLETE" 1 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${kea6_name} to start. \ +Expected wait_for_message return %d, returned %d." + + # Wait up to 20s for the DHCPv4 server to configure. + wait_for_message 20 "DHCP4_CONFIG_COMPLETE" 1 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${kea4_name} to start. \ +Expected wait_for_message return %d, returned %d." + + # Wait up to 20s for the D2, CA and Netconf to configure. + if ${have_netconf}; then + expected=3 + else + expected=2 + fi + wait_for_message 20 "DCTL_CONFIG_COMPLETE" ${expected} + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${d2_name} to start. \ +Expected wait_for_message return %d, returned %d." + + # Make sure that debug messages are not logged (non-verbose mode). + get_log_messages "DHCP6_START_INFO" + assert_eq 0 "${_GET_LOG_MESSAGES}" \ + "Expected get_log_messages return %d, returned %d." + + get_log_messages "DHCP4_START_INFO" + assert_eq 0 "${_GET_LOG_MESSAGES}" \ + "Expected get_log_messages return %d, returned %d." + + get_log_messages "DCTL_STANDALONE" + assert_eq 0 "${_GET_LOG_MESSAGES}" \ + "Expected get_log_messages return %d, returned %d." + + # Server may shut down immediately after configuration has completed. + # Give it some time to shutdown. + sleep 3 + + # Make sure that all servers are running. + get_pid ${kea4_name} ${DHCP4_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${kea4_name} process running, found %d processes running" + + get_pid ${kea6_name} ${DHCP6_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${kea6_name} process running, found %d processes running" + + get_pid ${d2_name} ${D2_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${d2_name} process running, found %d processes running" + + get_pid ${agent_name} ${CA_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${agent_name} process running, found %d processes running" + + if ${have_netconf}; then + get_pid ${netconf_name} ${NC_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${netconf_name} process running, found %d processes running" + fi + + # Use keactrl stop to shutdown DHCPv4 server. + printf "Stopping DHCPv4 server: %s stop -s dhcp4 -c %s\n" "${keactrl}" "${KEACTRL_CFG_FILE}" + run_command \ + "${keactrl}" stop -s dhcp4 -c ${KEACTRL_CFG_FILE} + assert_eq 0 "${EXIT_CODE}" "Expected keactrl to return %d, returned value was %d." + + # Wait up to 10s for the DHCPv4 server to stop. + wait_for_message 10 "DHCP4_SHUTDOWN" 1 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${kea4_name} to shutdown. \ +Expected wait_for_message return %d, returned %d." + + # Make sure that the DHCPv4 server is down. + if ${have_netconf}; then + expected=6 + else + expected=5 + fi + wait_for_server_down ${expected} ${kea4_name} + assert_eq 1 "${_WAIT_FOR_SERVER_DOWN}" \ + "Expected wait_for_server_down return %d, returned %d" + + # Make sure DHCPv6 server is still running + get_pid ${kea6_name} ${DHCP6_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${kea6_name} process running, found %d processes running" + + # Make sure D2 server is still running + get_pid ${d2_name} ${D2_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${d2_name} process running, found %d processes running" + + # Make sure CA is still running + get_pid ${agent_name} ${CA_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${agent_name} process running, found %d processes running" + + # Make sure Netconf agent is still running + if ${have_netconf}; then + get_pid ${netconf_name} ${NC_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${netconf_name} process running, found %d processes running" + fi + + # Use keactrl stop to shutdown DHCPv6 server. + printf 'Stopping DHCPv6 server: %s stop -s dhcp6 -c %s\n' "${keactrl}" "${KEACTRL_CFG_FILE}" + run_command \ + "${keactrl}" stop -s dhcp6 -c ${KEACTRL_CFG_FILE} + assert_eq 0 "${EXIT_CODE}" "Expected keactrl to return %d, returned value was %d." + + # Wait up to 10s for the DHCPv6 server to stop. + wait_for_message 10 "DHCP6_SHUTDOWN" 1 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${kea6_name} to shutdown. \ +Expected wait_for_message return %d, returned %d." + + # Make sure that the DHCPv6 server is down. + if ${have_netconf}; then + expected=6 + else + expected=5 + fi + wait_for_server_down ${expected} ${kea6_name} + assert_eq 1 "${_WAIT_FOR_SERVER_DOWN}" \ + "Expected wait_for_server_down return %d, returned %d" + + # Make sure D2 server is still running + get_pid ${d2_name} ${D2_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${d2_name} process running, found %d processes running" + + # Make sure CA is still running + get_pid ${agent_name} ${CA_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${agent_name} process running, found %d processes running" + + # Use keactrl stop to shutdown D2 server. + printf 'Stopping DHCP DDNS server: %s stop -s dhcp_ddns -c %s\n' "${keactrl}" "${KEACTRL_CFG_FILE}" + run_command \ + "${keactrl}" stop -s dhcp_ddns -c ${KEACTRL_CFG_FILE} + assert_eq 0 "${EXIT_CODE}" "Expected keactrl to return %d, returned value was %d." + + # Wait up to 10s for the D2 server to stop. + wait_for_message 10 "DCTL_SHUTDOWN" 1 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${d2_name} to shutdown. \ +Expected wait_for_message return %d, returned %d." + + # Make sure that the D2 server is down. + if ${have_netconf}; then + expected=6 + else + expected=5 + fi + wait_for_server_down ${expected} ${d2_name} + assert_eq 1 "${_WAIT_FOR_SERVER_DOWN}" \ + "Expected wait_for_server_down return %d, returned %d" + + # Make sure CA is still running + get_pid ${agent_name} ${CA_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${agent_name} process running, found %d processes running" + + # Make sure Netconf agent is still running + if ${have_netconf}; then + get_pid ${netconf_name} ${NC_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${netconf_name} process running, found %d processes running" + fi + + # Use keactrl stop to shutdown CA. + printf 'Stopping Control Agent: %s stop -s ctrl_agent -c %s\n' "${keactrl}" "${KEACTRL_CFG_FILE}" + run_command \ + "${keactrl}" stop -s ctrl_agent -c ${KEACTRL_CFG_FILE} + assert_eq 0 "${EXIT_CODE}" "Expected keactrl to return %d, returned value was %d." + + # Wait up to 10s for the CA to stop. + wait_for_message 10 "DCTL_SHUTDOWN" 2 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${agent_name} to shutdown. \ +Expected wait_for_message return %d, returned %d." + + # Make sure that the CA is down. + if ${have_netconf}; then + expected=6 + else + expected=5 + fi + wait_for_server_down ${expected} ${agent_name} + assert_eq 1 "${_WAIT_FOR_SERVER_DOWN}" \ + "Expected wait_for_server_down return %d, returned %d" + + # Make sure Netconf agent is still running + if ${have_netconf}; then + get_pid ${netconf_name} ${NC_CFG_FILE_NAME} + assert_eq 1 "${_GET_PIDS_NUM}" \ + "Expected %d ${netconf_name} process running, found %d processes running" + fi + + # Use keactrl stop to shutdown Netconf agent. + if ${have_netconf}; then + printf 'Stopping Netconf agent: %s stop -s netconf -c %s\n' "${keactrl}" "${KEACTRL_CFG_FILE}" + run_command \ + "${keactrl}" stop -s netconf -c ${KEACTRL_CFG_FILE} + assert_eq 0 "${EXIT_CODE}" "Expected keactrl to return %d, returned value was %d." + + # Wait up to 10s for the Netconf agent to stop. + wait_for_message 10 "DCTL_SHUTDOWN" 2 + assert_eq 1 "${_WAIT_FOR_MESSAGE}" \ + "Timeout waiting for ${netconf_name} to shutdown. \ +Expected wait_for_message return %d, returned %d." + + # Make sure that the Netconf agent is down. + wait_for_server_down 6 ${netconf_name} + assert_eq 1 "${_WAIT_FOR_SERVER_DOWN}" \ + "Expected wait_for_server_down return %d, returned %d" + fi + + test_finish 0 +} + +# This test checks that the "status" command doesn't check the presence of the +# config file. +status_no_config_test() { + test_start "keactrl.status_no_config_test" + + # Make sure that all config files are removed. + cleanup + + # Create keactrl configuration file. + create_keactrl_config "${keactrl_config}" + + # Make sure that the "status" command doesn't check the presence of + # the config file. + printf "Getting status without a Kea config file\n" + + run_command \ + "${keactrl}" status -c ${KEACTRL_CFG_FILE} + assert_eq 1 "${EXIT_CODE}" "Expected keactrl to return %d, returned %d" + assert_string_contains "DHCPv4 server: inactive" "${OUTPUT}" \ + "Expected keactrl status command return %s" + assert_string_contains "DHCPv6 server: inactive" "${OUTPUT}" \ + "Expected keactrl status command return %s" + assert_string_contains "DHCP DDNS: inactive" "${OUTPUT}" \ + "Expected keactrl status command return %s" + assert_string_contains "Control Agent: inactive" "${OUTPUT}" \ + "Expected keactrl status command return %s" + if ${have_netconf}; then + assert_string_contains "Netconf agent: inactive" "${OUTPUT}" \ + "Expected keactrl status command return %s" + fi + assert_string_contains "Configuration file for Kea does not exist" \ + "${OUTPUT}" "Expected keactrl status command return %s" + + test_finish 0 +} + +# This test uses version command, which reports version of the keactrl +# tool itself, but also all the daemons. +version_command_test() { + test_start "keactrl.version-command" + + # Create configuration file for keactrl. + # Note that += is NOT in POSIX shell so PLEASE do NOT use it. + keactrl_config="${CFG_FILES}\ndhcp4=yes\ndhcp6=yes\ndhcp_ddns=yes\n" + keactrl_config="${keactrl_config}ctrl_agent=yes\nnetconf=yes\n" + keactrl_config="${keactrl_config}kea_verbose=no\n${keactrl_fixed_config}" + create_keactrl_config "${keactrl_config}" + + # This is what we expect to get. We need to run it through printf + # to convert \n to actual LF (0xa) or whatever the EOL is used on your + # system. + exp="keactrl: @PACKAGE_VERSION@\n" + exp="${exp}kea-dhcp4: @PACKAGE_VERSION@\n" + exp="${exp}kea-dhcp6: @PACKAGE_VERSION@\n" + exp="${exp}kea-dhcp-ddns: @PACKAGE_VERSION@\n" + exp="${exp}kea-ctrl-agent: @PACKAGE_VERSION@" + if ${have_netconf}; then + exp="${exp}\nkea-netconf: @PACKAGE_VERSION@" + fi + # The %b parameter tells printf to interpret backslashes. + EXPECTED_RESP=$(printf "%b" "$exp") + + # Let's use short version: + run_command \ + "${keactrl}" version -c ${KEACTRL_CFG_FILE} + + assert_str_eq "${EXPECTED_RESP}" "${OUTPUT}" \ + "Expected keactrl version to report %s, but it reported %s" + + test_finish 0 +} + +keactrl_error_reporting_tests() { + test_start 'keactrl_error_reporting_test' + run_command \ + "${keactrl}" + assert_eq 1 "${EXIT_CODE}" + assert_str_eq 'ERROR/keactrl: missing command' "$(printf '%s\n' "${OUTPUT}" | head -n 1)" + test_finish ${?} + + test_start 'keactrl_error_reporting_test.start.c' + run_command \ + "${keactrl}" start -c + assert_eq 1 "${EXIT_CODE}" + assert_str_eq 'ERROR/keactrl: keactrl-config-file not specified' "$(printf '%s\n' "${OUTPUT}" | head -n 1)" + test_finish ${?} + + test_start 'keactrl_error_reporting_test.start.s' + run_command \ + "${keactrl}" start -s + assert_eq 1 "${EXIT_CODE}" + assert_str_eq 'ERROR/keactrl: servers not specified' "$(printf '%s\n' "${OUTPUT}" | head -n 1)" + test_finish ${?} +} + + +# shellcheck disable=SC2034 +# SC2034: ... appears unused. Verify use (or export if used externally). +# reason: bin and bin_path are used in version_test +{ +bin=$(basename "${keactrl}") +bin_path=$(dirname "${keactrl}") +version_test 'keactrl.version' 'long_version_too_please' +} + +keactrl_status_tests +version_command_test +start_all_servers_no_verbose_test +start_all_servers_verbose_test +start_v4_server_test +start_v6_server_test +late_start_v4_server_test +late_start_v6_server_test +stop_selected_server_test +status_no_config_test +keactrl_error_reporting_tests |