From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id A062710E434 for ; Wed, 9 Aug 2023 12:51:22 +0000 (UTC) Date: Wed, 9 Aug 2023 12:50:06 +0000 From: Matthew Brost To: Daniel Mrzyglod Message-ID: References: <20230809094426.111590-1-daniel.t.mrzyglod@intel.com> Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20230809094426.111590-1-daniel.t.mrzyglod@intel.com> MIME-Version: 1.0 Subject: Re: [igt-dev] [PATCH i-g-t] tests/intel-ci: fix xe-fast-feedback.testlist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: igt-dev@lists.freedesktop.org, rodrigo.vivi@intel.com Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On Wed, Aug 09, 2023 at 11:44:26AM +0200, Daniel Mrzyglod wrote: > This patch revert testplan change for igt@xe_query > where query-engines which is a proper HW engine test. > > This patch fix the line which propably occured by mistake. > -igt@xe_query@query-engines > +igt@xe_query@query-execqueues > > Fixes: 481fe148f034 ("xe: Rename engine to exec_queue") > > Signed-off-by: Daniel Mrzyglod > Cc: francois.dugast@intel.com > Cc: Matthew Brost Reviewed-by: Matthew Brost > Cc: Rodrigo Vivi > --- > tests/intel-ci/xe-fast-feedback.testlist | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/intel-ci/xe-fast-feedback.testlist b/tests/intel-ci/xe-fast-feedback.testlist > index f7c6b62f5f08..a5ed24aa084b 100644 > --- a/tests/intel-ci/xe-fast-feedback.testlist > +++ b/tests/intel-ci/xe-fast-feedback.testlist > @@ -147,7 +147,7 @@ igt@xe_pm_residency@gt-c6-on-idle > igt@xe_prime_self_import@basic-with_one_bo > igt@xe_prime_self_import@basic-with_fd_dup > #igt@xe_prime_self_import@basic-llseek-size > -igt@xe_query@query-execqueues > +igt@xe_query@query-engines > igt@xe_query@query-mem-usage > igt@xe_query@query-gts > igt@xe_query@query-config > -- > 2.41.0 >