Skip to content

Commit 932c468

Browse files
authored
Merge pull request #1453 from wxnzb/ut_cgroup_sock
ut_cgroup_sock
2 parents 9404fc3 + 63193d4 commit 932c468

File tree

4 files changed

+2258
-1
lines changed

4 files changed

+2258
-1
lines changed

test/bpf_ut/bpftest/bpf_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ func loadAndPrepSpec(t *testing.T, elfPath string) *ebpf.CollectionSpec {
209209
for n, p := range spec.Programs {
210210
switch p.Type {
211211
// https://docs.ebpf.io/linux/syscall/BPF_PROG_TEST_RUN/
212-
case ebpf.XDP, ebpf.SchedACT, ebpf.SchedCLS, ebpf.SocketFilter, ebpf.CGroupSKB, ebpf.SockOps, ebpf.SkMsg:
212+
case ebpf.XDP, ebpf.SchedACT, ebpf.SchedCLS, ebpf.SocketFilter, ebpf.CGroupSKB, ebpf.SockOps, ebpf.SkMsg, ebpf.CGroupSockAddr:
213213
continue
214214
}
215215

0 commit comments

Comments
 (0)