aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorHangbin Liu <liuhangbin@gmail.com>2024-11-24 07:32:43 +0000
committerPaolo Abeni <pabeni@redhat.com>2024-11-28 10:20:17 +0100
commit663a917475530feff868a4f2bda286ea4171f420 (patch)
treedbc3156fc00bae813e0febe8a2956061cde43351
parentnet_sched: sch_fq: don't follow the fast path if Tx is behind now (diff)
downloadwireguard-linux-663a917475530feff868a4f2bda286ea4171f420.tar.xz
wireguard-linux-663a917475530feff868a4f2bda286ea4171f420.zip
selftests: rds: move test.py to TEST_FILES
The test.py should not be run separately. It should be run via run.sh, which will do some sanity checks first. Move the test.py from TEST_PROGS to TEST_FILES. Reported-by: Maximilian Heyne <mheyne@amazon.de> Closes: https://lore.kernel.org/netdev/20241122150129.GB18887@dev-dsk-mheyne-1b-55676e6a.eu-west-1.amazon.com Fixes: 3ade6ce1255e ("selftests: rds: add testing infrastructure") Signed-off-by: Hangbin Liu <liuhangbin@gmail.com> Reviewed-by: Allison Henderson <allison.henderson@oracle.com> Link: https://patch.msgid.link/20241124073243.847932-1-liuhangbin@gmail.com Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to '')
-rw-r--r--tools/testing/selftests/net/rds/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/testing/selftests/net/rds/Makefile b/tools/testing/selftests/net/rds/Makefile
index 1803c39dbacb..612a7219990e 100644
--- a/tools/testing/selftests/net/rds/Makefile
+++ b/tools/testing/selftests/net/rds/Makefile
@@ -3,10 +3,9 @@
all:
@echo mk_build_dir="$(shell pwd)" > include.sh
-TEST_PROGS := run.sh \
- test.py
+TEST_PROGS := run.sh
-TEST_FILES := include.sh
+TEST_FILES := include.sh test.py
EXTRA_CLEAN := /tmp/rds_logs include.sh