[igt-dev] [PATCH i-g-t 2/3] intel/kms_test_config.json: set testlist read parser to ignore case
Mauro Carvalho Chehab
mauro.chehab at linux.intel.com
Fri Oct 13 09:29:28 UTC 2023
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>
---
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