diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2015-08-13 13:13:23 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2015-08-14 09:27:33 -0700 |
commit | 68d1b532fae03768012d0c16a2c0dd03eea64fcb (patch) | |
tree | c0eda017924a445d1a2abf131dc4e39ea3a2ce9d /tests/pm_backlight.c | |
parent | ec4b76872d232faa7846e7c201e7fcfc98c682a9 (diff) |
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>
Diffstat (limited to 'tests/pm_backlight.c')
-rw-r--r-- | tests/pm_backlight.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pm_backlight.c b/tests/pm_backlight.c index d02336d3..cff26947 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); |