[igt-dev] [PATCH i-g-t] xe_live_ktest: remove xe_pci and xe_rtp tests from IGT testlist
Mauro Carvalho Chehab
mauro.chehab at linux.intel.com
Thu Aug 10 04:37:55 UTC 2023
From: Mauro Carvalho Chehab <mchehab at kernel.org>
Those aren't live tests and are currently executed by Intel CI
at build time by running kunit.py, as those are part of the
device-independent validation.
So, remove them from IGT.
Cc: Lucas De Marchi <lucas.demarchi at intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>
---
tests/xe/xe_live_ktest.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/tests/xe/xe_live_ktest.c b/tests/xe/xe_live_ktest.c
index 53cc8c186215..5088f676b2bf 100644
--- a/tests/xe/xe_live_ktest.c
+++ b/tests/xe/xe_live_ktest.c
@@ -38,8 +38,6 @@ static const struct kunit_tests live_tests[] = {
{ "xe_bo_test", "bo" },
{ "xe_dma_buf_test", "dmabuf" },
{ "xe_migrate_test", "migrate" },
- { "xe_pci_test", "pci" },
- { "xe_rtp_test", "rtp" },
};
igt_main
--
2.41.0
More information about the igt-dev
mailing list