Re: [net-next PATCH] test: hsr: Call cleanup_all_ns when hsr_redbox.sh script exits

2024-05-08 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller : On Tue, 7 May 2024 11:11:55 +0200 you wrote: > Without this change the created netns instances are not cleared after > this script execution. To fix this problem the cleanup_all_ns function > from ../lib.sh is calle

Re: [net-next PATCH] test: hsr: Call cleanup_all_ns when hsr_redbox.sh script exits

2024-05-08 Thread Simon Horman
On Tue, May 07, 2024 at 11:11:55AM +0200, Lukasz Majewski wrote: > Without this change the created netns instances are not cleared after > this script execution. To fix this problem the cleanup_all_ns function > from ../lib.sh is called. > > Signed-off-by: Lukasz Majewski Reviewed-by: Simon Horm

[net-next PATCH] test: hsr: Call cleanup_all_ns when hsr_redbox.sh script exits

2024-05-07 Thread Lukasz Majewski
Without this change the created netns instances are not cleared after this script execution. To fix this problem the cleanup_all_ns function from ../lib.sh is called. Signed-off-by: Lukasz Majewski --- tools/testing/selftests/net/hsr/hsr_redbox.sh | 2 ++ 1 file changed, 2 insertions(+) diff --