From: Tomek Mrugalski Date: Thu, 9 Aug 2018 10:37:18 +0000 (+0200) Subject: [gitlab9] doc updated, test renamed X-Git-Tag: gitlab29-base~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a00ab5d4b9ac9193fc5f924149aeaca7a88e2ef;p=thirdparty%2Fkea.git [gitlab9] doc updated, test renamed --- diff --git a/doc/guide/keactrl.xml b/doc/guide/keactrl.xml index 503372685a..46e154d057 100644 --- a/doc/guide/keactrl.xml +++ b/doc/guide/keactrl.xml @@ -168,6 +168,10 @@ kea_verbose=no status - returns the status of the servers (active or inactive) and the names of the configuration files in use. + + version - prints out a version of the + keactrl tool itself, but also the Kea daemons. + diff --git a/src/bin/keactrl/tests/keactrl_tests.sh.in b/src/bin/keactrl/tests/keactrl_tests.sh.in index f5a4cd4e38..0a76caec64 100644 --- a/src/bin/keactrl/tests/keactrl_tests.sh.in +++ b/src/bin/keactrl/tests/keactrl_tests.sh.in @@ -1109,7 +1109,7 @@ version_test() { # This test uses version command, which reports version of the keactrl # tool itself, but also all the daemons. version_command_test() { - test_start "version" + test_start "version-command" # This is what we expect to get. We need to run it through echo # to convert \n to actual LF (0xa).