Re: [ovs-dev] [PATCH 1/3] ovsdb-idl: Add python keyword to persistent UUID test.

2024-04-23 Thread Simon Horman
On Thu, Apr 11, 2024 at 11:46:01AM +0100, Simon Horman wrote: > On Wed, Apr 10, 2024 at 04:38:24PM -0500, Terry Wilson wrote: > > The Python persistent UUID tests should have the keyword "python" > > added so that TESTSUITEFLAGS="-k python" will not miss testing > > them. > > > > Fixes:

Re: [ovs-dev] [PATCH 1/3] ovsdb-idl: Add python keyword to persistent UUID test.

2024-04-11 Thread Simon Horman
On Wed, Apr 10, 2024 at 04:38:24PM -0500, Terry Wilson wrote: > The Python persistent UUID tests should have the keyword "python" > added so that TESTSUITEFLAGS="-k python" will not miss testing > them. > > Fixes: 55b9507e6824 ("ovsdb-idl: Add the support to specify the uuid for row > insert.")

[ovs-dev] [PATCH 1/3] ovsdb-idl: Add python keyword to persistent UUID test.

2024-04-10 Thread Terry Wilson
The Python persistent UUID tests should have the keyword "python" added so that TESTSUITEFLAGS="-k python" will not miss testing them. Fixes: 55b9507e6824 ("ovsdb-idl: Add the support to specify the uuid for row insert.") Signed-off-by: Terry Wilson --- tests/ovsdb-idl.at | 2 +- 1 file