dfe497a14e
Use docker test server to run test, following instructions on https://wiki.qt.io/Network_Testing. Verified on Ubunutu 18.04. Several test failures due to network timeouts and inconsistent configuration of FTP server and assumptions made in the tests. However, the test is either way blacklisted, and the docker test server is not in use yet. Done-with: Ryan Chu <ryan.chu@qt.io> Fixes: QTQAINFRA-2275 Change-Id: I4cbd0109ce3f4cfb23ba2303a85796681d12febc Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
10 lines
225 B
Prolog
10 lines
225 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qftp
|
|
SOURCES += tst_qftp.cpp
|
|
|
|
requires(qtConfig(private_tests))
|
|
QT = core network network-private testlib
|
|
|
|
CONFIG += unsupported/testserver
|
|
QT_TEST_SERVER_LIST = vsftpd ftp-proxy squid danted
|