summaryrefslogtreecommitdiff
path: root/tests/testsuite.at
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2015-10-07 14:24:17 -0700
committerBen Pfaff <blp@nicira.com>2015-10-07 14:30:09 -0700
commitcaad1387b24b846c6cf07198a3c131ebbbbc140e (patch)
treec2018a28b695b89bdc1bdb1592561e5a6a7445f3 /tests/testsuite.at
parentcce9c16394dec197f9d8cd634dc915e242ed73c3 (diff)
downloadopenvswitch-caad1387b24b846c6cf07198a3c131ebbbbc140e.tar.gz
ovn-controller: Add test for setting up and tearing down patch ports.
The initial plan for OVN logical routers will make more extensive use of patch ports, so it seems like a good idea to add some tests to avoid regressions before messing with them. Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Justin Pettit <jpettit@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 cb2e09823..8f915facc 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -70,4 +70,5 @@ m4_include([tests/auto-attach.at])
m4_include([tests/ovn.at])
m4_include([tests/ovn-nbctl.at])
m4_include([tests/ovn-sbctl.at])
+m4_include([tests/ovn-controller.at])
m4_include([tests/ovn-controller-vtep.at])