From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6ADCCC531DC for ; Fri, 23 Aug 2024 18:23:53 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2EDD910E0EB; Fri, 23 Aug 2024 18:23:53 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="dbjYyAXG"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.13]) by gabe.freedesktop.org (Postfix) with ESMTPS id C431710E860 for ; Fri, 23 Aug 2024 18:23:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1724437432; x=1755973432; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=JLf9M22ZHXXu/c6TpjXqHm058iUPRr6CfSnzlSXAKIo=; b=dbjYyAXGXl1qagq4mLTqej6GxV9kbnkAHhdTh0vWCNj79HJ/RYckxqKI 9y9CNu0ckOIJvgX3ucO5ZLfMYeajRiBRsdl1x3kjz41g6+VMpHhWdHfST Ic35uueOmc79gaGEt2T9kl4hWlRXdyHFWDMTuoxBdxJdn/ikJL6BfgIr3 DGtYk96tnjM9yRmOPxxzRmm0UdZfVG+nn7+nW+EH5o4yKxbXBNLjXe1HA TNAPNjYKOsi2lBreMnIJeZ8rANxkPfjik4HDA4ynu64NsUakGDbwtAwxA 2pH4BZqHUwQECggzUQHZ+wmuUNsLuHebtgAZQpOj7dL9VLrVHvXvp+wPY g==; X-CSE-ConnectionGUID: YsxAREj/SGi+BYW1JBcRFQ== X-CSE-MsgGUID: aaTfnWYyS5Oex89ZY+Tkxg== X-IronPort-AV: E=McAfee;i="6700,10204,11172"; a="34079314" X-IronPort-AV: E=Sophos;i="6.10,171,1719903600"; d="scan'208";a="34079314" Received: from orviesa002.jf.intel.com ([10.64.159.142]) by orvoesa105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Aug 2024 11:23:52 -0700 X-CSE-ConnectionGUID: v/Fqdrg3Q7alhXL9Lha+OQ== X-CSE-MsgGUID: eqSPUWlGQiOfgP+OYHRIag== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.10,171,1719903600"; d="scan'208";a="92606194" Received: from sschumil-mobl2.ger.corp.intel.com (HELO localhost.localdomain) ([10.245.246.10]) by orviesa002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Aug 2024 11:23:48 -0700 From: Christoph Manszewski To: igt-dev@lists.freedesktop.org Cc: =?UTF-8?q?Zbigniew=20Kempczy=C5=84ski?= , Kamil Konieczny , Dominik Grzegorzek , Maciej Patelczyk , =?UTF-8?q?Dominik=20Karol=20Pi=C4=85tkowski?= , Pawel Sikora , Andrzej Hajda , Kolanupaka Naveena , Mika Kuoppala , Gwan-gyeong Mun , Christoph Manszewski Subject: [PATCH i-g-t v4 17/17] tests/xe_live_ktest: Add xe_eudebug live test Date: Fri, 23 Aug 2024 20:22:22 +0200 Message-Id: <20240823182222.305965-18-christoph.manszewski@intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240823182222.305965-1-christoph.manszewski@intel.com> References: <20240823182222.305965-1-christoph.manszewski@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: igt-dev@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development mailing list for IGT GPU Tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" xe_eudebug introduces a dedicated kunit test to the live test module. Add it to the list of live tests to be executed. Signed-off-by: Christoph Manszewski Cc: Dominik Grzegorzek --- tests/intel/xe_live_ktest.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/intel/xe_live_ktest.c b/tests/intel/xe_live_ktest.c index 4376d5df7..50af97ecc 100644 --- a/tests/intel/xe_live_ktest.c +++ b/tests/intel/xe_live_ktest.c @@ -30,6 +30,11 @@ * Description: * Kernel dynamic selftests to check mocs configuration. * Functionality: mocs configuration + * + * SUBTEST: xe_eudebug + * Description: + * Kernel dynamic selftests to check eudebug functionality. + * Functionality: eudebug kunit */ static const char *live_tests[] = { @@ -37,6 +42,7 @@ static const char *live_tests[] = { "xe_dma_buf", "xe_migrate", "xe_mocs", + "xe_eudebug", }; igt_main -- 2.34.1