aboutsummaryrefslogtreecommitdiff
path: root/tests/testsuite.at
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2013-10-08 15:57:01 -0700
committerJustin Pettit <jpettit@nicira.com>2013-10-17 15:09:13 -0700
commitffc759c62a37dbf286f0f54577754fabd907234d (patch)
tree389fa6f89dc2c8ee8f4d96309dbb4ae49baa8222 /tests/testsuite.at
parentadd17b6945ab6d484becd19616d353e09a328b9a (diff)
vtep: Add vtep-ctl command.
The vtep-ctl command provides a user interface to manipulate the VTEP OVSDB schema. Signed-off-by: Justin Pettit <jpettit@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r--tests/testsuite.at1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 9e16f946..772a7eb5 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -107,3 +107,4 @@ m4_include([tests/ovs-xapi-sync.at])
m4_include([tests/interface-reconfigure.at])
m4_include([tests/stp.at])
m4_include([tests/vlog.at])
+m4_include([tests/vtep-ctl.at])