LGTM, with the minor changes suggested. As these are most assuredly correct, I will apply them myself.
On Thu, Jul 24, 2014 at 2:31 AM, Yuto KAWAMURA(kawamuray) < [email protected]> wrote: > Used as shortcut to build success command result. > as a s/success/a successful/ > > Signed-off-by: Yuto KAWAMURA(kawamuray) <[email protected]> > --- > test/py/ganeti.hypervisor.hv_lxc_unittest.py | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/test/py/ganeti.hypervisor.hv_lxc_unittest.py b/test/py/ > ganeti.hypervisor.hv_lxc_unittest.py > index b1cb884..6824308 100755 > --- a/test/py/ganeti.hypervisor.hv_lxc_unittest.py > +++ b/test/py/ganeti.hypervisor.hv_lxc_unittest.py > @@ -32,6 +32,9 @@ from ganeti.hypervisor import hv_lxc > import testutils > > > +def RunResultOk(stdout): > + return utils.RunResult(0, None, stdout, "", [], None, None) > + > 2 empty lines > class TestConsole(unittest.TestCase): > def test(self): > instance = objects.Instance(name="lxc.example.com", > -- > 1.8.5.5 > > Hrvoje Ribicic Ganeti Engineering 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 Steuernummer: 48/725/00206 Umsatzsteueridentifikationsnummer: DE813741370
