[igt-dev] [V3 i-g-t 3/4] testplan/i915: Exclude non-i915 tests from i915 testplan
Mauro Carvalho Chehab
mauro.chehab at linux.intel.com
Tue Jul 4 07:16:30 UTC 2023
On Mon, 26 Jun 2023 21:31:05 +0530
Bhanuprakash Modem <bhanuprakash.modem at intel.com> wrote:
> 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.
LGTM. Still, it needs to be applied before patch 1/4.
Reviewed-by: Mauro Carvalho Chehab <mchehab at kernel.org>
>
> 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_": {
More information about the igt-dev
mailing list