Re: [ovs-dev] [PATCH ovn v4] ovn.at: Fix test "virtual ports -- ovn-northd-ddlog".

2021-06-24 Thread Han Zhou
On Thu, Jun 24, 2021 at 12:15 PM Ben Pfaff wrote: > > On Mon, Jun 21, 2021 at 06:55:29PM -0700, Han Zhou wrote: > > The test case fails quite often for northd-ddlog because of the tunnel > > keys mismatch when comparing OpenFlow rules. Keys can change in > > different runs. This patch fixes it by

Re: [ovs-dev] [PATCH ovn v4] ovn.at: Fix test "virtual ports -- ovn-northd-ddlog".

2021-06-24 Thread Ben Pfaff
On Mon, Jun 21, 2021 at 06:55:29PM -0700, Han Zhou wrote: > The test case fails quite often for northd-ddlog because of the tunnel > keys mismatch when comparing OpenFlow rules. Keys can change in > different runs. This patch fixes it by extracting the expected keys from > SB DB before comparison i

[ovs-dev] [PATCH ovn v4] ovn.at: Fix test "virtual ports -- ovn-northd-ddlog".

2021-06-21 Thread Han Zhou
The test case fails quite often for northd-ddlog because of the tunnel keys mismatch when comparing OpenFlow rules. Keys can change in different runs. This patch fixes it by extracting the expected keys from SB DB before comparison instead of hardcoding. There are some other potential timing issue