diff mbox

[ovs-dev,patch_v2,3/4] System tests: Enable ALGs for userspace.

Message ID 1497740019-4168-4-git-send-email-dlu998@gmail.com
State Superseded
Headers show

Commit Message

Darrell Ball June 17, 2017, 10:53 p.m. UTC
Signed-off-by: Darrell Ball <dlu998@gmail.com>
---
 tests/system-userspace-macros.at | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
diff mbox

Patch

diff --git a/tests/system-userspace-macros.at b/tests/system-userspace-macros.at
index 6e3d468..417aa4f 100644
--- a/tests/system-userspace-macros.at
+++ b/tests/system-userspace-macros.at
@@ -69,12 +69,9 @@  m4_define([CHECK_CONNTRACK],
 # CHECK_CONNTRACK_ALG()
 #
 # Perform requirements checks for running conntrack ALG tests. The userspace
-# doesn't support ALGs yet, so skip the tests
+# supports FTP and TFTP.
 #
-m4_define([CHECK_CONNTRACK_ALG],
-[
-    AT_SKIP_IF([:])
-])
+m4_define([CHECK_CONNTRACK_ALG])
 
 # CHECK_CONNTRACK_FRAG()
 #