On Mon, 11 May 2026 00:23:07 -0700 Allison Henderson wrote: > Currently the rds selftests only tests the tcp transport. This means > most of rds_rdma.ko has no testing coverage. This series refactors the > rds self tests to add an rdma option when running tests. When used, > the test creates a pair of ROCE interfaces to run the payloads through. > > Most of this set is refactoring the existing test.py module. Since most > of this code is one long procedure, it is difficult to modularize it > without creating a lot of pylint complaints about lengthy functions > with too many variables or branches. The first seven patches address > this by breaking down test.py into helper functions. After we have > modularized the send/recv packet logic, we introduce the new ROCE > equivalent network configurations, add the new command line flags to > build and run the test with rdma support.
Looks like there's a handful of ruff and pylint warnings flagged here. -- pw-bot: cr
