You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remaining FTP tests in testcases/network/stress/ftp/ are downloading and sending a large amount of data over TCP and are checking that the data arrives the same at the other end. That is some sort of kernel testing, thus test kept. But better would be to use socket test (custom C code) instead of FTP client/server which needs to be configured. E.g. using syscall tests for send()/recv()/... or extend netstress.c.
tst_require_drivers is only in new shell API. Avoid using it in the old
API. There are still 9 remaining tests in the old API, e.g.
ftp-upload-stress.sh. But instead of converting them it'd be better to
spend time to reimplement the testcase:
linux-test-project#1207
Reported-by: Ricardo B. Marlière <[email protected]>
Signed-off-by: Petr Vorel <[email protected]>
Remaining FTP tests in
testcases/network/stress/ftp/
are downloading and sending a large amount of data over TCP and are checking that the data arrives the same at the other end. That is some sort of kernel testing, thus test kept. But better would be to use socket test (custom C code) instead of FTP client/server which needs to be configured. E.g. using syscall tests for send()/recv()/... or extend netstress.c.https://lore.kernel.org/ltp/[email protected]/
https://lore.kernel.org/ltp/[email protected]/
The text was updated successfully, but these errors were encountered: