Re: [ovs-dev] [ovs-dev,V5] Add Passive TCP connection to IDL.

2016-02-17 Thread Ofer Ben-Yacov
I found the problem. I have few ovs python packages and one of the functions in the dev branch used the installed package instead of the branch's - this is why it worked for me. I will submit a new patch. Ofer. ‫בתאריך יום ג׳, 16 בפבר׳ 2016 ב-18:19 מאת ‪Ofer Ben-Yacov‬‏ <‪ ofer.benya...@gmail.

Re: [ovs-dev] [ovs-dev,V5] Add Passive TCP connection to IDL.

2016-02-16 Thread Ofer Ben-Yacov
apparently it is related to the kernel version. I run the test on 3.18.1 and it did fail along with another test: Subject: [openvswitch 2.5.90] testsuite: 1531 1752 failed I run the tests on kernel 4.2.8-300.fc23.x86_64 (similar to your laptop), and it failed too. This time without the othe

Re: [ovs-dev] [ovs-dev,V5] Add Passive TCP connection to IDL.

2016-02-16 Thread Russell Bryant
On 02/16/2016 09:40 AM, Ofer Ben-Yacov wrote: > looking at the tests , I see that the only test that failed is for > Kernel 3.18.1. > I'm trying to find vagrant box with this kernel to test it. > > I see in the tests that you are not running them on Kernel 3.16.7, which > I have, so this is why y

Re: [ovs-dev] [ovs-dev,V5] Add Passive TCP connection to IDL.

2016-02-16 Thread Ofer Ben-Yacov
looking at the tests , I see that the only test that failed is for Kernel 3.18.1. I'm trying to find vagrant box with this kernel to test it. I see in the tests that you are not running them on Kernel 3.16.7, which I have, so this is why you don't see the tests fails as they do for me. Ofer. ‫ב

Re: [ovs-dev] [ovs-dev,V5] Add Passive TCP connection to IDL.

2016-02-15 Thread Russell Bryant
On 02/15/2016 09:28 AM, Russell Bryant wrote: > On 02/14/2016 07:10 AM, Ofer Ben-Yacov wrote: >> >> >> The make check failed after git pull, but not in ovsdb tests, they >> passed ok: >> >> ... >> 483: unixctl server - Python FAILED >> (unixctl-py.at:96

Re: [ovs-dev] [ovs-dev,V5] Add Passive TCP connection to IDL.

2016-02-15 Thread Russell Bryant
On 02/14/2016 07:10 AM, Ofer Ben-Yacov wrote: > > > The make check failed after git pull, but not in ovsdb tests, they > passed ok: > > ... > 483: unixctl server - Python FAILED > (unixctl-py.at:96 ) > ... > 1529. monitor delete only (ovsdb-monito

Re: [ovs-dev] [ovs-dev,V5] Add Passive TCP connection to IDL.

2016-02-14 Thread Ofer Ben-Yacov
The make check failed after git pull, but not in ovsdb tests, they passed ok: ... 483: unixctl server - Python FAILED ( unixctl-py.at:96) ... 1529. monitor delete only (ovsdb-monitor.at:310): ok (0m0.000s 0m0.000s) 1530. monitor modify only (ovsdb-monitor.at:318): ok

Re: [ovs-dev] [ovs-dev,V5] Add Passive TCP connection to IDL.

2016-02-12 Thread Russell Bryant
On 02/09/2016 04:25 AM, Ofer Ben-Yacov wrote: > From: Ofer Ben-Yacov > > Currently the IDL does not support passive TCP connection, > i.e. when the OVSDB connects to its manager. > > This patch enables IDL to use an already-open session > (the one which was previously used for retrieving the db