[PATCH i-g-t v5 17/17] tests/xe_live_ktest: Add xe_eudebug live test
Zbigniew Kempczyński
zbigniew.kempczynski at intel.com
Wed Sep 4 12:14:44 UTC 2024
On Thu, Aug 29, 2024 at 04:45:47PM +0200, Christoph Manszewski wrote:
> xe_eudebug introduces a dedicated kunit test to the live test module.
> Add it to the list of live tests to be executed.
>
> Signed-off-by: Christoph Manszewski <christoph.manszewski at intel.com>
> Cc: Dominik Grzegorzek <dominik.grzegorzek at intel.com>
Reviewed-by: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>
--
Zbigniew
> ---
> tests/intel/xe_live_ktest.c | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/tests/intel/xe_live_ktest.c b/tests/intel/xe_live_ktest.c
> index 4376d5df7..50af97ecc 100644
> --- a/tests/intel/xe_live_ktest.c
> +++ b/tests/intel/xe_live_ktest.c
> @@ -30,6 +30,11 @@
> * Description:
> * Kernel dynamic selftests to check mocs configuration.
> * Functionality: mocs configuration
> + *
> + * SUBTEST: xe_eudebug
> + * Description:
> + * Kernel dynamic selftests to check eudebug functionality.
> + * Functionality: eudebug kunit
> */
>
> static const char *live_tests[] = {
> @@ -37,6 +42,7 @@ static const char *live_tests[] = {
> "xe_dma_buf",
> "xe_migrate",
> "xe_mocs",
> + "xe_eudebug",
> };
>
> igt_main
> --
> 2.34.1
>
More information about the igt-dev
mailing list