]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
selftests: rds: move test.py to TEST_FILES
authorHangbin Liu <liuhangbin@gmail.com>
Sun, 24 Nov 2024 07:32:43 +0000 (07:32 +0000)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 28 Nov 2024 09:20:17 +0000 (10:20 +0100)
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>
tools/testing/selftests/net/rds/Makefile

index 1803c39dbacb14d567cf6967778c7e3adffdc1f6..612a7219990eb11583637e46e68489905d62933e 100644 (file)
@@ -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