LGTM, thanks
On Wed, Oct 16, 2013 at 11:31 PM, Thomas Thrainer <[email protected]>wrote: > Add a NEWS entry about the cmdlib test framework and increased test > coverage, and mention that at least python-mock 1.0.1 is required as of > Ganeti 2.10. > > Signed-off-by: Thomas Thrainer <[email protected]> > --- > NEWS | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) > > diff --git a/NEWS b/NEWS > index 9162f04..405ce7f 100644 > --- a/NEWS > +++ b/NEWS > @@ -24,12 +24,31 @@ Incompatible/important changes > > New features > ~~~~~~~~~~~~ > + > - KVM hypervisors can now access RBD storage directly without having to > go through a block device. > - A new command 'gnt-cluster upgrade' was added that automates the upgrade > procedure between two Ganeti versions that are both 2.10 or higher. > > > +Misc changes > +~~~~~~~~~~~~ > + > +- A new test framework for logical units was introduced and the test > + coverage for logical units was improved significantly. > + > + > +New dependencies > +~~~~~~~~~~~~~~~~ > + > +The following new dependencies have been added/updated. > + > +Python > + > +- ``python-mock`` (http://www.voidspace.org.uk/python/mock/) is now > required > + in at least version 1.0.1. > + > + > Version 2.9.0 rc3 > ----------------- > > -- > 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
