Re: [PATCH net] selftests: rds: move test.py to TEST_FILES

2024-11-28 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Sun, 24 Nov 2024 07:32:43 + you wrote: > 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-

Re: [PATCH net] selftests: rds: move test.py to TEST_FILES

2024-11-26 Thread Allison Henderson
On Sun, 2024-11-24 at 07:32 +, Hangbin Liu wrote: > 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. This looks fine to me. Thanks for the catch! Reviewed-by: Allison Henderson

[PATCH net] selftests: rds: move test.py to TEST_FILES

2024-11-23 Thread Hangbin Liu
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 Closes: https://lore.kernel.org/netdev/20241122150129.gb18...@dev-dsk-mheyne-1b-55676e6a.eu-west-1.amazon.c