[ovs-dev] [PATCH ovn 11/12] tests: Prepare for multiple northd types.

2020-11-03 Thread Ben Pfaff
The idea is to run each test twice, once with ovn-northd, once with ovn-northd-ddlog. To do that, we add a macro OVN_FOR_EACH_NORTHD and bracket each test that uses ovn-northd in it. Signed-off-by: Ben Pfaff --- tests/ovn-ic.at | 11 +- tests/ovn-macros.at | 96 ++-- tests/ovn

Re: [ovs-dev] [PATCH ovn 11/12] tests: Prepare for multiple northd types.

2020-11-04 Thread Numan Siddique
On Wed, Nov 4, 2020 at 12:34 PM Ben Pfaff wrote: > > The idea is to run each test twice, once with ovn-northd, once > with ovn-northd-ddlog. To do that, we add a macro OVN_FOR_EACH_NORTHD > and bracket each test that uses ovn-northd in it. > > Signed-off-by: Ben Pfaff > --- > tests/ovn-ic.at

Re: [ovs-dev] [PATCH ovn 11/12] tests: Prepare for multiple northd types.

2020-11-04 Thread Ben Pfaff
On Wed, Nov 04, 2020 at 11:55:38PM +0530, Numan Siddique wrote: > On Wed, Nov 4, 2020 at 12:34 PM Ben Pfaff wrote: > > > > The idea is to run each test twice, once with ovn-northd, once > > with ovn-northd-ddlog. To do that, we add a macro OVN_FOR_EACH_NORTHD > > and bracket each test that uses o