From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id 990B410E451 for ; Tue, 14 Nov 2023 09:01:48 +0000 (UTC) From: Kunal Joshi To: igt-dev@lists.freedesktop.org Date: Tue, 14 Nov 2023 14:39:26 +0530 Message-Id: <20231114090926.1618995-9-kunal1.joshi@intel.com> In-Reply-To: <20231114090926.1618995-1-kunal1.joshi@intel.com> References: <20231114090926.1618995-1-kunal1.joshi@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH 8/8] tests/intel-ci/xe-fast-feedback: update renamed tests List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Previously since there were only two categories psr and psr2, there was no psr_ prefix, updated testlist with prefix Cc: Jouni Högander Cc: Animesh Manna Cc: Arun R Murthy Signed-off-by: Kunal Joshi --- tests/intel-ci/xe-fast-feedback.testlist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/intel-ci/xe-fast-feedback.testlist b/tests/intel-ci/xe-fast-feedback.testlist index f11761ac8..a3e61bb4c 100644 --- a/tests/intel-ci/xe-fast-feedback.testlist +++ b/tests/intel-ci/xe-fast-feedback.testlist @@ -207,9 +207,9 @@ igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence igt@kms_pipe_crc_basic@read-crc igt@kms_pipe_crc_basic@read-crc-frame-sequence igt@kms_prop_blob@basic -igt@kms_psr@primary_page_flip -igt@kms_psr@cursor_plane_move -igt@kms_psr@sprite_plane_onoff +igt@kms_psr@psr_primary_page_flip +igt@kms_psr@psr_cursor_plane_move +igt@kms_psr@psr_sprite_plane_onoff # All tests that do module unloading and reloading are executed last. # They will sometimes reveal issues of earlier tests leaving the -- 2.25.1