ovs-test: A new tool that allows to diagnose connectivity and performance issues
authorAnsis Atteka <aatteka@nicira.com>
Mon, 31 Oct 2011 21:56:08 +0000 (14:56 -0700)
committerAnsis Atteka <aatteka@nicira.com>
Fri, 18 Nov 2011 18:39:20 +0000 (10:39 -0800)
commit0be6140a9a7de46f07e09d3ba200bd7f0cf73838
tree74e7d7739f3fd6421912cce12be347068949f863
parent5e9ceccdb69b7e8f519ebeb9d2825b2686810610
ovs-test: A new tool that allows to diagnose connectivity and performance issues

This tool will be a replacement for the current ovs-vlan-test
utility. Besides from connectivity issues it will also be able
to detect performance related issues in Open vSwitch setups.
Currently it uses UDP and TCP protocols for stressing.

Issue #6976
21 files changed:
Makefile.am
NEWS
debian/automake.mk
debian/control
debian/openvswitch-test.dirs [new file with mode: 0644]
debian/openvswitch-test.install [new file with mode: 0644]
debian/openvswitch-test.manpages [new file with mode: 0644]
debian/python-openvswitch.install
manpages.mk
python/automake.mk [new file with mode: 0644]
python/ovs/automake.mk [deleted file]
python/ovstest/__init__.py [new file with mode: 0644]
python/ovstest/args.py [new file with mode: 0644]
python/ovstest/rpcserver.py [new file with mode: 0644]
python/ovstest/tcp.py [new file with mode: 0644]
python/ovstest/udp.py [new file with mode: 0644]
python/ovstest/util.py [new file with mode: 0644]
utilities/automake.mk
utilities/ovs-test.8.in [new file with mode: 0644]
utilities/ovs-test.in [new file with mode: 0644]
utilities/ovs-vlan-test.8.in