Re: [PATCH v5 9/9] drm: selftest: convert drm_mm selftest to KUnit

From: Matthew Auld
Date: Fri Jul 22 2022 - 06:35:59 EST


On Fri, 8 Jul 2022 at 21:32, Maíra Canal <maira.canal@xxxxxx> wrote:
>
> From: Arthur Grillo <arthur.grillo@xxxxxx>
>
> Considering the current adoption of the KUnit framework, convert the
> DRM mm selftest to the KUnit API.

Is there a plan to convert the corresponding selftest IGT that was
responsible for running this (also drm_buddy) to somehow work with
kunit? Previously these IGTs were always triggered as part of
intel-gfx CI, but it looks like they are no longer run[1].

[1] https://gitlab.freedesktop.org/drm/intel/-/issues/6433