[igt-dev] [PATCH i-g-t] xe_live_ktest: remove wa from the testlist

Lucas De Marchi lucas.demarchi at intel.com
Wed Aug 9 15:00:28 UTC 2023


On Wed, Aug 09, 2023 at 04:48:45PM +0200, Mauro Carvalho Chehab wrote:
>From: Mauro Carvalho Chehab <mchehab at kernel.org>
>
>The workaround selftest is not a live test. It is meant to run
>via kunit.py, as part of the driver-independent validation.

s/driver-independent/device-independent/


>
>So, remove it 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 | 1 -
> 1 file changed, 1 deletion(-)
>
>diff --git a/tests/xe/xe_live_ktest.c b/tests/xe/xe_live_ktest.c
>index f0cbf4f623bc..53cc8c186215 100644
>--- a/tests/xe/xe_live_ktest.c
>+++ b/tests/xe/xe_live_ktest.c
>@@ -40,7 +40,6 @@ static const struct kunit_tests live_tests[] = {
> 	{ "xe_migrate_test",	"migrate" },
> 	{ "xe_pci_test",	"pci" },
> 	{ "xe_rtp_test",	"rtp" },

this on too, but could be a separate patch

	Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>

Lucas De Marchi


>-	{ "xe_wa_test",		"wa" },
> };
>
> igt_main
>-- 
>2.41.0
>


More information about the igt-dev mailing list