Signed-off-by: Darrell Ball <[email protected]> --- tests/system-userspace-macros.at | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-)
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() # -- 1.9.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
