drm/tests: managed: Rename the suite name to match other DRM tests

DRM tests use "_" rather than "-" as word separator. Rename the test
suite to match other tests.

Signed-off-by: Michał Winiarski <michal.winiarski@intel.com>
Signed-off-by: Maxime Ripard <mripard@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240115171351.504264-3-michal.winiarski@intel.com
This commit is contained in:
Michał Winiarski
2024-01-15 18:13:48 +01:00
committed by Maxime Ripard
parent 42d6196f6a
commit dd0ce02f98

View File

@@ -61,7 +61,7 @@ static struct kunit_case drm_managed_tests[] = {
};
static struct kunit_suite drm_managed_test_suite = {
.name = "drm-test-managed",
.name = "drm_managed",
.test_cases = drm_managed_tests
};