]> git.itanic.dy.fi Git - linux-stable/commit
selftests/net: convert cmsg tests to make them run in unique namespace
authorHangbin Liu <liuhangbin@gmail.com>
Sat, 2 Dec 2023 02:01:01 +0000 (10:01 +0800)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 5 Dec 2023 12:00:56 +0000 (13:00 +0100)
commit7c16d485fec5d0010b992e75ad996e7382950879
tree01f3612fb6468ec6bf58fe2934b52f3abe5c4560
parent3a0f3367006f7cb4203e8eecc77ce7d63190a1df
selftests/net: convert cmsg tests to make them run in unique namespace

Here is the test result after conversion.

]# ./cmsg_ipv6.sh
OK
]# ./cmsg_so_mark.sh
OK
]# ./cmsg_time.sh
OK

Acked-by: David Ahern <dsahern@kernel.org>
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
tools/testing/selftests/net/cmsg_ipv6.sh
tools/testing/selftests/net/cmsg_so_mark.sh
tools/testing/selftests/net/cmsg_time.sh