ovs-test: Enhancements to the ovs-test tool
authorAnsis Atteka <aatteka@nicira.com>
Fri, 30 Mar 2012 02:03:08 +0000 (19:03 -0700)
committerAnsis Atteka <aatteka@nicira.com>
Wed, 18 Apr 2012 21:56:01 +0000 (14:56 -0700)
commit8d25d9a254786eeb164f4fe4cef28b07378afaa2
treeebb7c577817fedde8b4508f9ec361abf54c76e59
parentb20a8f7c11fbff647cc65cc3db22a22e5d5cad0b
ovs-test: Enhancements to the ovs-test tool

-Implemented support for ovs-test client, so that it could automatically
spawn an ovs-test server process from itself. This reduces the number of
commands the user have to type to get tests running.
-Automated creation of OVS bridges and ports (for VLAN and GRE tests), so that
user would not need to invoke ovs-vsctl manually to switch from direct, 802.1Q
and GRE tests.
-Fixed some pylint reported warnings.
-Fixed ethtool invocation so that we always try to query the physical interface
to get the driver name and version.
-and some others enhancements.

The new usage:
Node1:ovs-test -s 15531
Node2:ovs-test -c 127.0.0.1,1.1.1.1 192.168.122.151,1.1.1.2 -d -l 125 -t gre

Signed-off-by: Ansis Atteka <aatteka@nicira.com>
NEWS
python/automake.mk
python/ovstest/args.py
python/ovstest/rpcserver.py
python/ovstest/tcp.py
python/ovstest/udp.py
python/ovstest/util.py
python/ovstest/vswitch.py [new file with mode: 0644]
utilities/ovs-test.8.in
utilities/ovs-test.in