LGTM, thanks
On Fri, Jun 6, 2014 at 5:49 PM, 'Jose A. Lopes' via ganeti-devel < [email protected]> wrote: > The user shutdown parameter was being enabled for the instance before > the test starts but afterwards it was not being disabled. > > Signed-off-by: Jose A. Lopes <[email protected]> > --- > qa/qa_instance.py | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/qa/qa_instance.py b/qa/qa_instance.py > index e2456db..6d86286 100644 > --- a/qa/qa_instance.py > +++ b/qa/qa_instance.py > @@ -1253,6 +1253,9 @@ def _TestInstanceUserDownKvm(instance): > primary = _GetInstanceField(instance.name, "pnode") > _TestInstanceUserDown(instance, _StopKVMInstance) > > + AssertCommand(["gnt-instance", "modify", "-H", "user_shutdown=false", > + instance.name]) > + > > def TestInstanceUserDown(instance): > """Tests user shutdown""" > -- > 2.0.0.526.g5318336 > >
