On 11 August 2016 at 23:34, Gurucharan Shetty <[email protected]> wrote: > The client and servers are in the same subnet. > > (This would not have worked without the recent > IPv6 patches that let packets to loop back) > > Signed-off-by: Gurucharan Shetty <[email protected]>
This test should be skipped for the "check-system-userspace" make target (this is done for the other OVN LB and NAT tests, so I guess you already know how). I'm seeing some basic failures running this test in the kernel testsuite on recent kernels (not sure if it is related to kernel version or not, but it's v4.2 and net-next): ./system-ovn.at:515: ovs-appctl dpctl/dump-conntrack | grep "dst=30.0.0.2" | sed -e 's/port=[0-9]*/port=<cleared>/g' -e 's/id=[0-9]*/id=<cleared>/g' -e 's/state=[0-9_A-Z]*/state=<cleared>/g' | sort | uniq --- - 2016-08-12 18:07:19.603786916 +0000 +++ /home/gitlab-runner/builds/83c49bff/0/root/openvswitch/tests/system-kmod-testsuite.dir/at-groups/61/stdout 2016-08-12 18:07:19.602000000 +0000 @@ -1,4 +1,3 @@ tcp,orig=(src=192.168.1.2,dst=30.0.0.2,sport=<cleared>,dport=<cleared>),reply=(src=192.168.1.3,dst=192.168.1.2,sport=<cleared>,dport=<cleared>),protoinfo=(state=<cleared>) tcp,orig=(src=192.168.1.2,dst=30.0.0.2,sport=<cleared>,dport=<cleared>),reply=(src=192.168.1.4,dst=192.168.1.2,sport=<cleared>,dport=<cleared>),protoinfo=(state=<cleared>) -tcp,orig=(src=192.168.1.2,dst=30.0.0.2,sport=<cleared>,dport=<cleared>),reply=(src=192.168.1.5,dst=192.168.1.2,sport=<cleared>,dport=<cleared>),protoinfo=(state=<cleared>) _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
