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 1fa7fb1 commit ef33e2cCopy full SHA for ef33e2c
felix/bpf/ut/log_test.go
@@ -30,6 +30,8 @@ import (
30
func TestLog(t *testing.T) {
31
RegisterTestingT(t)
32
33
+ cleanUpMaps()
34
+
35
defer resetBPFMaps()
36
bpfIfaceName = "LOG"
37
defer func() { bpfIfaceName = "" }()
0 commit comments