Skip to content
Snippets Groups Projects
Commit fc28c086 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

QA: Try to run more scripts with --version

This patch also sorts the list.

Reviewed-by: schreiberal
parent 28a90aff
No related branches found
No related tags found
No related merge requests found
...@@ -43,12 +43,16 @@ def TestGanetiCommands(): ...@@ -43,12 +43,16 @@ def TestGanetiCommands():
"""Test availibility of Ganeti commands. """Test availibility of Ganeti commands.
""" """
cmds = ( ['gnt-cluster', '--version'], cmds = ( ['gnt-backup', '--version'],
['gnt-os', '--version'], ['gnt-cluster', '--version'],
['gnt-node', '--version'], ['gnt-debug', '--version'],
['gnt-instance', '--version'], ['gnt-instance', '--version'],
['gnt-backup', '--version'], ['gnt-job', '--version'],
['gnt-node', '--version'],
['gnt-os', '--version'],
['ganeti-masterd', '--version'],
['ganeti-noded', '--version'], ['ganeti-noded', '--version'],
['ganeti-rapi', '--version'],
['ganeti-watcher', '--version'] ) ['ganeti-watcher', '--version'] )
cmd = ' && '.join([utils.ShellQuoteArgs(i) for i in cmds]) cmd = ' && '.join([utils.ShellQuoteArgs(i) for i in cmds])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment