selftests: net/rds: add module not found
authorAlessandro Zanni <alessandro.zanni87@gmail.com>
Thu, 10 Oct 2024 19:44:17 +0000 (21:44 +0200)
committerJakub Kicinski <kuba@kernel.org>
Fri, 11 Oct 2024 22:59:53 +0000 (15:59 -0700)
commit6ea8a1c28fd36179fc66e088060b11515c8508b7
tree64a78ae489c12b055286d9565c9fa6bdfc634b05
parent1d7b2ce43d2c22a21dadaf689cb36a69570346a6
selftests: net/rds: add module not found

This fix solves this error, when calling kselftest with targets "net/rds":

The error was found by running tests manually with the command:
make kselftest TARGETS="net/rds"

The patch also specifies to import ip() function from the utils module.

Signed-off-by: Alessandro Zanni <alessandro.zanni87@gmail.com>
Reviewed-by: Allison Henderson <allison.henderson@oracle.com>
Link: https://patch.msgid.link/20241010194421.48198-1-alessandro.zanni87@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/rds/test.py