From: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH RFC 1/3] tests/intel: *.json: specify what drivers use such tests
Date: Tue, 28 Nov 2023 17:43:01 +0100 [thread overview]
Message-ID: <20231128164551.77343-2-mauro.chehab@linux.intel.com> (raw)
In-Reply-To: <20231128164551.77343-1-mauro.chehab@linux.intel.com>
From: Mauro Carvalho Chehab <mchehab@kernel.org>
The test sets defined at the JSON files are meant to be used
by one or more drivers. Specify the driver(s) at the JSON
config file.
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---
tests/intel/i915_test_config.json | 1 +
tests/intel/kms_test_config.json | 1 +
tests/intel/xe_test_config.json | 1 +
3 files changed, 3 insertions(+)
diff --git a/tests/intel/i915_test_config.json b/tests/intel/i915_test_config.json
index c15ef2580688..ad59677f8126 100644
--- a/tests/intel/i915_test_config.json
+++ b/tests/intel/i915_test_config.json
@@ -1,6 +1,7 @@
{
"description": "JSON file to be used to parse i915 documentation",
"name": "Tests for i915 Driver",
+ "drivers": [ "i915" ],
"files": [ "*.c", "../core_auth.c", "../core_getclient.c",
"../core_getstats.c", "../core_getversion.c",
"../core_hotunplug.c", "../core_setmaster.c",
diff --git a/tests/intel/kms_test_config.json b/tests/intel/kms_test_config.json
index d38562c02ed6..f3f6bfad6eac 100644
--- a/tests/intel/kms_test_config.json
+++ b/tests/intel/kms_test_config.json
@@ -1,6 +1,7 @@
{
"description": "JSON file to be used to parse KMS documentation",
"name": "Display and KMS Tests for Intel i915 and Xe Drivers",
+ "drivers": [ "xe", "i915" ],
"files": [ "../chamelium/kms_*.c", "../kms_*.c", "../testdisplay.c", "kms_*.c" ],
"exclude_files": [ "../chamelium/kms_chamelium_helper.c", "../kms_color_helper.c",
"kms_dsc_helper.c" ],
diff --git a/tests/intel/xe_test_config.json b/tests/intel/xe_test_config.json
index a2d764307831..3944a9c8028b 100644
--- a/tests/intel/xe_test_config.json
+++ b/tests/intel/xe_test_config.json
@@ -1,6 +1,7 @@
{
"description": "JSON file to be used to parse Xe documentation",
"name": "Tests for Xe Driver",
+ "drivers": [ "xe" ],
"files": [ "xe_*.c", "../core_hotunplug.c", "intel_hwmon.c" ],
"fields": {
"Category": {
--
2.42.0
next prev parent reply other threads:[~2023-11-28 16:45 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-28 16:43 [igt-dev] [PATCH RFC 0/3] Produce per-GPU testlists for IntelCI Mauro Carvalho Chehab
2023-11-28 16:43 ` Mauro Carvalho Chehab [this message]
2023-11-29 12:28 ` [igt-dev] [PATCH RFC 1/3] tests/intel: *.json: specify what drivers use such tests Kamil Konieczny
2023-11-28 16:43 ` [igt-dev] [PATCH RFC 2/3] scripts/igt_doc.py: add a logic to generate Intel CI testlists Mauro Carvalho Chehab
2023-11-29 12:47 ` Kamil Konieczny
2023-11-28 16:43 ` [igt-dev] [PATCH RFC 3/3] igt_doc: ensure that the driver name will be there Mauro Carvalho Chehab
2023-11-29 13:00 ` Kamil Konieczny
2023-11-28 21:22 ` [igt-dev] ✓ Fi.CI.BAT: success for Produce per-GPU testlists for IntelCI Patchwork
2023-11-28 22:03 ` [igt-dev] ✓ CI.xeBAT: " Patchwork
2023-11-29 2:34 ` [igt-dev] ✓ Fi.CI.IGT: " 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=20231128164551.77343-2-mauro.chehab@linux.intel.com \
--to=mauro.chehab@linux.intel.com \
--cc=igt-dev@lists.freedesktop.org \
/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