[igt-dev] [PATCH i-g-t] i915/i915_power: skip power sanity test on simulation

Dixit, Ashutosh ashutosh.dixit at intel.com
Tue Apr 4 06:53:38 UTC 2023


On Mon, 03 Apr 2023 23:36:15 -0700, Riana Tauro wrote:
>
> skip power sanity test on simulation

Reviewed-by: Ashutosh Dixit <ashutosh.dixit at intel.com>

>
> Signed-off-by: Riana Tauro <riana.tauro at intel.com>
> ---
>  tests/i915/i915_power.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/tests/i915/i915_power.c b/tests/i915/i915_power.c
> index 333ea002..51b412e3 100644
> --- a/tests/i915/i915_power.c
> +++ b/tests/i915/i915_power.c
> @@ -66,6 +66,7 @@ igt_main
>	int i915;
>
>	igt_fixture {
> +		igt_skip_on_simulation();
>		i915 = drm_open_driver_master(DRIVER_INTEL);
>	}
>
> --
> 2.40.0
>


More information about the igt-dev mailing list