aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAnsis Atteka <aatteka@nicira.com>2011-10-31 14:56:08 -0700
committerAnsis Atteka <aatteka@nicira.com>2011-11-18 10:39:20 -0800
commit0be6140a9a7de46f07e09d3ba200bd7f0cf73838 (patch)
tree74e7d7739f3fd6421912cce12be347068949f863 /debian
parent5e9ceccdb69b7e8f519ebeb9d2825b2686810610 (diff)
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
Diffstat (limited to 'debian')
-rw-r--r--debian/automake.mk3
-rw-r--r--debian/control9
-rw-r--r--debian/openvswitch-test.dirs1
-rw-r--r--debian/openvswitch-test.install2
-rw-r--r--debian/openvswitch-test.manpages1
-rw-r--r--debian/python-openvswitch.install2
6 files changed, 17 insertions, 1 deletions
diff --git a/debian/automake.mk b/debian/automake.mk
index d2898301..755d7278 100644
--- a/debian/automake.mk
+++ b/debian/automake.mk
@@ -40,6 +40,9 @@ EXTRA_DIST += \
debian/openvswitch-switch.postinst \
debian/openvswitch-switch.postrm \
debian/openvswitch-switch.template \
+ debian/openvswitch-test.dirs \
+ debian/openvswitch-test.install \
+ debian/openvswitch-test.manpages \
debian/ovsdbmonitor.install \
debian/ovsdbmonitor.manpages \
debian/ovs-monitor-ipsec \
diff --git a/debian/control b/debian/control
index 1f3387a6..c350facf 100644
--- a/debian/control
+++ b/debian/control
@@ -138,3 +138,12 @@ Description: Open vSwitch graphical monitoring tool
to "ovs-vsctl list <table>").
.
Open vSwitch is a full-featured software-based Ethernet switch.
+
+Package: openvswitch-test
+Architecture: all
+Depends: python-twisted-web, python-argparse
+Description: Open vSwitch test package
+ This package contains utilities that are useful to diagnose
+ performance and connectivity issues in Open vSwitch setup.
+ .
+ Open vSwitch is a full-featured software-based Ethernet switch.
diff --git a/debian/openvswitch-test.dirs b/debian/openvswitch-test.dirs
new file mode 100644
index 00000000..daaae31a
--- /dev/null
+++ b/debian/openvswitch-test.dirs
@@ -0,0 +1 @@
+usr/share/pyshared/ovstest/
diff --git a/debian/openvswitch-test.install b/debian/openvswitch-test.install
new file mode 100644
index 00000000..a152aff5
--- /dev/null
+++ b/debian/openvswitch-test.install
@@ -0,0 +1,2 @@
+usr/share/openvswitch/python/ovstest usr/lib/python2.4/site-packages/
+usr/bin/ovs-test
diff --git a/debian/openvswitch-test.manpages b/debian/openvswitch-test.manpages
new file mode 100644
index 00000000..683c9781
--- /dev/null
+++ b/debian/openvswitch-test.manpages
@@ -0,0 +1 @@
+_debian/utilities/ovs-test.8
diff --git a/debian/python-openvswitch.install b/debian/python-openvswitch.install
index ef84d2bb..67792985 100644
--- a/debian/python-openvswitch.install
+++ b/debian/python-openvswitch.install
@@ -1 +1 @@
-usr/share/openvswitch/python/* usr/lib/python2.4/site-packages/
+usr/share/openvswitch/python/ovs usr/lib/python2.4/site-packages/