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 44067106F2FC for ; Thu, 26 Mar 2026 08:43:31 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E08BE10E9F4; Thu, 26 Mar 2026 08:43:30 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="Q2moM8dn"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.21]) by gabe.freedesktop.org (Postfix) with ESMTPS id E584610E30A for ; Thu, 26 Mar 2026 08:43:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1774514594; x=1806050594; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=pg120JWCh91XVPGfp2NZtcK2zyda48Bh/k/SY3oZ7CM=; b=Q2moM8dncAMX6N5554YkcI0XYDOdwT7sor03tBP20v0YQbNbRNqXZBOH ERgrHa0ey0b9/52A3BUChx4tLYivz92ssPt8hqoQ7FQRMzoJtLKIYH2/q HhIPbCYUtRM+gKL1JVkMqXEh8T4HDVyZyc19d6Q7iHjjsWAD5sd6lU/MU fT+ilhaiFuM37LX15lxkPmGBgeajtr9Qd7yNE0m3MqVgQjsgRR+lUE5vz 2eVt6uuoS/cn7ms3hI6yhXyyDUxSct9nV3iZNK4/M8EsO4gheM8U7B7eO +JOAL2GDH99GDgv4CfdfsaA/T76m2Lh0GhC1ihGcYSVn0yhJ+2dmRGHC7 g==; X-CSE-ConnectionGUID: nCYIYkSRQjyIICwd3mFBCg== X-CSE-MsgGUID: QSdj/GVcSfiMxhfjS5hOag== X-IronPort-AV: E=McAfee;i="6800,10657,11740"; a="75450311" X-IronPort-AV: E=Sophos;i="6.23,141,1770624000"; d="scan'208";a="75450311" Received: from orviesa009.jf.intel.com ([10.64.159.149]) by orvoesa113.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Mar 2026 01:43:13 -0700 X-CSE-ConnectionGUID: pkLvz3yZT46a/HbR3qyNsg== X-CSE-MsgGUID: 0SizyRoPSW2qs8R9eBOREw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.23,141,1770624000"; d="scan'208";a="224874931" Received: from sowmi-x299-aorus-gaming-3-pro.iind.intel.com ([10.223.74.56]) by orviesa009-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Mar 2026 01:43:12 -0700 From: Sowmiya S To: igt-dev@lists.freedesktop.org Cc: swati2.sharma@intel.com, Mohammed Bilal , Sowmiya S Subject: [PATCH i-g-t v5 1/5] intel-ci: Move suspend/resume chamelium tests to end Date: Thu, 26 Mar 2026 14:34:13 +0530 Message-ID: <20260326090417.864673-2-sowmiya.s@intel.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260326090417.864673-1-sowmiya.s@intel.com> References: <20260326090417.864673-1-sowmiya.s@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" From: Mohammed Bilal Suspend operations can cause system hangs or connection timeouts, so isolating them at the tail ensures stability of main test execution. v3: -Sort tests alphabetically (Kamil) v4: Add detailed comment (Swati) Signed-off-by: Sowmiya S Signed-off-by: Mohammed Bilal --- tests/intel-ci/chamelium-only.testlist | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/tests/intel-ci/chamelium-only.testlist b/tests/intel-ci/chamelium-only.testlist index 9adace28c..0e7c8e301 100644 --- a/tests/intel-ci/chamelium-only.testlist +++ b/tests/intel-ci/chamelium-only.testlist @@ -12,13 +12,11 @@ igt@kms_chamelium_color@ctm-negative igt@kms_chamelium_color@ctm-red-to-blue igt@kms_chamelium_color@degamma igt@kms_chamelium_color@gamma -igt@kms_chamelium_edid@dp-edid-change-during-suspend igt@kms_chamelium_edid@dp-edid-read igt@kms_chamelium_edid@dp-edid-resolution-list igt@kms_chamelium_edid@dp-edid-stress-resolution-4k igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k igt@kms_chamelium_edid@dp-mode-timings -igt@kms_chamelium_edid@hdmi-edid-change-during-suspend igt@kms_chamelium_edid@hdmi-edid-read # Chamelium v1 board HDMI receiver supports max 4k@30 resolution # removed test as its having a mode 4k@60 resulting @@ -41,9 +39,7 @@ igt@kms_chamelium_frames@hdmi-crc-planes-random igt@kms_chamelium_frames@hdmi-crc-single igt@kms_chamelium_frames@hdmi-frame-dump igt@kms_chamelium_frames@vga-frame-dump -igt@kms_chamelium_hpd@common-hpd-after-suspend igt@kms_chamelium_hpd@dp-hpd -igt@kms_chamelium_hpd@dp-hpd-after-suspend igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode igt@kms_chamelium_hpd@dp-hpd-fast igt@kms_chamelium_hpd@dp-hpd-for-each-pipe @@ -51,7 +47,6 @@ igt@kms_chamelium_hpd@dp-hpd-storm igt@kms_chamelium_hpd@dp-hpd-storm-disable igt@kms_chamelium_hpd@dp-hpd-with-enabled-mode igt@kms_chamelium_hpd@hdmi-hpd -igt@kms_chamelium_hpd@hdmi-hpd-after-suspend igt@kms_chamelium_hpd@hdmi-hpd-enable-disable-mode igt@kms_chamelium_hpd@hdmi-hpd-fast igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe @@ -61,7 +56,6 @@ igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode igt@kms_chamelium_audio@hdmi-audio igt@kms_chamelium_audio@hdmi-audio-edid igt@kms_chamelium_hpd@vga-hpd -igt@kms_chamelium_hpd@vga-hpd-after-suspend igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode igt@kms_chamelium_hpd@vga-hpd-fast igt@kms_chamelium_hpd@vga-hpd-for-each-pipe @@ -75,3 +69,12 @@ igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate igt@kms_chamelium_hpd@common-hpd-after-hibernate igt@kms_chamelium_hpd@dp-hpd-after-hibernate igt@kms_chamelium_hpd@hdmi-hpd-after-hibernate +# Suspend operations can cause system hangs or connection timeouts, +# so isolating them at the tail ensures stability of main test +# execution. +igt@kms_chamelium_edid@dp-edid-change-during-suspend +igt@kms_chamelium_edid@hdmi-edid-change-during-suspend +igt@kms_chamelium_hpd@common-hpd-after-suspend +igt@kms_chamelium_hpd@dp-hpd-after-suspend +igt@kms_chamelium_hpd@hdmi-hpd-after-suspend +igt@kms_chamelium_hpd@vga-hpd-after-suspend -- 2.48.1