OSDN Git Service

drm/tests: Add back seed value information
authorArthur Grillo <arthurgrillo@riseup.net>
Fri, 28 Oct 2022 22:17:54 +0000 (19:17 -0300)
committerMaíra Canal <mairacanal@riseup.net>
Wed, 2 Nov 2022 12:22:47 +0000 (09:22 -0300)
commitce28ab1380e823e0afdff06a59a04375ef9d9a29
tree853d1815e5f9527a3267c8409711e12ef07ecc96
parent444bbba708e804c13ad757068d1cb31ed6460754
drm/tests: Add back seed value information

As reported by Michał, the drm_mm and drm_buddy unit tests lost the
printk with seed value after they were refactored into KUnit.

Add kunit_info with seed value information to assure reproducibility.

Reported-by: Michał Winiarski <michal.winiarski@intel.com>
Signed-off-by: Arthur Grillo <arthurgrillo@riseup.net>
Signed-off-by: Maíra Canal <mairacanal@riseup.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20221028221755.340487-1-arthurgrillo@riseup.net
drivers/gpu/drm/tests/drm_buddy_test.c
drivers/gpu/drm/tests/drm_mm_test.c