[igt-dev] [PATCH i-g-t 2/6] tests/kms_atomic: rename subtest
Modem, Bhanuprakash
bhanuprakash.modem at intel.com
Tue Sep 26 16:38:16 UTC 2023
On Mon-18-09-2023 01:24 pm, Swati Sharma wrote:
> Follow IGT rules, to use '-' instead of '_' for subtest naming.
Reviewed-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
>
> Signed-off-by: Swati Sharma <swati2.sharma at intel.com>
> ---
> tests/kms_atomic.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/kms_atomic.c b/tests/kms_atomic.c
> index 951014685..f984d34f0 100644
> --- a/tests/kms_atomic.c
> +++ b/tests/kms_atomic.c
> @@ -1170,7 +1170,7 @@ static void atomic_invalid_params(igt_pipe_t *pipe,
> }
>
> /**
> - * SUBTEST: atomic_plane_damage
> + * SUBTEST: atomic-plane-damage
> * Description: Simple test cases to use FB_DAMAGE_CLIPS plane property
> * Driver requirement: i915, xe
> * Functionality: kms_core, plane
> @@ -1550,7 +1550,7 @@ igt_main
> }
>
> igt_describe("Simple test cases to use FB_DAMAGE_CLIPS plane property");
> - igt_subtest("atomic_plane_damage") {
> + igt_subtest("atomic-plane-damage") {
> igt_require(igt_plane_has_prop(primary, IGT_PLANE_FB_DAMAGE_CLIPS));
>
> atomic_setup(&display, pipe, output, primary, &fb);
More information about the igt-dev
mailing list