selftests/bpf: Add a test case for bpf_cgroup_from_id()
[platform/kernel/linux-starfive.git] / tools / testing / selftests / bpf / prog_tests / cgrp_kfunc.c
index b3f7985..adda85f 100644 (file)
@@ -84,6 +84,7 @@ static const char * const success_tests[] = {
        "test_cgrp_xchg_release",
        "test_cgrp_get_release",
        "test_cgrp_get_ancestors",
+       "test_cgrp_from_id",
 };
 
 void test_cgrp_kfunc(void)