system-tests: Workaround for pyftpdlib bug handling IPv6 addresses.
authorJarno Rajahalme <jarno@ovn.org>
Wed, 25 Nov 2015 23:19:38 +0000 (15:19 -0800)
committerJarno Rajahalme <jarno@ovn.org>
Wed, 25 Nov 2015 23:30:16 +0000 (15:30 -0800)
commit508509b2b441353e9a9ed6d6967406148b1af2ab
treee6dc740401d6043dfffde241200f6a8c9db91f33
parent63bc9fb1c69fa81f3b30c2669d25962da3119d0f
system-tests: Workaround for pyftpdlib bug handling IPv6 addresses.

Hack around a bug in pyftpdlib that rejects EPRT connection due to
mismatching textual representation of the IPv6 address when the
address is not in the normalized format.  This happens when the
control connection is mangled by Linux NAT.

Signed-off-by: Jarno Rajahalme <jarno@ovn.org>
Acked-by: Joe Stringer <joe@ovn.org>
tests/test-l7.py