Searched refs:test_group (Results 1 – 2 of 2) sorted by relevance
37 test_group = {49 return test_group53 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)
1707 bool vfio_external_group_match_file(struct vfio_group *test_group, in vfio_external_group_match_file() argument1712 return (filep->f_op == &vfio_group_fops) && (group == test_group); in vfio_external_group_match_file()
Completed in 205 milliseconds