From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4E30810E291 for ; Tue, 20 Jun 2023 08:07:35 +0000 (UTC) Received: from linux.intel.com (maurocar-mobl2.ger.corp.intel.com [10.252.7.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by linux.intel.com (Postfix) with ESMTPS id B85ED580D9C for ; Tue, 20 Jun 2023 01:07:33 -0700 (PDT) Received: from maurocar by linux.intel.com with local (Exim 4.96) (envelope-from ) id 1qBWOh-00GhsD-0K for igt-dev@lists.freedesktop.org; Tue, 20 Jun 2023 10:07:31 +0200 From: Mauro Carvalho Chehab To: igt-dev@lists.freedesktop.org Date: Tue, 20 Jun 2023 10:07:29 +0200 Message-Id: <20230620080729.3981834-4-mauro.chehab@linux.intel.com> In-Reply-To: <20230620080729.3981834-1-mauro.chehab@linux.intel.com> References: <20230620080729.3981834-1-mauro.chehab@linux.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 3/3] tests/xe: add run type fields to order testlists List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: From: Mauro Carvalho Chehab Order tests at the fast feedback testlist, when generating testlists based on Run type field: - add boot to xe_module_load, to run such test first when producing a fast feedback testlist; - place kunit tests at the end of the fast feedback testlist, as they have a higher chance of causing GPU hangups. Signed-off-by: Mauro Carvalho Chehab --- tests/xe/xe_live_ktest.c | 2 +- tests/xe/xe_module_load.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/xe/xe_live_ktest.c b/tests/xe/xe_live_ktest.c index 7dcf679069b8..f0cbf4f623bc 100644 --- a/tests/xe/xe_live_ktest.c +++ b/tests/xe/xe_live_ktest.c @@ -8,7 +8,7 @@ * Sub-category: kunit * Functionality: kunit * Test category: functionality test - * Run type: BAT + * Run type: BAT, kunit * * SUBTEST: bo * Functionality: bo diff --git a/tests/xe/xe_module_load.c b/tests/xe/xe_module_load.c index 1c2d4a2e2ea3..3b2dc1fdc90f 100644 --- a/tests/xe/xe_module_load.c +++ b/tests/xe/xe_module_load.c @@ -99,7 +99,7 @@ static const char * const unwanted_drivers[] = { /** * SUBTEST: force-load * Description: Load the Xe driver passing ``force_probe=*`` parameter - * Run type: BAT + * Run type: BAT, boot * * SUBTEST: load * Description: Load the Xe driver -- 2.40.1