]> git.proxmox.com Git - ovs.git/commitdiff
System tests: Enable ALGs for userspace.
authorDarrell Ball <dlu998@gmail.com>
Sun, 6 Aug 2017 17:51:16 +0000 (10:51 -0700)
committerBen Pfaff <blp@ovn.org>
Mon, 7 Aug 2017 18:18:17 +0000 (11:18 -0700)
Signed-off-by: Darrell Ball <dlu998@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
tests/system-userspace-macros.at

index 3fc4ef91f5d30c7b604d449b805a556d31f8e1f5..f3337f04499a557ce9d8905608ae84f3025002f6 100644 (file)
@@ -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()
 #