From 7b4eed05c952c077aa0db3188d7e3a41dfa3af37 Mon Sep 17 00:00:00 2001
From: Michael Hanselmann <hansmi@google.com>
Date: Wed, 3 Nov 2010 13:49:43 +0100
Subject: [PATCH] =?UTF-8?q?QA:=20Run=20=E2=80=9Cgnt-cluster=20verify?=
 =?UTF-8?q?=E2=80=9D=20while=20DRBD=20instance=20exists?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This tests some parts of the disk information collection.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Luca Bigliardi <shammash@google.com>
---
 qa/ganeti-qa.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/qa/ganeti-qa.py b/qa/ganeti-qa.py
index afcdf18b9..aace23480 100755
--- a/qa/ganeti-qa.py
+++ b/qa/ganeti-qa.py
@@ -416,6 +416,8 @@ def main():
         snode = qa_config.AcquireNode(exclude=pnode)
         try:
           instance = RunTest(func, pnode, snode)
+          if qa_config.TestEnabled("cluster-verify"):
+            RunTest(qa_cluster.TestClusterVerify)
           RunCommonInstanceTests(instance)
           if qa_config.TestEnabled('instance-convert-disk'):
             RunTest(qa_instance.TestInstanceShutdown, instance)
-- 
GitLab