Re: [libvirt] [PATCH v3 02/22] build-aux: rewrite augest test generator in Python

2019-09-26 Thread Daniel P . Berrangé
On Thu, Sep 26, 2019 at 05:58:47PM +0200, Peter Krempa wrote: > On Thu, Sep 26, 2019 at 16:40:54 +0100, Daniel Berrange wrote: > > On Thu, Sep 26, 2019 at 05:35:46PM +0200, Ján Tomko wrote: > > > On Wed, Sep 25, 2019 at 03:17:10PM +0100, Daniel P. Berrangé wrote: > > > > On Wed, Sep 25, 2019 at

Re: [libvirt] [PATCH v3 02/22] build-aux: rewrite augest test generator in Python

2019-09-26 Thread Peter Krempa
On Thu, Sep 26, 2019 at 16:40:54 +0100, Daniel Berrange wrote: > On Thu, Sep 26, 2019 at 05:35:46PM +0200, Ján Tomko wrote: > > On Wed, Sep 25, 2019 at 03:17:10PM +0100, Daniel P. Berrangé wrote: > > > On Wed, Sep 25, 2019 at 03:25:39PM +0200, Ján Tomko wrote: > > > > On Tue, Sep 24, 2019 at

Re: [libvirt] [PATCH v3 02/22] build-aux: rewrite augest test generator in Python

2019-09-26 Thread Daniel P . Berrangé
On Thu, Sep 26, 2019 at 05:35:46PM +0200, Ján Tomko wrote: > On Wed, Sep 25, 2019 at 03:17:10PM +0100, Daniel P. Berrangé wrote: > > On Wed, Sep 25, 2019 at 03:25:39PM +0200, Ján Tomko wrote: > > > On Tue, Sep 24, 2019 at 03:58:43PM +0100, Daniel P. Berrangé wrote: > > > > As part of an goal to

Re: [libvirt] [PATCH v3 02/22] build-aux: rewrite augest test generator in Python

2019-09-26 Thread Ján Tomko
On Wed, Sep 25, 2019 at 03:17:10PM +0100, Daniel P. Berrangé wrote: On Wed, Sep 25, 2019 at 03:25:39PM +0200, Ján Tomko wrote: On Tue, Sep 24, 2019 at 03:58:43PM +0100, Daniel P. Berrangé wrote: > As part of an goal to eliminate Perl from libvirt build tools, > rewrite the augeas-gentest.pl

Re: [libvirt] [PATCH v3 02/22] build-aux: rewrite augest test generator in Python

2019-09-25 Thread Daniel P . Berrangé
On Wed, Sep 25, 2019 at 03:25:39PM +0200, Ján Tomko wrote: > On Tue, Sep 24, 2019 at 03:58:43PM +0100, Daniel P. Berrangé wrote: > > As part of an goal to eliminate Perl from libvirt build tools, > > rewrite the augeas-gentest.pl tool in Python. > > > > This was a straight conversion, manually

Re: [libvirt] [PATCH v3 02/22] build-aux: rewrite augest test generator in Python

2019-09-25 Thread Ján Tomko
On Tue, Sep 24, 2019 at 03:58:43PM +0100, Daniel P. Berrangé wrote: As part of an goal to eliminate Perl from libvirt build tools, rewrite the augeas-gentest.pl tool in Python. This was a straight conversion, manually going line-by-line to change the syntax from Perl to Python. Thus the overall

[libvirt] [PATCH v3 02/22] build-aux: rewrite augest test generator in Python

2019-09-24 Thread Daniel P . Berrangé
As part of an goal to eliminate Perl from libvirt build tools, rewrite the augeas-gentest.pl tool in Python. This was a straight conversion, manually going line-by-line to change the syntax from Perl to Python. Thus the overall structure of the file and approach is the same. The use of