Re: [ovs-dev] [RFC] tests: wait for ofctl_monitor.log in ofproto-dpif controller

2014-07-22 Thread Daniele Di Proietto
Thanks, Daniele On Jul 21, 2014, at 9:43 PM, Ben Pfaff wrote: > On Mon, Jul 21, 2014 at 05:11:49PM -0700, Daniele Di Proietto wrote: >> Signed-off-by: Daniele Di Proietto >> --- >> I've noticed a testcase (ofproto-dpif - controller, 758) failure on master. >> I believe that the problem is in t

Re: [ovs-dev] [RFC] tests: wait for ofctl_monitor.log in ofproto-dpif controller

2014-07-21 Thread Ben Pfaff
On Mon, Jul 21, 2014 at 05:11:49PM -0700, Daniele Di Proietto wrote: > Signed-off-by: Daniele Di Proietto > --- > I've noticed a testcase (ofproto-dpif - controller, 758) failure on master. > I believe that the problem is in the testcase itself, in which case this > commit > fixes it. > Can someo