We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf96b1 commit 553f30bCopy full SHA for 553f30b
pkg/utils/test/bpf_map.go
@@ -30,8 +30,6 @@ import (
30
type CleanupFn func()
31
32
func InitBpfMap(t *testing.T, config options.BpfConfig) (CleanupFn, *bpf.BpfLoader) {
33
- bpf.CleanupBpfMap()
34
-
35
err := os.MkdirAll("/mnt/kmesh_cgroup2", 0755)
36
if err != nil {
37
t.Fatalf("Failed to create dir /mnt/kmesh_cgroup2: %v", err)
0 commit comments