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 2CA07C4828F for ; Wed, 7 Feb 2024 22:46:37 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id CAD3C10EDBD; Wed, 7 Feb 2024 22:46:36 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="iFEv/4Yy"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.18]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4143910EDAB for ; Wed, 7 Feb 2024 22:46:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1707345995; x=1738881995; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=q+jiC+/apCfyZvleF4JhB9RDkcfFhFXtQsKIMKUhZw8=; b=iFEv/4YyNn4NsG5kF0ZOZOKyqamvtO3c7kqcDD3CBRUwA1VZn5rIRLAD c69q8ydgBrjdhGCxDlqszqhGiRZ/fcedIJ2yt863pz9vGv8pEi4FmEq22 pw8FZ++s+aky8Z1qxhq5zeSxN9jKaGD9Cd8v8FToN66dBe6t8L8fwVTLu oe7QnHhRf1esKZiVftg018vX05E34jlLVEKzNVZx0rh24fS2IhkbikmXs ExR6uSN73HUPBagk+vNlKpPTs1g+oa2cEqTXuLwmrhTcZ+Yl8LCdnVv1q Kag+3sA7rm8gtcoLUikYHnzE8egTSDu0t1wGXVBn4PAPAZ8OYoL6buDJ/ w==; X-IronPort-AV: E=McAfee;i="6600,9927,10977"; a="1244475" X-IronPort-AV: E=Sophos;i="6.05,252,1701158400"; d="scan'208";a="1244475" Received: from fmviesa001.fm.intel.com ([10.60.135.141]) by orvoesa110.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Feb 2024 14:46:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.05,252,1701158400"; d="scan'208";a="32545604" Received: from lucas-s2600cw.jf.intel.com ([10.165.21.196]) by smtpauth.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Feb 2024 14:46:34 -0800 From: Lucas De Marchi To: igt-dev@lists.freedesktop.org Cc: mchehab@kernel.org, kamil.konieczny@linux.intel.com, Janusz Krzysztofik , Lucas De Marchi Subject: [PATCH i-g-t 1/2] tests/intel/xe_live_ktest: Rename subtest to match suite Date: Wed, 7 Feb 2024 14:45:00 -0800 Message-ID: <20240207224643.250958-1-lucas.demarchi@intel.com> X-Mailer: git-send-email 2.43.0 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" The test suite name in the kernel modules contain an xe_ prefix. Upcoming changes for filtering will make the match more strict, so rename the subtests to match the test suite name. dmabuf subtest also needs an extra underscore to match the kernel side. v2: s/xe_dmabuf/xe_dma_buf/ to really match test suite name (Janusz) References: https://lore.kernel.org/igt-dev/3267150.N7aMVyhfb1@jkrzyszt-mobl2.ger.corp.intel.com/ Signed-off-by: Lucas De Marchi --- Same as https://lore.kernel.org/igt-dev/20240207224343.250877-1-lucas.demarchi@intel.com/T/#u just sending it here so we have separate CI executions for the refactor and test addition in patch 2 tests/intel-ci/xe-fast-feedback.testlist | 6 +++--- tests/intel/xe_live_ktest.c | 16 ++++++++-------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/tests/intel-ci/xe-fast-feedback.testlist b/tests/intel-ci/xe-fast-feedback.testlist index d8fd66a45..6c01374c1 100644 --- a/tests/intel-ci/xe-fast-feedback.testlist +++ b/tests/intel-ci/xe-fast-feedback.testlist @@ -228,9 +228,9 @@ igt@kms_psr@psr-sprite-plane-onoff igt@core_hotunplug@unbind-rebind # Run KUnit tests at the end -igt@xe_live_ktest@bo -igt@xe_live_ktest@dmabuf -igt@xe_live_ktest@migrate +igt@xe_live_ktest@xe_bo +igt@xe_live_ktest@xe_dma_buf +igt@xe_live_ktest@xe_migrate # Move fault_mode tests at the end to unblock execution igt@xe_exec_fault_mode@twice-basic diff --git a/tests/intel/xe_live_ktest.c b/tests/intel/xe_live_ktest.c index 5f5f1dff7..bb612bae3 100644 --- a/tests/intel/xe_live_ktest.c +++ b/tests/intel/xe_live_ktest.c @@ -9,23 +9,23 @@ * Functionality: kunit * Test category: functionality test * - * SUBTEST: bo + * SUBTEST: xe_bo * Description: * Kernel dynamic selftests to check if GPU buffer objects are * being handled properly. * Functionality: bo * - * SUBTEST: dmabuf + * SUBTEST: xe_dma_buf * Description: Kernel dynamic selftests for dmabuf functionality. * Functionality: dmabuf * - * SUBTEST: migrate + * SUBTEST: xe_migrate * Description: * Kernel dynamic selftests to check if page table migrations * are working properly. * Functionality: migrate * - * SUBTEST: mocs + * SUBTEST: xe_mocs * Description: * Kernel dynamic selftests to check mocs configuration. * Functionality: mocs @@ -37,10 +37,10 @@ struct kunit_tests { }; static const struct kunit_tests live_tests[] = { - { "xe_bo_test", "bo" }, - { "xe_dma_buf_test", "dmabuf" }, - { "xe_migrate_test", "migrate" }, - { "xe_mocs_test", "mocs" }, + { "xe_bo_test", "xe_bo" }, + { "xe_dma_buf_test", "xe_dma_buf" }, + { "xe_migrate_test", "xe_migrate" }, + { "xe_mocs_test", "xe_mocs" }, }; igt_main -- 2.43.0