X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/ed54b47eec1194dd6f669144f33bf5e734d1f255..560428be4f5852813972cd2791f425cf708ca7c6:/qa/qa_env.py?ds=sidebyside diff --git a/qa/qa_env.py b/qa/qa_env.py index b2dff2e..3b1a761 100644 --- a/qa/qa_env.py +++ b/qa/qa_env.py @@ -43,12 +43,16 @@ def TestGanetiCommands(): """Test availibility of Ganeti commands. """ - cmds = ( ['gnt-cluster', '--version'], - ['gnt-os', '--version'], - ['gnt-node', '--version'], + cmds = ( ['gnt-backup', '--version'], + ['gnt-cluster', '--version'], + ['gnt-debug', '--version'], ['gnt-instance', '--version'], - ['gnt-backup', '--version'], + ['gnt-job', '--version'], + ['gnt-node', '--version'], + ['gnt-os', '--version'], + ['ganeti-masterd', '--version'], ['ganeti-noded', '--version'], + ['ganeti-rapi', '--version'], ['ganeti-watcher', '--version'] ) cmd = ' && '.join([utils.ShellQuoteArgs(i) for i in cmds])