]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'selftest-rds'
authorDavid S. Miller <davem@davemloft.net>
Fri, 9 Aug 2024 12:18:46 +0000 (13:18 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Aug 2024 12:18:46 +0000 (13:18 +0100)
commit600a91931057bfec0afd665759c5574ed137cbea
treee7569aa466936ffef0f31486e7c1bead381fc441
parent36fb51479e3c1112013f60f01e3b9725f8f9baf7
parent3ade6ce1255e6e97f91b8ba77408dce9d2292df2
Merge branch 'selftest-rds'

Allison Henderson says:

====================
selftests: rds selftest

This series is a new selftest that Vegard, Chuck and myself have been
working on to provide some test coverage for rds.  I've modified the
scripts to include the feedback from the last version, but let me know
if there's anything missed.  Questions and comments appreciated.

Thanks everyone!

Allison

Changes in v2:
- Removed qemu vm creation and related code
- Updated README.txt with examples of running the test with virtme
- Removed init.sh. run.sh now directly calls test.py
- Some clean up done with the return code handling since there is no
  vm between the scripts anymore
- Imported ip python function in
tools/testing/selftests/net/lib/py/utils.py into test.py
- Adapted test.py to use the imported ip function, and removed the
local ip wrapper
- Some line wrap clean up
- Link to v1:
https://lore.kernel.org/netdev/20240626012834.5678-3-allison.henderson@oracle.com/T
====================

Signed-off-by: David S. Miller <davem@davemloft.net>