Commit 663a9174 authored by Hangbin Liu's avatar Hangbin Liu Committed by Paolo Abeni
Browse files

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: default avatarMaximilian Heyne <mheyne@amazon.de>
Closes: https://lore.kernel.org/netdev/20241122150129.GB18887@dev-dsk-mheyne-1b-55676e6a.eu-west-1.amazon.com


Fixes: 3ade6ce1 ("selftests: rds: add testing infrastructure")
Signed-off-by: default avatarHangbin Liu <liuhangbin@gmail.com>
Reviewed-by: default avatarAllison Henderson <allison.henderson@oracle.com>
Link: https://patch.msgid.link/20241124073243.847932-1-liuhangbin@gmail.com


Signed-off-by: default avatarPaolo Abeni <pabeni@redhat.com>
parent 122aba8c
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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