From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3F83F10E4C2 for ; Thu, 10 Aug 2023 06:48:23 +0000 (UTC) Received: from linux.intel.com (maurocar-mobl2.ger.corp.intel.com [10.252.17.210]) (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 28A1A580D37 for ; Wed, 9 Aug 2023 23:48:22 -0700 (PDT) Received: from maurocar by linux.intel.com with local (Exim 4.96) (envelope-from ) id 1qTzT2-0034dW-0d for igt-dev@lists.freedesktop.org; Thu, 10 Aug 2023 08:48:20 +0200 From: Mauro Carvalho Chehab To: igt-dev@lists.freedesktop.org Date: Thu, 10 Aug 2023 08:48:15 +0200 Message-ID: <20230810064816.732794-1-mauro.chehab@linux.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t v2 1/2] xe_live_ktest: remove xe_pci and xe_rtp tests from IGT 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 Those aren't live tests and are currently executed by Intel CI at build time by running kunit.py, as those are part of the device-independent validation. So, remove them from IGT. Cc: Lucas De Marchi Signed-off-by: Mauro Carvalho Chehab --- tests/xe/xe_live_ktest.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/xe/xe_live_ktest.c b/tests/xe/xe_live_ktest.c index 53cc8c186215..5088f676b2bf 100644 --- a/tests/xe/xe_live_ktest.c +++ b/tests/xe/xe_live_ktest.c @@ -38,8 +38,6 @@ static const struct kunit_tests live_tests[] = { { "xe_bo_test", "bo" }, { "xe_dma_buf_test", "dmabuf" }, { "xe_migrate_test", "migrate" }, - { "xe_pci_test", "pci" }, - { "xe_rtp_test", "rtp" }, }; igt_main -- 2.41.0