mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 05:43:02 +00:00
tests/pm_backlight: mark simple test as basic
We should be able to adjust the backlight and observe changes in sysfs. Reviewed-by: Daniel Vetter <daniel@ffwll.ch> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
This commit is contained in:
@@ -157,7 +157,7 @@ igt_main
|
|||||||
igt_assert(backlight_read(&max, "max_brightness") > -1);
|
igt_assert(backlight_read(&max, "max_brightness") > -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
igt_subtest("brightness")
|
igt_subtest("basic-brightness")
|
||||||
test_brightness(max);
|
test_brightness(max);
|
||||||
igt_subtest("bad-brightness")
|
igt_subtest("bad-brightness")
|
||||||
test_bad_brightness(max);
|
test_bad_brightness(max);
|
||||||
|
|||||||
Reference in New Issue
Block a user