[LTP] [PATCH v2] ftp01.sh: Add support for test lftp
Cyril Hrubis
chrubis@suse.cz
Wed Oct 16 17:32:51 CEST 2024
Hi!
> I doubt that FTP server would crash the kernel, IMHO it's more about testing the
> FTP server itself.
I doubt that these tests would crash kernel, but they are sending a
large amount of data over TCP and are checking that the data arrives the
same at the other end. Which is something we should probably do.
It would be probably cleaner to write a C server that would fork a child
for each connection and just echo data it reads back and a client that
connects to the server, writes some patternts and makes sure that it's
read back exactly the same.
--
Cyril Hrubis
chrubis@suse.cz
More information about the ltp
mailing list