]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/bpf/xdp_redirect_multi: Put the logs to tmp folder
authorHangbin Liu <liuhangbin@gmail.com>
Wed, 27 Oct 2021 03:35:50 +0000 (11:35 +0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 5 Nov 2021 15:37:51 +0000 (16:37 +0100)
commit34e08a117c6d19bb5657de8d1e572d7db82badfe
tree87584c098152ddf50c31a6e36ddbe9f15bdc5575
parent405c2666c8e8a91ad215a53b6e3cf168c9259b9b
selftests/bpf/xdp_redirect_multi: Put the logs to tmp folder

The xdp_redirect_multi test logs are created in selftest folder and not cleaned
after test. Let's creat a tmp dir and remove the logs after testing.

Fixes: dc048e497cee ("selftests/bpf: Add xdp_redirect_multi test")
Suggested-by: Jiri Benc <jbenc@redhat.com>
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20211027033553.962413-2-liuhangbin@gmail.com
tools/testing/selftests/bpf/test_xdp_redirect_multi.sh