diff mbox

[ovs-dev,2/4] tests: Group the OVN tests together.

Message ID 1441316822-60290-2-git-send-email-jpettit@nicira.com
State Accepted
Headers show

Commit Message

Justin Pettit Sept. 3, 2015, 9:47 p.m. UTC
Signed-off-by: Justin Pettit <jpettit@nicira.com>
---
 tests/testsuite.at |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Ben Pfaff Sept. 4, 2015, 5:47 p.m. UTC | #1
On Thu, Sep 03, 2015 at 02:47:00PM -0700, Justin Pettit wrote:
> Signed-off-by: Justin Pettit <jpettit@nicira.com>

Acked-by: Ben Pfaff <blp@nicira.com>
diff mbox

Patch

diff --git a/tests/testsuite.at b/tests/testsuite.at
index 384efdf..f3bc126 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -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])