Skip to content

Commit 4a71a87

Browse files
author
Hangbin Liu
committed
selftests: net: bpf_offload: add 'libbpf_global' to ignored maps
JIRA: https://issues.redhat.com/browse/RHEL-84558 Upstream Status: net.git commit 56a5869 commit 56a5869 Author: Jakub Kicinski <kuba@kernel.org> Date: Tue Mar 4 15:32:04 2025 -0800 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> Signed-off-by: Hangbin Liu <haliu@redhat.com>
1 parent ca821fa commit 4a71a87

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
@@ -710,6 +710,7 @@ def test_multi_prog(simdev, sim, obj, modename, modeid):
710710
base_map_names = [
711711
'pid_iter.rodata', # created on each bpftool invocation
712712
'libbpf_det_bind', # created on each bpftool invocation
713+
'libbpf_global',
713714
]
714715

715716
# Check netdevsim

0 commit comments

Comments
 (0)