From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7F4D810E4AD for ; Thu, 15 Jun 2023 09:47:27 +0000 (UTC) Received: from linux.intel.com (maurocar-mobl2.ger.corp.intel.com [10.252.22.209]) (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 DE8B2580D9D for ; Thu, 15 Jun 2023 02:47:25 -0700 (PDT) Received: from maurocar by linux.intel.com with local (Exim 4.96) (envelope-from ) id 1q9jZb-00FlDQ-1W for igt-dev@lists.freedesktop.org; Thu, 15 Jun 2023 11:47:23 +0200 From: Mauro Carvalho Chehab To: igt-dev@lists.freedesktop.org Date: Thu, 15 Jun 2023 11:47:22 +0200 Message-Id: <20230615094722.3756326-3-mauro.chehab@linux.intel.com> In-Reply-To: <20230615094722.3756326-1-mauro.chehab@linux.intel.com> References: <20230615094722.3756326-1-mauro.chehab@linux.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 2/2] intel-ci: add Xe live KUnit tests to BAT testlist 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 Run Xe live KUnit tests during BAT excecution. Signed-off-by: Mauro Carvalho Chehab --- tests/intel-ci/xe-fast-feedback.testlist | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/intel-ci/xe-fast-feedback.testlist b/tests/intel-ci/xe-fast-feedback.testlist index fb5acd8a0637..73b9bbe656a1 100644 --- a/tests/intel-ci/xe-fast-feedback.testlist +++ b/tests/intel-ci/xe-fast-feedback.testlist @@ -275,3 +275,6 @@ igt@kms_prop_blob@basic igt@kms_psr@primary_page_flip igt@kms_psr@cursor_plane_move igt@kms_psr@sprite_plane_onoff + +# Run KUnit tests at the end +igt@xe_live_ktest@.* -- 2.40.1