tests: Check for NAT modules in system testsuite.
[cascardo/ovs.git] / tests / system-kmod-macros.at
index 7253d2b..3ef38e1 100644 (file)
@@ -52,7 +52,7 @@ m4_define([OVS_TRAFFIC_VSWITCHD_STOP],
 m4_define([CHECK_CONNTRACK],
     [AT_SKIP_IF([test $HAVE_CONNTRACK = no])
      AT_SKIP_IF([test $HAVE_PYTHON = no])
-     m4_foreach([mod], [[nf_conntrack_ipv4], [nf_conntrack_ipv6]],
+     m4_foreach([mod], [[nf_conntrack_ipv4], [nf_conntrack_ipv6], [nf_nat_ftp]],
                 [modprobe mod || echo "Module mod not loaded."
                  on_exit 'modprobe -r mod'
                 ])