On 28 February 2017 at 17:17, Jarno Rajahalme <ja...@ovn.org> wrote:
> If FTP tests with conntrack fail, it is informative to know if the
> problem is with the FTP client and/or server, or with conntrack
> itself.
>
> Signed-off-by: Jarno Rajahalme <ja...@ovn.org>
> ---
>  tests/system-traffic.at | 29 +++++++++++++++++++++++++++++
>  1 file changed, 29 insertions(+)
>
> diff --git a/tests/system-traffic.at b/tests/system-traffic.at
> index ac9f989..1cc41b7 100644
> --- a/tests/system-traffic.at
> +++ b/tests/system-traffic.at
> @@ -2040,6 +2040,35 @@ 
> tcp,orig=(src=10.1.1.1,dst=10.1.1.2,sport=<cleared>,dport=<cleared>),reply=(src=
>  OVS_TRAFFIC_VSWITCHD_STOP
>  AT_CLEANUP
>
> +AT_SETUP([FTP - no conntrack])
> +AT_SKIP_IF([test $HAVE_PYFTPDLIB = no])

I suspect that this was updated since you wrote this test, the other tests use:

AT_SKIP_IF([test $HAVE_FTP = no])

Otherwise,

Acked-by: Joe Stringer <j...@ovn.org>
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to