LGTM, thanks
On Wed, Jul 30, 2014 at 6:36 PM, Yuto KAWAMURA(kawamuray) < [email protected]> wrote: > Used as a shortcut to build a successful command result. > > Signed-off-by: Yuto KAWAMURA(kawamuray) <[email protected]> > --- > test/py/ganeti.hypervisor.hv_lxc_unittest.py | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/test/py/ganeti.hypervisor.hv_lxc_unittest.py b/test/py/ > ganeti.hypervisor.hv_lxc_unittest.py > index b1cb884..817cdb2 100755 > --- a/test/py/ganeti.hypervisor.hv_lxc_unittest.py > +++ b/test/py/ganeti.hypervisor.hv_lxc_unittest.py > @@ -32,6 +32,10 @@ from ganeti.hypervisor import hv_lxc > import testutils > > > +def RunResultOk(stdout): > + return utils.RunResult(0, None, stdout, "", [], None, None) > + > + > 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
