[igt-dev] [PATCH i-g-t 2/3] intel/kms_test_config.json: set testlist read parser to ignore case
Kamil Konieczny
kamil.konieczny at linux.intel.com
Fri Oct 13 14:43:48 UTC 2023
Hi Mauro,
On 2023-10-13 at 11:29:28 +0200, Mauro Carvalho Chehab wrote:
> From: Mauro Carvalho Chehab <mchehab at kernel.org>
>
> As KMS ports are described in upper case, relax testlist parser to
> ignore case, as the regular expressions at intel-ci may be in lower
> case.
>
> Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>
Reviewed-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
> ---
> tests/intel/kms_test_config.json | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/tests/intel/kms_test_config.json b/tests/intel/kms_test_config.json
> index ad3a3aa7abb5..6c9b7194a58f 100644
> --- a/tests/intel/kms_test_config.json
> +++ b/tests/intel/kms_test_config.json
> @@ -4,6 +4,7 @@
> "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" ],
> + "case_insensitive_testlist": true,
> "fields": {
> "Category": {
> "_properties_": {
> --
> 2.41.0
>
More information about the igt-dev
mailing list