Skip to content

Commit ef33e2c

Browse files
committed
fix BPF ut
1 parent 1fa7fb1 commit ef33e2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

felix/bpf/ut/log_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ import (
3030
func TestLog(t *testing.T) {
3131
RegisterTestingT(t)
3232

33+
cleanUpMaps()
34+
3335
defer resetBPFMaps()
3436
bpfIfaceName = "LOG"
3537
defer func() { bpfIfaceName = "" }()

0 commit comments

Comments
 (0)