[igt-dev] [V3 i-g-t 3/4] testplan/i915: Exclude non-i915 tests from i915 testplan
Bhanuprakash Modem
bhanuprakash.modem at intel.com
Mon Jun 26 16:01:05 UTC 2023
Using wildcards in testplan configs, and keeping other configs
(Xe & kms) in same dir may leads to the problem. Hence, exclude
non-i915 tests from i915 testplan.
Cc: Mauro Carvalho Chehab <mauro.chehab at linux.intel.com>
Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
---
tests/intel/i915_test_config.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/intel/i915_test_config.json b/tests/intel/i915_test_config.json
index 83317e65d..dda29bf9c 100644
--- a/tests/intel/i915_test_config.json
+++ b/tests/intel/i915_test_config.json
@@ -10,7 +10,8 @@
"../dumb_buffer.c", "../prime_vgem.c", "../sw_sync.c",
"../syncobj_basic.c", "../syncobj_timeline.c", "../syncobj_wait.c",
"../vgem_basic.c", "../vgem_slow.c" ],
- "exclude_files": [ "kms_*", "gem_concurrent_all.c", "gem_concurrent_blit.c" ],
+ "exclude_files": [ "kms_*", "gem_concurrent_all.c", "gem_concurrent_blit.c",
+ "xe_*" ],
"fields": {
"Mega feature": {
"_properties_": {
--
2.40.0
More information about the igt-dev
mailing list