OSDN Git Service

selftests/bpf: Deduplicate write_sysctl() to test_progs.c
authorYiFei Zhu <zhuyifei@google.com>
Fri, 9 Sep 2022 00:49:40 +0000 (00:49 +0000)
committerMartin KaFai Lau <martin.lau@kernel.org>
Fri, 9 Sep 2022 17:40:45 +0000 (10:40 -0700)
commite42921c3c346b1b49068af3f3881322081e1dddd
tree51bf73beda4f03c3931dd87c8fe5a5ea029b19fc
parent0ffe2412531e95a309d7f0bfe985fc4ca4d39de8
selftests/bpf: Deduplicate write_sysctl() to test_progs.c

This helper is needed in multiple tests. Instead of copying it over
and over, better to deduplicate this helper to test_progs.c.

test_progs.c is chosen over testing_helpers.c because of this helper's
use of CHECK / ASSERT_*, and the CHECK was modified to use ASSERT_*
so it does not rely on a duration variable.

Suggested-by: Martin KaFai Lau <kafai@fb.com>
Signed-off-by: YiFei Zhu <zhuyifei@google.com>
Link: https://lore.kernel.org/r/9b4fc9a27bd52f771b657b4c4090fc8d61f3a6b5.1662682323.git.zhuyifei@google.com
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
tools/testing/selftests/bpf/prog_tests/btf_skc_cls_ingress.c
tools/testing/selftests/bpf/prog_tests/tcp_hdr_options.c
tools/testing/selftests/bpf/test_progs.c
tools/testing/selftests/bpf/test_progs.h