From c6953b6e407a8989d4deb95ec896f75ac789530a Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Thu, 20 Jan 2011 16:04:00 +0100 Subject: [PATCH] QA: also run gnt-cluster verify-disks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/qa_cluster.py b/qa/qa_cluster.py index 296f7c763..176bcd9eb 100644 --- a/qa/qa_cluster.py +++ b/qa/qa_cluster.py @@ -153,6 +153,7 @@ def TestClusterOob(): def TestClusterVerify(): """gnt-cluster verify""" AssertCommand(["gnt-cluster", "verify"]) + AssertCommand(["gnt-cluster", "verify-disks"]) def TestJobqueue(): -- GitLab