vmtest: add bpf_obj_id to 5.5.0 blacklist

bpf_obj_id selftest added testing of bpf_link related operations, which are
not implemented in 5.5.0. Blacklist it.

Signed-off-by: Andrii Nakryiko <andriin@fb.com>
This commit is contained in:
Andrii Nakryiko
2020-05-01 18:22:33 -07:00
committed by Andrii Nakryiko
parent bd9e2feb2a
commit 7fc4d5025b

View File

@@ -1,4 +1,5 @@
# PERMANENTLY DISABLED
bpf_obj_id # bpf_link support missing for GET_OBJ_INFO, GET_FD_BY_ID, etc
bpf_tcp_ca # STRUCT_OPS is missing
cgroup_attach_multi # BPF_F_REPLACE_PROG missing
cgroup_link # LINK_CREATE is missing