Home
last modified time | relevance | path

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

/linux/tools/testing/kunit/
A Dkunit_json.py37 test_group = {
49 return test_group
53 test_group = _get_group_json(test_result.test, def_config, build_dir)
54 test_group["name"] = "KUnit Test Group"
55 json_obj = json.dumps(test_group, indent=4)
/linux/drivers/vfio/
A Dvfio.c1707 bool vfio_external_group_match_file(struct vfio_group *test_group, in vfio_external_group_match_file() argument
1712 return (filep->f_op == &vfio_group_fops) && (group == test_group); in vfio_external_group_match_file()

Completed in 205 milliseconds