tests/drv_suspend: Unrename tests

Renaming tests massively confuses QA's test result tracking and
blacklisting. So except when really good reasons are around we
shouldn't do it.

Here I think just adding the -hibernat suffix and leaving test names
unchanged is enough.

Cc: David Weinehall <david.weinehall@intel.com>
Cc: Imre Deak <imre.deak@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
This commit is contained in:
Daniel Vetter 2015-02-26 16:32:43 +01:00
parent 26f40811d7
commit d5579f472e

View File

@ -184,19 +184,19 @@ igt_main
igt_fixture
fd = drm_open_any();
igt_subtest("fence-restore-tiled2untiled-suspend")
igt_subtest("fence-restore-tiled2untiled")
test_fence_restore(fd, true, false);
igt_subtest("fence-restore-untiled-suspend")
igt_subtest("fence-restore-untiled")
test_fence_restore(fd, false, false);
igt_subtest("debugfs-reader-suspend")
igt_subtest("debugfs-reader")
test_debugfs_reader(false);
igt_subtest("sysfs-reader-suspend")
igt_subtest("sysfs-reader")
test_sysfs_reader(false);
igt_subtest("forcewake-suspend")
igt_subtest("forcewake")
test_forcewake(false);
igt_subtest("fence-restore-tiled2untiled-hibernate")