tests: Group the OVN tests together.
authorJustin Pettit <jpettit@nicira.com>
Thu, 3 Sep 2015 19:31:03 +0000 (12:31 -0700)
committerJustin Pettit <jpettit@nicira.com>
Fri, 4 Sep 2015 21:29:38 +0000 (14:29 -0700)
Signed-off-by: Justin Pettit <jpettit@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
tests/testsuite.at

index 384efdf..f3bc126 100644 (file)
@@ -18,7 +18,6 @@ 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])
@@ -70,3 +69,4 @@ m4_include([tests/vtep-ctl.at])
 m4_include([tests/auto-attach.at])
 m4_include([tests/ovn.at])
 m4_include([tests/ovn-sbctl.at])
+m4_include([tests/ovn-controller-vtep.at])