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