mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 10:26:12 +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:
parent
ec4b76872d
commit
68d1b532fa
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user