LGTM, thanks
On Thu, Oct 17, 2013 at 2:01 PM, Klaus Aehlig <[email protected]> wrote: > The test is not run directly after the cluster related tests, > but only after basic istance creation is verified, as this test > also creates instances. > > Signed-off-by: Klaus Aehlig <[email protected]> > --- > qa/ganeti-qa.py | 2 ++ > qa/qa-sample.json | 1 + > 2 files changed, 3 insertions(+) > > diff --git a/qa/ganeti-qa.py b/qa/ganeti-qa.py > index 941f0c4..221fc12 100755 > --- a/qa/ganeti-qa.py > +++ b/qa/ganeti-qa.py > @@ -846,6 +846,8 @@ def RunQa(): > finally: > pnode.Release() > > + RunTestIf("cluster-upgrade", qa_cluster.TestUpgrade) > + > RunExclusiveStorageTests() > RunTestIf(["cluster-instance-policy", "instance-add-plain-disk"], > TestIPolicyPlainInstance) > diff --git a/qa/qa-sample.json b/qa/qa-sample.json > index bb0f561..2ce1f84 100644 > --- a/qa/qa-sample.json > +++ b/qa/qa-sample.json > @@ -179,6 +179,7 @@ > "cluster-repair-disk-sizes": true, > "cluster-exclusive-storage": true, > "cluster-instance-policy": true, > + "cluster-upgrade" : true, > > "haskell-confd": true, > "htools": true, > -- > 1.8.4 > > -- -- Helga Velroyen | Software Engineer | [email protected] | Google Germany GmbH Dienerstr. 12 80331 München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Christine Elizabeth Flores
