Skip to content
Snippets Groups Projects
Commit 3aa81090 authored by Guido Trotter's avatar Guido Trotter
Browse files

QA: call ganeti-confd --version


Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent 2d6db53a
No related branches found
No related tags found
No related merge requests found
......@@ -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])
......
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