From b74b05fdcf3cc85100cda8f31ed859307a24e54b Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Mon, 17 Jun 2024 13:16:54 +0300 Subject: [PATCH] [#3450] addressed review and added ChangeLog entry --- ChangeLog | 5 +++++ src/lib/dhcpsrv/tests/Makefile.am | 3 +++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index cb1b7c435d..2f6788a705 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2255. [bug] razvan + The environment is now inherited by kea-lfc when started by + the kea dhcp server. + (Gitlab #3450) + 2254. [func] tmark Added two API commands to Perfmon hook library: "perfmon-control" which can be used to enable diff --git a/src/lib/dhcpsrv/tests/Makefile.am b/src/lib/dhcpsrv/tests/Makefile.am index eb2cd2630f..ac92958441 100644 --- a/src/lib/dhcpsrv/tests/Makefile.am +++ b/src/lib/dhcpsrv/tests/Makefile.am @@ -15,6 +15,9 @@ endif CLEANFILES = *.gcno *.gcda DISTCLEANFILES = test_libraries.h +DISTCLEANFILES += test_kea_lfc_env.sh + +noinst_SCRIPTS = test_kea_lfc_env.sh TESTS_ENVIRONMENT = $(LIBTOOL) --mode=execute $(VALGRIND_COMMAND) -- 2.47.2