]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1773] Making (hopefully) Jenkins happy
authorFrancis Dupont <fdupont@isc.org>
Fri, 26 Mar 2021 16:18:11 +0000 (17:18 +0100)
committerFrancis Dupont <fdupont@isc.org>
Fri, 26 Mar 2021 16:18:11 +0000 (17:18 +0100)
ChangeLog
src/bin/agent/tests/tls_ca_process_tests.sh.in

index b848ddd3422fbcc87280a19ef2c44d27c4915a5d..38cf3487c5309f72d919425c62859837df8570d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
 1879.  [func]          fdupont
-       The Control Agent now supports TLS/HTTPS. This works with OpenSSL
-        and there are known problems with Botan, which will be addressed
-        in the future.
-        (Gitlab #1662)
+       The Control Agent now supports TLS/HTTPS. This works with
+       OpenSSL and there are known problems with Botan, which will
+       be addressed in the future.
+       (Gitlab #1662)
 
 1878.  [bug]           razvan
        Request enabling DHCP service when the HA hooks library is
index 041d209fa0b34e5098196028359f4f3936d968b8..7185af4182f2068fefde3382d7f780d1bc6894e5 100644 (file)
@@ -215,7 +215,7 @@ list_commands_test() {
     test_finish 0
 }
 
-list_commands_test "No TLS" "${CONFIG_NONE}" "" \
+list_commands_test "NoTLS" "${CONFIG_NONE}" "" \
 "[ { \"arguments\": [ \"build-report\", \"config-get\", \"config-reload\", \"config-set\", \"config-test\", \"config-write\", \"list-commands\", \"shutdown\", \"status-get\", \"version-get\" ], \"result\": 0 } ]"
 list_commands_test "Encrypted" "${CONFIG_NOCR}" \
 "--ca ${TEST_CA_DIR}/kea-ca.crt" \