[PATCH i-g-t] tests/intel/i915_test_config: Add all core tests

Peter Senna Tschudin peter.senna at linux.intel.com
Wed Jul 23 10:24:33 UTC 2025



On 7/23/2025 10:31 AM, Kamil Konieczny wrote:
> Instead of listing tests one by one add all core tests. This
> will add two new tests core_debugfs and core_sysfs.
> 
> Cc: Karthik B S <karthik.b.s at intel.com>
> Cc: Peter Senna Tschudin <peter.senna at linux.intel.com>
> Signed-off-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
Tested-by: Peter Senna Tschudin <peter.senna at linux.intel.com>
Reviewed-by: Peter Senna Tschudin <peter.senna at linux.intel.com>

> ---
>  tests/intel/i915_test_config.json | 5 +----
>  1 file changed, 1 insertion(+), 4 deletions(-)
> 
> diff --git a/tests/intel/i915_test_config.json b/tests/intel/i915_test_config.json
> index a31e00893..1394d0920 100644
> --- a/tests/intel/i915_test_config.json
> +++ b/tests/intel/i915_test_config.json
> @@ -2,10 +2,7 @@
>      "description": "JSON file to be used to parse i915 documentation",
>      "name": "Tests for i915 Driver",
>      "drivers": [ "i915" ],
> -    "files": [ "*.c", "../core_auth.c", "../core_getclient.c",
> -               "../core_getstats.c", "../core_getversion.c",
> -               "../core_hotunplug.c", "../core_setmaster.c",
> -               "../core_setmaster_vs_auth.c",
> +    "files": [ "*.c", "../core_*.c",
>                 "../device_reset.c", "../dmabuf.c",
>                 "../drm_import_export.c", "../drm_mm.c",
>                 "../dumb_buffer.c", "../prime_busy.c", "../prime_mmap.c",



More information about the igt-dev mailing list