On 5/25/2019 1:49 PM, Darrell Ball wrote:
ovn-macros are needed to run the OVN system tests.

Signed-off-by: Darrell Ball <[email protected]>
---
  tests/system-kmod-testsuite.at      | 1 +
  tests/system-userspace-testsuite.at | 1 +
  2 files changed, 2 insertions(+)

diff --git a/tests/system-kmod-testsuite.at b/tests/system-kmod-testsuite.at
index bda314a..2fe2e8f 100644
--- a/tests/system-kmod-testsuite.at
+++ b/tests/system-kmod-testsuite.at
@@ -19,6 +19,7 @@ m4_ifdef([AT_COLOR_TESTS], [AT_COLOR_TESTS])
  m4_include([tests/ovs-macros.at])
  m4_include([tests/ovsdb-macros.at])
  m4_include([tests/ofproto-macros.at])
+m4_include([tests/ovn-macros.at])
  m4_include([tests/system-common-macros.at])
  m4_include([tests/system-kmod-macros.at])
diff --git a/tests/system-userspace-testsuite.at b/tests/system-userspace-testsuite.at
index c0aaa60..4af36be 100644
--- a/tests/system-userspace-testsuite.at
+++ b/tests/system-userspace-testsuite.at
@@ -19,6 +19,7 @@ m4_ifdef([AT_COLOR_TESTS], [AT_COLOR_TESTS])
  m4_include([tests/ovs-macros.at])
  m4_include([tests/ovsdb-macros.at])
  m4_include([tests/ofproto-macros.at])
+m4_include([tests/ovn-macros.at])
  m4_include([tests/system-userspace-macros.at])
  m4_include([tests/system-common-macros.at])

I was wondering what had happened to all the OVN tests on my automated daily check-kmod jobs and just as I was about to start asking I see your patch.  Good timing.

Thanks!

LGTM...

Tested-by: Greg Rose <[email protected]>
Reviewed-by: Greg Rose <[email protected]>

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to