Hi all, This set addresses a few rds selftests clean ups and bugs encountered when running in the ksft framework. The first patch is a clean up patch that addresses pylint warnings, but otherwise no functional changes. The next patch moves the test time out to a ksft settings file so that the time out is set appropriately. And lastly we fix a tcpdump segfault caused by deprecated a os.fork() call.
Questions, comments and feed back appreciated! Thanks! Allison Allison Henderson (3): selftests: rds: Fix pylint warnings selftests: rds: Add ksft timeout selftests: rds: Fix tcpdump segfault in rds selftests tools/testing/selftests/net/rds/Makefile | 1 + tools/testing/selftests/net/rds/run.sh | 7 +- tools/testing/selftests/net/rds/settings | 1 + tools/testing/selftests/net/rds/test.py | 108 +++++++++++++---------- 4 files changed, 66 insertions(+), 51 deletions(-) create mode 100644 tools/testing/selftests/net/rds/settings -- 2.43.0
