[PATCH i-g-t v5 04/24] tests/intel: Let's introduce Workarounds subcategory
Kamil Konieczny
kamil.konieczny at linux.intel.com
Fri Mar 22 07:40:30 UTC 2024
Hi Katarzyna,
On 2024-03-21 at 15:38:27 +0000, Katarzyna Piecielska wrote:
> There is gem_workaround test that deserves it's own subcategory.
>
> v2: Make Sub-category/Functionality/Feature unique values (Kamil)
>
> Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska at intel.com>
> Cc: Kamil Konieczny <kamil.konieczny at linux.intel.com>
> Cc: Mauro Carvalho Chehab <mauro.chehab at linux.intel.com>
Acked-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
> ---
> tests/intel/gem_workarounds.c | 19 +++++++++++--------
> 1 file changed, 11 insertions(+), 8 deletions(-)
>
> diff --git a/tests/intel/gem_workarounds.c b/tests/intel/gem_workarounds.c
> index d83c0a1db..682fc3163 100644
> --- a/tests/intel/gem_workarounds.c
> +++ b/tests/intel/gem_workarounds.c
> @@ -35,9 +35,9 @@
> /**
> * TEST: gem workarounds
> * Category: Infrastructure
> - * Feature: workarounds
> - * Functionality: workarounds
> - * Sub-category: Context
> + * Feature: workaround
> + * Functionality: context
> + * Sub-category: Workarounds
> * Test category: GEM_Legacy
> * Run type: FULL
> *
> @@ -45,11 +45,14 @@
> * SUBTEST: basic-read-context
> * SUBTEST: basic-read-fd
> * SUBTEST: hibernate-resume
> - * Feature: hibernate, workarounds
> + * Feature: hibernate, workaround
> + *
> * SUBTEST: hibernate-resume-context
> - * Feature: hibernate, workarounds
> + * Feature: hibernate, workaround
> + *
> * SUBTEST: hibernate-resume-fd
> - * Feature: hibernate, workarounds
> + * Feature: hibernate, workaround
> + *
> * SUBTEST: reset
> * SUBTEST: reset-context
> * SUBTEST: reset-fd
> @@ -59,12 +62,12 @@
> *
> * SUBTEST: suspend-resume-context
> * Description: Test to verify gem WA registers during suspend-resume
> - * Feature: suspend, workarounds
> + * Feature: suspend, workaround
> * Test category: suspend
> *
> * SUBTEST: suspend-resume-fd
> * Description: Test to verify gem WA registers during suspend-resume
> - * Feature: suspend, workarounds
> + * Feature: suspend, workaround
> * Test category: suspend
> */
>
> --
> 2.34.1
>
More information about the igt-dev
mailing list