QA: call ganeti-confd --version
authorGuido Trotter <ultrotter@google.com>
Wed, 19 Aug 2009 14:08:05 +0000 (16:08 +0200)
committerGuido Trotter <ultrotter@google.com>
Wed, 19 Aug 2009 16:31:42 +0000 (18:31 +0200)
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>

qa/qa_env.py

index 3b1a761..3369acd 100644 (file)
@@ -53,7 +53,9 @@ def TestGanetiCommands():
            ['ganeti-masterd', '--version'],
            ['ganeti-noded', '--version'],
            ['ganeti-rapi', '--version'],
-           ['ganeti-watcher', '--version'] )
+           ['ganeti-watcher', '--version'],
+           ['ganeti-confd', '--version'],
+           )
 
   cmd = ' && '.join([utils.ShellQuoteArgs(i) for i in cmds])