summaryrefslogtreecommitdiff
path: root/tests/testsuite.at
diff options
context:
space:
mode:
authorAlex Wang <alexw@nicira.com>2015-07-03 21:46:51 -0700
committerAlex Wang <alexw@nicira.com>2015-08-10 19:53:42 -0700
commit00db2a607a22bc0d09e8a38404f10314c6b2362d (patch)
tree8191dca3aef27672c62a4ea52a69b6718135723a /tests/testsuite.at
parentcd144a41fda5372645403d5ec2ae4cd1cb695727 (diff)
downloadopenvswitch-00db2a607a22bc0d09e8a38404f10314c6b2362d.tar.gz
ovn: Add controller for VTEP gateway.
This commit lays down the foundation for a new controller in OVN, the ovn-controller-vtep, for controlling the vtep enabled gateways. Signed-off-by: Alex Wang <alexw@nicira.com> Acked-by: Russell Bryant <rbryant@redhat.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 f706f6760..384efdfa6 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -18,6 +18,7 @@ m4_include([tests/ovs-macros.at])
m4_include([tests/ovsdb-macros.at])
m4_include([tests/ofproto-macros.at])
+m4_include([tests/ovn-controller-vtep.at])
m4_include([tests/completion.at])
m4_include([tests/bfd.at])
m4_include([tests/cfm.at])