Re: [ovs-dev] [PATCH 2/9] tests: Convert ovsdb-monitor-sort utility from Perl to Python.

2017-11-20 Thread Ben Pfaff
On Thu, Nov 16, 2017 at 09:35:48AM -0500, Aaron Conole wrote: > Ben Pfaff writes: > > > Perl is unfashionable and Python is more widely available and understood, > > so this commit converts one of the OVS uses of Perl into Python. > > > > Signed-off-by: Ben Pfaff > > +# This is copied out of the

Re: [ovs-dev] [PATCH 2/9] tests: Convert ovsdb-monitor-sort utility from Perl to Python.

2017-11-16 Thread Aaron Conole
Hi Ben, Ben Pfaff writes: > Perl is unfashionable and Python is more widely available and understood, > so this commit converts one of the OVS uses of Perl into Python. > > Signed-off-by: Ben Pfaff > --- > tests/automake.mk | 2 +- > tests/ovsdb-monitor-sort.pl | 52

[ovs-dev] [PATCH 2/9] tests: Convert ovsdb-monitor-sort utility from Perl to Python.

2017-11-15 Thread Ben Pfaff
Perl is unfashionable and Python is more widely available and understood, so this commit converts one of the OVS uses of Perl into Python. Signed-off-by: Ben Pfaff --- tests/automake.mk | 2 +- tests/ovsdb-monitor-sort.pl | 52 --- tests/ovsdb-monitor-sort.py |