Add ganeti-queryd to QA env test
authorThomas Thrainer <thomasth@google.com>
Tue, 16 Jul 2013 07:17:07 +0000 (09:17 +0200)
committerThomas Thrainer <thomasth@google.com>
Wed, 17 Jul 2013 09:33:52 +0000 (11:33 +0200)
Test for the newly introduces ganeti-queryd in the environment test of
QA.

Signed-off-by: Thomas Thrainer <thomasth@google.com>
Reviewed-by: Helga Velroyen <helgav@google.com>

qa/qa_env.py

index bb8ab33..7c1caee 100644 (file)
@@ -54,6 +54,7 @@ def TestGanetiCommands():
           ["ganeti-rapi", "--version"],
           ["ganeti-watcher", "--version"],
           ["ganeti-confd", "--version"],
+          ["ganeti-queryd", "--version"],
           )
 
   cmd = " && ".join([utils.ShellQuoteArgs(i) for i in cmds])