[ovs-dev] [PATCH ovn 1/3] tests: remove strict check for table=N for N > 9

2021-08-16 Thread Vladislav Odintsov
Some tests which check logical flows were checking exact match for output. E.g.: table=12(lr_in_ip_routing ) ... This makes harder to add new tables in LR pipeline since in this case one have to update test, which are not relevant for the change. Replace all table=NN invocations with table=?? an

Re: [ovs-dev] [PATCH ovn 1/3] tests: remove strict check for table=N for N > 9

2021-08-30 Thread Numan Siddique
On Mon, Aug 16, 2021 at 5:15 PM Vladislav Odintsov wrote: > > Some tests which check logical flows were checking exact match for > output. E.g.: > table=12(lr_in_ip_routing ) ... > > This makes harder to add new tables in LR pipeline since in this > case one have to update test, which are not re