Re: [ovs-dev] [PATCH ovn] system-tests: Do not hardcode DP key for the flows

2023-07-05 Thread Dumitru Ceara
On 7/4/23 13:28, Xavier Simonart wrote: > Looks good to me, thanks. > Acked-by: Xavier Simonart > Thanks, Ales and Xavier! I applied this patch to main and backported it to all stable branches down to 22.12. Regards, Dumitru > > On Tue, Jul 4, 2023 at 12:33 PM Ales Musil wrote: > >> The

Re: [ovs-dev] [PATCH ovn] system-tests: Do not hardcode DP key for the flows

2023-07-04 Thread Xavier Simonart
Looks good to me, thanks. Acked-by: Xavier Simonart On Tue, Jul 4, 2023 at 12:33 PM Ales Musil wrote: > The order of DP key generation is not guaranteed, and > it might happen that the R2 router gets different value than > the hardcoded 2. Get the value from DB instead. > > Signed-off-by:

[ovs-dev] [PATCH ovn] system-tests: Do not hardcode DP key for the flows

2023-07-04 Thread Ales Musil
The order of DP key generation is not guaranteed, and it might happen that the R2 router gets different value than the hardcoded 2. Get the value from DB instead. Signed-off-by: Ales Musil --- tests/system-ovn-kmod.at | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git