From b16b5a7a34cc0d638b295007c2810707aa444b03 Mon Sep 17 00:00:00 2001 From: Yuanhe Shu Date: Thu, 20 Jun 2024 15:06:31 +0800 Subject: [PATCH] anolis: selftests/bpf: remove test_overhead ANBZ: #5530 In test_overhead there is a case to create kprobe "__set_task_comm" which would be already created by other monitoring components. Just remove this case to avoid test fail. Signed-off-by: Yuanhe Shu --- tools/testing/selftests/bpf/samples_test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/testing/selftests/bpf/samples_test.sh b/tools/testing/selftests/bpf/samples_test.sh index b25db83d274a..ea3f00a84b9d 100755 --- a/tools/testing/selftests/bpf/samples_test.sh +++ b/tools/testing/selftests/bpf/samples_test.sh @@ -21,7 +21,6 @@ ulimit -l unlimited ./test_cgrp2_tc.sh ./test_cls_bpf.sh ./test_map_in_map -./test_overhead timeout 10 ./tracex1 ./tracex2 timeout 10 ./tracex3 -- Gitee