diff options
author | Hangbin Liu <liuhangbin@gmail.com> | 2024-09-27 06:13:49 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-10-03 02:22:49 +0200 |
commit | 8ed7cf66f4841bcc8c15a89be0732b933703b51c (patch) | |
tree | ae47ba72cdae73f49c25e8cfb552c5e7e2831683 /tools/testing/selftests/net/rds/test.py | |
parent | net: test for not too small csum_start in virtio_net_hdr_to_skb() (diff) | |
download | linux-8ed7cf66f4841bcc8c15a89be0732b933703b51c.tar.xz linux-8ed7cf66f4841bcc8c15a89be0732b933703b51c.zip |
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>
Diffstat (limited to '')
-rwxr-xr-x[-rw-r--r--] | tools/testing/selftests/net/rds/test.py | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/tools/testing/selftests/net/rds/test.py b/tools/testing/selftests/net/rds/test.py index e6bb109bcead..e6bb109bcead 100644..100755 --- a/tools/testing/selftests/net/rds/test.py +++ b/tools/testing/selftests/net/rds/test.py |