ovs-l3ping: A new test utility that allows to detect L3 tunneling issues
authorAnsis Atteka <aatteka@nicira.com>
Thu, 28 Jun 2012 22:52:40 +0000 (15:52 -0700)
committerAnsis Atteka <aatteka@nicira.com>
Mon, 2 Jul 2012 19:23:49 +0000 (12:23 -0700)
commit2d8bdd8f220848611722bce97b3258600530e95e
treec71d0527a65d25c978c7819c274a2b60c574d8c5
parent969e46a224d433ea60878252c607ad65371bc00d
ovs-l3ping: A new test utility that allows to detect L3 tunneling issues

ovs-l3ping is similar to ovs-test, but the main difference
is that it does not require administrator to open firewall
holes for the XML/RPC control connection. This is achieved
by encapsulating the Control Connection over the L3 tunnel
itself.

This tool is not intended as a replacement for ovs-test,
because ovs-test covers much broader set of test cases.

Sample usage:
Node1: ovs-l3ping -s 192.168.122.236,10.1.1.1 -t gre
Node2: ovs-l3ping -c 192.168.122.220,10.1.1.2,10.1.1.1 -t gre

Issue#11791
Signed-off-by: Ansis Atteka <aatteka@nicira.com>
16 files changed:
NEWS
debian/openvswitch-test.install
debian/openvswitch-test.manpages
manpages.mk
python/automake.mk
python/ovstest/args.py
python/ovstest/rpcserver.py
python/ovstest/tests.py [new file with mode: 0644]
python/ovstest/util.py
rhel/openvswitch.spec.in
utilities/.gitignore
utilities/automake.mk
utilities/ovs-l3ping.8.in [new file with mode: 0644]
utilities/ovs-l3ping.in [new file with mode: 0644]
utilities/ovs-test.in
xenserver/openvswitch-xen.spec.in