From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5EA3B10E0D5 for ; Tue, 4 Apr 2023 07:06:07 +0000 (UTC) Date: Mon, 03 Apr 2023 23:53:38 -0700 Message-ID: <87zg7oqgst.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Riana Tauro In-Reply-To: <20230404063615.3453716-1-riana.tauro@intel.com> References: <20230404063615.3453716-1-riana.tauro@intel.com> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Subject: Re: [igt-dev] [PATCH i-g-t] i915/i915_power: skip power sanity test on simulation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: igt-dev@lists.freedesktop.org, badal.nilawar@intel.com Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On Mon, 03 Apr 2023 23:36:15 -0700, Riana Tauro wrote: > > skip power sanity test on simulation Reviewed-by: Ashutosh Dixit > > Signed-off-by: Riana Tauro > --- > 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 >