Skip to content

Commit

Permalink
Fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavani-Panakanti committed Sep 20, 2024
1 parent 2a051f4 commit 410aa1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/ebpf/bpf_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,8 @@ func TestBpfClient_AttacheBPFProbes(t *testing.T) {
bpfTCClient: mockTCClient,
IngressPodToProgMap: new(sync.Map),
EgressPodToProgMap: new(sync.Map),
IngressProgToPodsMap: new(sync.Map),
EgressProgToPodsMap: new(sync.Map),
}

sampleBPFContext := BPFContext{
Expand Down

0 comments on commit 410aa1e

Please sign in to comment.