[Intel-gfx] [PATCH 14/18] tests/pm_backlight: mark simple test as basic

Jesse Barnes jbarnes at virtuousgeek.org
Thu Aug 13 13:31:37 PDT 2015


We should be able to adjust the backlight and observe changes in sysfs.

Signed-off-by: Jesse Barnes <jbarnes at virtuousgeek.org>
---
 tests/pm_backlight.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/pm_backlight.c b/tests/pm_backlight.c
index d02336d..cff2694 100644
--- a/tests/pm_backlight.c
+++ b/tests/pm_backlight.c
@@ -157,7 +157,7 @@ igt_main
 		igt_assert(backlight_read(&max, "max_brightness") > -1);
 	}
 
-	igt_subtest("brightness")
+	igt_subtest("basic-brightness")
 		test_brightness(max);
 	igt_subtest("bad-brightness")
 		test_bad_brightness(max);
-- 
1.9.1



More information about the Intel-gfx mailing list