[igt-dev] [PATCH i-g-t v2] tests/kms_chamelium: Fix common suspend/hibernate
Kunal Joshi
kunal1.joshi at intel.com
Fri Sep 9 10:46:35 UTC 2022
Currently test executes and fails even if no ports are connected to
chamelium, Added a igt_fixture to prevent that from happening.
v2 : try_suspend_resume_hpd already loops through every port (Petri)
Cc: Petri Latvala <petri.latvala at intel.com>
Signed-off-by: Kunal Joshi <kunal1.joshi at intel.com>
---
tests/chamelium/kms_chamelium.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tests/chamelium/kms_chamelium.c b/tests/chamelium/kms_chamelium.c
index d97b439a..1be1c41a 100644
--- a/tests/chamelium/kms_chamelium.c
+++ b/tests/chamelium/kms_chamelium.c
@@ -2945,6 +2945,11 @@ igt_main
igt_describe("Tests that operate on all connectors");
igt_subtest_group {
+
+ igt_fixture {
+ igt_require(data.port_count);
+ }
+
igt_describe(test_suspend_resume_hpd_common_desc);
igt_subtest("common-hpd-after-suspend")
test_suspend_resume_hpd_common(&data,
--
2.25.1
More information about the igt-dev
mailing list