[ovs-git] Open vSwitch: ovs-test: A new tool that allows to diagnose connectivity and performance issues (master)

dev at openvswitch.org dev at openvswitch.org
Fri Nov 18 18:41:31 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  0be6140a9a7de46f07e09d3ba200bd7f0cf73838 (commit)
      from  5e9ceccdb69b7e8f519ebeb9d2825b2686810610 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0be6140a9a7de46f07e09d3ba200bd7f0cf73838
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=0be6140a9a7de46f07e09d3ba200bd7f0cf73838
Author: Ansis Atteka <aatteka at nicira.com>
		
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


-----------------------------------------------------------------------

Summary of changes:
 Makefile.am                         |    2 +-
 NEWS                                |    7 +-
 debian/automake.mk                  |    3 +
 debian/control                      |    9 ++
 debian/openvswitch-test.dirs        |    1 +
 debian/openvswitch-test.install     |    2 +
 debian/openvswitch-test.manpages    |    1 +
 debian/python-openvswitch.install   |    2 +-
 manpages.mk                         |   10 ++
 python/{ovs => }/automake.mk        |   12 ++-
 python/{ovs => ovstest}/__init__.py |    0
 python/ovstest/args.py              |  115 ++++++++++++++++++++
 python/ovstest/rpcserver.py         |  203 +++++++++++++++++++++++++++++++++++
 python/ovstest/tcp.py               |  139 ++++++++++++++++++++++++
 python/ovstest/udp.py               |   90 +++++++++++++++
 python/ovstest/util.py              |   74 +++++++++++++
 utilities/automake.mk               |    6 +
 utilities/ovs-test.8.in             |  117 ++++++++++++++++++++
 utilities/ovs-test.in               |  180 +++++++++++++++++++++++++++++++
 utilities/ovs-vlan-test.8.in        |    7 ++
 20 files changed, 975 insertions(+), 5 deletions(-)
 create mode 100644 debian/openvswitch-test.dirs
 create mode 100644 debian/openvswitch-test.install
 create mode 100644 debian/openvswitch-test.manpages
 rename python/{ovs => }/automake.mk (81%)
 copy python/{ovs => ovstest}/__init__.py (100%)
 create mode 100644 python/ovstest/args.py
 create mode 100644 python/ovstest/rpcserver.py
 create mode 100644 python/ovstest/tcp.py
 create mode 100644 python/ovstest/udp.py
 create mode 100644 python/ovstest/util.py
 create mode 100644 utilities/ovs-test.8.in
 create mode 100644 utilities/ovs-test.in


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list