2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[gitlab9] doc updated, test renamed

This commit is contained in:
Tomek Mrugalski
2018-08-09 12:37:18 +02:00
parent 531a33c847
commit 4a00ab5d4b
2 changed files with 5 additions and 1 deletions

View File

@@ -168,6 +168,10 @@ kea_verbose=no
<command>status</command> - returns the status of the servers (active
or inactive) and the names of the configuration files in use.
</simpara></listitem>
<listitem><simpara>
<command>version</command> - prints out a version of the
keactrl tool itself, but also the Kea daemons.
</simpara></listitem>
</itemizedlist>
</para>

View File

@@ -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).