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:
Jesse Barnes 2015-08-13 13:13:23 -07:00
parent ec4b76872d
commit 68d1b532fa

View File

@ -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);