Home
last modified time | relevance | path

Searched refs:test_group (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_zswap.c83 char *test_group; in test_no_invasive_cgroup_shrink() local
86 test_group = cg_name(root, "no_shrink_test"); in test_no_invasive_cgroup_shrink()
87 if (!test_group) in test_no_invasive_cgroup_shrink()
89 if (cg_create(test_group)) in test_no_invasive_cgroup_shrink()
108 cg_destroy(test_group); in test_no_invasive_cgroup_shrink()
109 free(test_group); in test_no_invasive_cgroup_shrink()
158 char *test_group; in test_no_kmem_bypass() local
183 if (!test_group) in test_no_kmem_bypass()
188 if (cg_create(test_group)) in test_no_kmem_bypass()
228 cg_destroy(test_group); in test_no_kmem_bypass()
[all …]
/openbmc/linux/tools/testing/kunit/
H A Dkunit_json.py42 test_group = {
47 test_group.update(common_fields)
48 return test_group
61 test_group = _get_group_json(test, common_fields)
62 test_group["name"] = "KUnit Test Group"
63 return json.dumps(test_group, indent=4)
/openbmc/openbmc/poky/meta/recipes-support/attr/acl/
H A D0001-tests-do-not-hardcode-the-build-path-into-a-helper-l.patch19 libtestlookup_la_SOURCES = test/test_passwd.c test/test_group.c
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-h5py/
H A D0001-Fix-Cython-3-compatibility.patch36 h5py/tests/test_group.py | 4 +--
711 diff --git a/h5py/tests/test_group.py b/h5py/tests/test_group.py
713 --- a/h5py/tests/test_group.py
714 +++ b/h5py/tests/test_group.py