selftests/bpf: Add test for libbpf_bpf_map_type_str
authorDaniel Müller <deso@posteo.net>
Mon, 23 May 2022 23:04:21 +0000 (23:04 +0000)
committerAndrii Nakryiko <andrii@kernel.org>
Thu, 2 Jun 2022 23:26:22 +0000 (16:26 -0700)
commitc3a2574011a313707570d35b7e6e6536eda69dbb
treeb22f8cd67005a7976cd88f607e915ff889015862
parent3e6dc0207b33edf90be4d5cbbaf06223aa38e50b
selftests/bpf: Add test for libbpf_bpf_map_type_str

This change adds a test for libbpf_bpf_map_type_str. The test retrieves
all variants of the bpf_map_type enumeration using BTF and makes sure
that the function under test works as expected for them.

Signed-off-by: Daniel Müller <deso@posteo.net>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Quentin Monnet <quentin@isovalent.com>
Acked-by: Yonghong Song <yhs@fb.com>
Link: https://lore.kernel.org/bpf/20220523230428.3077108-6-deso@posteo.net
tools/testing/selftests/bpf/prog_tests/libbpf_str.c