Skip to content

Commit 76d0048

Browse files
author
CKI Backport Bot
committed
selftests: rds: move test.py to TEST_FILES
JIRA: https://issues.redhat.com/browse/RHEL-74034 commit 663a917 Author: Hangbin Liu <liuhangbin@gmail.com> Date: Sun Nov 24 07:32:43 2024 +0000 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: 3ade6ce ("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> Signed-off-by: CKI Backport Bot <cki-ci-bot+cki-gitlab-backport-bot@redhat.com>
1 parent 8074ebe commit 76d0048

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tools/testing/selftests/net/rds/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
all:
44
@echo mk_build_dir="$(shell pwd)" > include.sh
55

6-
TEST_PROGS := run.sh \
7-
test.py
6+
TEST_PROGS := run.sh
87

9-
TEST_FILES := include.sh
8+
TEST_FILES := include.sh test.py
109

1110
EXTRA_CLEAN := /tmp/rds_logs include.sh
1211

0 commit comments

Comments
 (0)