Re: [ovs-dev] [PATCH] ovn: Fix the failing "2335: ovn -- ACL logging" test case

2017-08-02 Thread Numan Siddique
On Wed, Aug 2, 2017 at 7:37 PM, Lance Richardson <lrich...@redhat.com> wrote: > > From: nusid...@redhat.com > > To: d...@openvswitch.org > > Sent: Monday, 31 July, 2017 2:20:53 PM > > Subject: [ovs-dev] [PATCH] ovn: Fix the failing "2335: ovn -- ACL > log

Re: [ovs-dev] [PATCH] ovn: Fix the failing "2335: ovn -- ACL logging" test case

2017-08-02 Thread Lance Richardson
> From: nusid...@redhat.com > To: d...@openvswitch.org > Sent: Monday, 31 July, 2017 2:20:53 PM > Subject: [ovs-dev] [PATCH] ovn: Fix the failing "2335: ovn -- ACL logging" > test case > > From: Numan Siddique <nusid...@redhat.com> > > The test cas

[ovs-dev] [PATCH] ovn: Fix the failing "2335: ovn -- ACL logging" test case

2017-07-31 Thread nusiddiq
From: Numan Siddique The test case is failing mainly because of timing issue. Looking into the ovn-controller.log it is evident that the last packet injected just before the AT_CHECK, is still not processed by ovn-controller. To fix this issue, OVS_WAIT_UNTIL function is