selftests: rds: move include.sh to TEST_FILES
authorHangbin Liu <liuhangbin@gmail.com>
Fri, 27 Sep 2024 04:13:49 +0000 (12:13 +0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 3 Oct 2024 00:22:49 +0000 (17:22 -0700)
commit8ed7cf66f4841bcc8c15a89be0732b933703b51c
treeae47ba72cdae73f49c25e8cfb552c5e7e2831683
parent49d14b54a527289d09a9480f214b8c586322310a
selftests: rds: move include.sh to TEST_FILES

The include.sh file is generated for inclusion and should not be executable.
Otherwise, it will be added to kselftest-list.txt. Additionally, add the
executable bit for test.py at the same time to ensure proper functionality.

Fixes: 3ade6ce1255e ("selftests: rds: add testing infrastructure")
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Link: https://patch.msgid.link/20240927041349.81216-1-liuhangbin@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/rds/Makefile
tools/testing/selftests/net/rds/test.py [changed mode: 0644->0755]