QA: also run gnt-cluster verify-disks
authorIustin Pop <iustin@google.com>
Thu, 20 Jan 2011 15:04:00 +0000 (16:04 +0100)
committerIustin Pop <iustin@google.com>
Thu, 20 Jan 2011 16:10:03 +0000 (17:10 +0100)
The bug recently reported by Apollon Oikonomopoulos was missed because
we don't test this command at all.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: RenĂ© Nussbaumer <rn@google.com>

qa/qa_cluster.py

index 296f7c7..176bcd9 100644 (file)
@@ -153,6 +153,7 @@ def TestClusterOob():
 def TestClusterVerify():
   """gnt-cluster verify"""
   AssertCommand(["gnt-cluster", "verify"])
+  AssertCommand(["gnt-cluster", "verify-disks"])
 
 
 def TestJobqueue():