Skip to content

Migrate FTP tests to test with custom C code instead of FTP client/server #1207

Open
@pevik

Description

@pevik

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]/

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions