]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[gitlab9] doc updated, test renamed
authorTomek Mrugalski <tomasz@isc.org>
Thu, 9 Aug 2018 10:37:18 +0000 (12:37 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 9 Aug 2018 10:37:18 +0000 (12:37 +0200)
doc/guide/keactrl.xml
src/bin/keactrl/tests/keactrl_tests.sh.in

index 503372685abe613428c80c68515088918ede58f2..46e154d05719b00bc943b7f1aa8a2fc3227e888e 100644 (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>
 
index f5a4cd4e382b7337b3f9058dc02b60e70e40809b..0a76caec645f09a8227a35c31c05173d3adaff65 100644 (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).