On Wed, Aug 2, 2017 at 7:37 PM, Lance Richardson
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
> logging"test case
>
> 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
>
> The test case is failing mainly beca
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 used.
Fixes: d383eed5958