From: Sowmiya S <sowmiya.s@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: swati2.sharma@intel.com,
Mohammed Bilal <mohammed.bilal@intel.com>,
Sowmiya S <sowmiya.s@intel.com>
Subject: [PATCH i-g-t v5 1/5] intel-ci: Move suspend/resume chamelium tests to end
Date: Thu, 26 Mar 2026 13:49:53 +0530 [thread overview]
Message-ID: <20260326081957.860183-2-sowmiya.s@intel.com> (raw)
In-Reply-To: <20260326081957.860183-1-sowmiya.s@intel.com>
From: Mohammed Bilal <mohammed.bilal@intel.com>
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 <sowmiya.s@intel.com>
Signed-off-by: Mohammed Bilal <mohammed.bilal@intel.com>
---
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
next prev parent reply other threads:[~2026-03-26 7:59 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-26 8:19 [PATCH i-g-t v5 0/5] ] intel-ci: Add Xe FULL chamelium run type and testlist improvements Sowmiya S
2026-03-26 8:19 ` Sowmiya S [this message]
2026-03-26 8:19 ` [PATCH i-g-t v5 2/5] intel: Add Xe FULL chamelium run type to kms_test_config Sowmiya S
2026-03-26 8:19 ` [PATCH i-g-t v5 3/5] intel-ci: Add VGA chamelium exclusion to Xe blocklist Sowmiya S
2026-03-26 8:19 ` [PATCH i-g-t v5 4/5] intel-ci: Enable hdmi 4k resolution test in chamelium testlist Sowmiya S
2026-03-26 8:19 ` [PATCH i-g-t v5 5/5] tests/intel-ci/i915.blocklist: Remove kms_chamelium_frames from i915 blocklist Sowmiya S
-- strict thread matches above, loose matches on Subject: below --
2026-03-26 9:04 [PATCH i-g-t v5 0/5] intel-ci: Add Xe FULL chamelium run type and testlist improvements Sowmiya S
2026-03-26 9:04 ` [PATCH i-g-t v5 1/5] intel-ci: Move suspend/resume chamelium tests to end Sowmiya S
2026-03-26 9:58 ` Sharma, Swati2
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260326081957.860183-2-sowmiya.s@intel.com \
--to=sowmiya.s@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=mohammed.bilal@intel.com \
--cc=swati2.sharma@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox