Skip to content
Snippets Groups Projects
Commit c6953b6e authored by Iustin Pop's avatar Iustin Pop
Browse files

QA: also run gnt-cluster verify-disks


The bug recently reported by Apollon Oikonomopoulos was missed because
we don't test this command at all.

Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarRené Nussbaumer <rn@google.com>
parent f7c94c17
No related branches found
No related tags found
No related merge requests found
......@@ -153,6 +153,7 @@ def TestClusterOob():
def TestClusterVerify():
"""gnt-cluster verify"""
AssertCommand(["gnt-cluster", "verify"])
AssertCommand(["gnt-cluster", "verify-disks"])
def TestJobqueue():
......
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