[PATCH i-g-t] tests/intel/*test_config: Fix i915 blocklists rename
Peter Senna Tschudin
peter.senna at linux.intel.com
Wed Jul 16 10:29:07 UTC 2025
On 7/16/2025 12:23 PM, Kamil Konieczny wrote:
> I missed few more places for i915 blocklists rename, last ones
> are in i915|kms json files. This was found when compiling after
> reverting two last symlinks patches:
> 70f2cf0d6 ("intel-ci: Add symlinks for old i915 testlists")
> f778072a5 ("intel-ci: Add symlinks for old i915 blocklists")
>
> where scripts/test_list.py reports 'FileNotFoundError'
>
> Cc: Karthik B S <karthik.b.s at intel.com>
> Cc: Andrzej Hajda <andrzej.hajda at intel.com>
> Reported-by: Peter Senna Tschudin <peter.senna at linux.intel.com>
> Fixes: 8d8ecb94f673 ("intel-ci: rename i915 blocklists")
> Signed-off-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
Tested-by: Peter Senna Tschudin <peter.senna at linux.intel.com>
Reviewed-by: Peter Senna Tschudin <peter.senna at linux.intel.com>
> ---
> tests/intel/i915_test_config.json | 2 +-
> tests/intel/kms_test_config.json | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/intel/i915_test_config.json b/tests/intel/i915_test_config.json
> index 7cfcad532..a31e00893 100644
> --- a/tests/intel/i915_test_config.json
> +++ b/tests/intel/i915_test_config.json
> @@ -87,7 +87,7 @@
> "update-from-file": {
> "include-type": "regex-ignorecase",
> "include": [
> - { "all": "../intel-ci/blacklist.txt" }
> + { "all": "../intel-ci/i915.blocklist.txt" }
> ]
> }
> }
> diff --git a/tests/intel/kms_test_config.json b/tests/intel/kms_test_config.json
> index 362298e0d..4fab26275 100644
> --- a/tests/intel/kms_test_config.json
> +++ b/tests/intel/kms_test_config.json
> @@ -61,7 +61,7 @@
> { "LNL": "../intel-ci/xe.lnl.display.blocklist.txt" },
> { "BMG": "../intel-ci/xe.bmg.display.blocklist.txt" },
> { "LNL, BMG": "../intel-ci/xe.blocklist.txt" },
> - { "ADLP, ADLS, DG2, MTL": "../intel-ci/blacklist.txt" }
> + { "ADLP, ADLS, DG2, MTL": "../intel-ci/i915.blocklist.txt" }
> ]
> }
> }
More information about the igt-dev
mailing list