]> git.proxmox.com Git - mirror_ovs.git/commitdiff
system-traffic: Fix TFTP NAT skip check.
authorJoe Stringer <joe@ovn.org>
Mon, 7 Aug 2017 20:05:21 +0000 (13:05 -0700)
committerJoe Stringer <joe@ovn.org>
Mon, 7 Aug 2017 23:14:46 +0000 (16:14 -0700)
This test checked whether FTP support was available rather than TFTP.
It should check for TFTP, fix it.

Fixes: 200a9af97d1c ("System tests: Add 4 new ftp and tftp tests.")
Signed-off-by: Joe Stringer <joe@ovn.org>
Acked-by: Andy Zhou <azhou@ovn.org>
tests/system-traffic.at

index 1522173f83a545624135fb55bbba43c6f7bfe1d1..798dd2cbd2c25b638d77bac46315ccdce30b0aaa 100644 (file)
@@ -3758,7 +3758,7 @@ OVS_TRAFFIC_VSWITCHD_STOP
 AT_CLEANUP
 
 AT_SETUP([conntrack - IPv4 TFTP with NAT])
-AT_SKIP_IF([test $HAVE_FTP = no])
+AT_SKIP_IF([test $HAVE_TFTP = no])
 CHECK_CONNTRACK()
 CHECK_CONNTRACK_NAT()
 CHECK_CONNTRACK_ALG()