Parcourir la source

Have a working test for the new "ping" command.

Shane Kerr il y a 14 ans
Parent
commit
cf020fa451
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      src/bin/bind10/bob.spec

+ 5 - 0
src/bin/bind10/bob.spec

@@ -21,6 +21,11 @@
         "command_name": "shutdown",
         "command_description": "Shut down BIND 10",
         "command_args": []
+      },
+      {
+        "command_name": "ping",
+        "command_description": "Ping the boss process",
+        "command_args": []
       }
     ]
   }