Re: [ovs-dev] [PATCH 04/14] check-structs.at: Run for both Python 2 and 3.

2016-02-22 Thread Ben Pfaff
On Mon, Feb 22, 2016 at 03:16:15PM -0500, Russell Bryant wrote: > On Mon, Feb 22, 2016 at 11:53 AM, Ben Pfaff wrote: > > > On Tue, Feb 02, 2016 at 05:36:46PM -0500, Russell Bryant wrote: > > > Update the tests in check-structs.at to run with both Python 2 and 3 if > > > available. The check-stru

Re: [ovs-dev] [PATCH 04/14] check-structs.at: Run for both Python 2 and 3.

2016-02-22 Thread Russell Bryant
On Mon, Feb 22, 2016 at 11:53 AM, Ben Pfaff wrote: > On Tue, Feb 02, 2016 at 05:36:46PM -0500, Russell Bryant wrote: > > Update the tests in check-structs.at to run with both Python 2 and 3 if > > available. The check-structs script is written in Python, though does > > not use the ovs Python li

Re: [ovs-dev] [PATCH 04/14] check-structs.at: Run for both Python 2 and 3.

2016-02-22 Thread Ben Pfaff
On Tue, Feb 02, 2016 at 05:36:46PM -0500, Russell Bryant wrote: > Update the tests in check-structs.at to run with both Python 2 and 3 if > available. The check-structs script is written in Python, though does > not use the ovs Python library. The script did require fixes in a > previous commit t

[ovs-dev] [PATCH 04/14] check-structs.at: Run for both Python 2 and 3.

2016-02-02 Thread Russell Bryant
Update the tests in check-structs.at to run with both Python 2 and 3 if available. The check-structs script is written in Python, though does not use the ovs Python library. The script did require fixes in a previous commit to make it Python 3 compatible, so this ensures that compatibility remain