Skip to content

Commit 56a5869

Browse files
committed
selftests: net: bpf_offload: add 'libbpf_global' to ignored maps
After installing pahole on the CI image we have a new map created by libbpf. Ignore it otherwise we see: Exception: Time out waiting for map counts to stabilize want 2, have 3 Acked-by: Stanislav Fomichev <sdf@fomichev.me> Link: https://patch.msgid.link/20250304233204.1139251-2-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent f9d2f5d commit 56a5869

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/testing/selftests/net/bpf_offload.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,7 @@ def test_multi_prog(simdev, sim, obj, modename, modeid):
712712
base_map_names = [
713713
'pid_iter.rodata', # created on each bpftool invocation
714714
'libbpf_det_bind', # created on each bpftool invocation
715+
'libbpf_global',
715716
]
716717

717718
# Check netdevsim

0 commit comments

Comments
 (0)