From: Mohammed Bilal <mohammed.bilal@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: swati2.sharma@intel.com, kamil.konieczny@intel.com,
ryszard.knop@intel.com, karol.krol@intel.com,
Mohammed Bilal <mohammed.bilal@intel.com>
Subject: [PATCH v5 4/6] intel-ci: Move i915 suspend/resume tests to end
Date: Thu, 5 Mar 2026 14:09:04 +0530 [thread overview]
Message-ID: <20260305083906.3098168-5-mohammed.bilal@intel.com> (raw)
In-Reply-To: <20260305083906.3098168-1-mohammed.bilal@intel.com>
Reorganize FULL chamelium testlist by moving suspend and resume tests to
the end. Suspend operations can cause system hangs or connection timeouts,
so isolating them at the tail ensures stability of main test execution.
v2:
- Move suspend resume tests to the end of the testlist (Kunal)
v3:
-Use move-fix-add approach (Kamil)
v4:
-Restructure move-fix-add approach (Kamil)
v5:
-Update commit message (Kamil)
-Split commit (Swati)
Signed-off-by: Mohammed Bilal <mohammed.bilal@intel.com>
---
tests/intel-ci/i915.chamelium-only.testlist | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/tests/intel-ci/i915.chamelium-only.testlist b/tests/intel-ci/i915.chamelium-only.testlist
index 6ab9029a4..0db71f7ef 100644
--- a/tests/intel-ci/i915.chamelium-only.testlist
+++ b/tests/intel-ci/i915.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
@@ -43,9 +41,7 @@ igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats
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
@@ -53,7 +49,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
@@ -63,7 +58,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
@@ -71,6 +65,13 @@ igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode
igt@kms_chamelium_hpd@vga-hpd-without-ddc
igt@kms_chamelium_sharpness_filter@filter-basic
igt@kms_tiled_display@basic-test-pattern-with-chamelium
+#Place suspend tests at end
+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
+igt@kms_chamelium_edid@dp-edid-change-during-suspend
+igt@kms_chamelium_edid@hdmi-edid-change-during-suspend
#Place hibernate tests at end
igt@kms_chamelium_edid@dp-edid-change-during-hibernate
igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate
--
2.48.1
next prev parent reply other threads:[~2026-03-05 8:41 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-05 8:39 [PATCH v5 0/6] intel-ci: Split chamelium-only testlist for i915 and xe Mohammed Bilal
2026-03-05 8:39 ` [PATCH v5 1/6] intel-ci: Remove chamelium testlist symlinks Mohammed Bilal
2026-03-12 15:27 ` Kamil Konieczny
2026-03-05 8:39 ` [PATCH v5 2/6] intel-ci: Rename chamelium-only testlist to i915 specific Mohammed Bilal
2026-03-12 15:45 ` Kamil Konieczny
2026-03-05 8:39 ` [PATCH v5 3/6] intel-ci: Remove i915 *-random chamelium tests Mohammed Bilal
2026-03-05 8:39 ` Mohammed Bilal [this message]
2026-03-12 15:49 ` [PATCH v5 4/6] intel-ci: Move i915 suspend/resume tests to end Kamil Konieczny
2026-03-05 8:39 ` [PATCH v5 5/6] intel-ci: Copy i915 chamelium testlist for xe Mohammed Bilal
2026-03-05 8:39 ` [PATCH v5 6/6] intel-ci: Remove xe *-vga chamelium tests Mohammed Bilal
2026-03-05 19:12 ` ✓ Xe.CI.BAT: success for intel-ci: Split chamelium-only testlist for i915 and xe (rev5) Patchwork
2026-03-05 19:14 ` ✓ i915.CI.BAT: " Patchwork
2026-03-06 9:30 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-03-06 21:31 ` ✗ i915.CI.Full: " Patchwork
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=20260305083906.3098168-5-mohammed.bilal@intel.com \
--to=mohammed.bilal@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=kamil.konieczny@intel.com \
--cc=karol.krol@intel.com \
--cc=ryszard.knop@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