Browse Source

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

Shane Kerr 14 years ago
parent
commit
cf020fa451
1 changed files with 5 additions and 0 deletions
  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": []
       }
     ]
   }