Re: [ovs-dev] [PATCH] ovn-test: Fix 'test-ovn composition' crash

2016-10-20 Thread Andy Zhou
On Wed, Oct 19, 2016 at 12:58 PM, Ben Pfaff wrote: > On Tue, Oct 11, 2016 at 12:33:22PM -0700, Andy Zhou wrote: > > Without this fix, the added test will core dump. > > > > Signed-off-by: Andy Zhou > > Thanks! > > Acked-by: Ben Pfaff > Thanks for the review. Pushed to master and branch-2.6. __

Re: [ovs-dev] [PATCH] ovn-test: Fix 'test-ovn composition' crash

2016-10-19 Thread Ben Pfaff
On Tue, Oct 11, 2016 at 12:33:22PM -0700, Andy Zhou wrote: > Without this fix, the added test will core dump. > > Signed-off-by: Andy Zhou Thanks! Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/de

[ovs-dev] [PATCH] ovn-test: Fix 'test-ovn composition' crash

2016-10-11 Thread Andy Zhou
Without this fix, the added test will core dump. Signed-off-by: Andy Zhou --- tests/ovn.at | 4 tests/test-ovn.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/ovn.at b/tests/ovn.at index caf9f98..1f65e75 100644 --- a/tests/ovn.at +++ b/tests/ovn.at @@ -1