tests/pm_pc8: rename some subtests
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Thu, 21 Nov 2013 17:09:58 +0000 (15:09 -0200)
committerPaulo Zanoni <paulo.r.zanoni@intel.com>
Thu, 21 Nov 2013 17:11:21 +0000 (15:11 -0200)
Due to copy/paste error, we had 3 subtests called gem-execbuf-stress.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
tests/pm_pc8.c

index efeae21..1929884 100644 (file)
@@ -1348,9 +1348,9 @@ int main(int argc, char *argv[])
        /* GEM stress */
        igt_subtest("gem-execbuf-stress")
                gem_execbuf_stress_subtest(rounds, WAIT_STATUS);
-       igt_subtest("gem-execbuf-stress")
+       igt_subtest("gem-execbuf-stress-pc8")
                gem_execbuf_stress_subtest(rounds, WAIT_PC8_RES);
-       igt_subtest("gem-execbuf-stress")
+       igt_subtest("gem-execbuf-stress-extra-wait")
                gem_execbuf_stress_subtest(rounds, WAIT_STATUS | WAIT_EXTRA);
 
        igt_fixture