Re: [ovs-dev] [PATCH ovn v2 1/3] tests: Add macros to pause controller updates.

2024-04-03 Thread Mark Michelson
Thanks Xavier and Ales. I addresed Ales's finding and pushed this to main and all branches back to branch-23.06. On 3/28/24 04:48, Ales Musil wrote: On Tue, Mar 26, 2024 at 12:55 PM Xavier Simonart wrote: Such macros can then be used for instance to create condition where sb is seen as

Re: [ovs-dev] [PATCH ovn v2 1/3] tests: Add macros to pause controller updates.

2024-03-28 Thread Ales Musil
On Tue, Mar 26, 2024 at 12:55 PM Xavier Simonart wrote: > Such macros can then be used for instance to create condition where > sb is seen as read-only by ovn-controller. > > Signed-off-by: Xavier Simonart > --- > Hi Xavier, thank you for the v2, there is one small nit that can be addressed

[ovs-dev] [PATCH ovn v2 1/3] tests: Add macros to pause controller updates.

2024-03-26 Thread Xavier Simonart
Such macros can then be used for instance to create condition where sb is seen as read-only by ovn-controller. Signed-off-by: Xavier Simonart --- tests/ovn-macros.at | 25 - 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/tests/ovn-macros.at