Consider my idea regarding the upgrade-enabled-disk-templates. Besides that, LGTM, thanks!
On Thu, Oct 17, 2013 at 11:26 AM, 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 4c8e90f..0daad20 100755 > --- a/qa/ganeti-qa.py > +++ b/qa/ganeti-qa.py > @@ -857,6 +857,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 6b0d3c1..7c05140 100644 > --- a/qa/qa-sample.json > +++ b/qa/qa-sample.json > @@ -174,6 +174,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
