aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
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 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 401d23ad..c0a7ade5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -194,5 +194,5 @@ include vswitchd/automake.mk
include ovsdb/automake.mk
include rhel/automake.mk
include xenserver/automake.mk
-include python/ovs/automake.mk
+include python/automake.mk
include python/compat/automake.mk