summaryrefslogtreecommitdiff
path: root/tests/pm_rpm.c
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2015-08-13 13:14:12 -0700
committerJesse Barnes <jbarnes@virtuousgeek.org>2015-08-14 09:27:33 -0700
commit5134f2c96d53db6ac37a4d0311eb9808ae20a80e (patch)
tree6ad59817a3ae2939298acd127bdc1e551632f3b6 /tests/pm_rpm.c
parent68d1b532fae03768012d0c16a2c0dd03eea64fcb (diff)
tests/pm_rpm: mark RTE and D3 tests as basic
These always need to pass for basic PM functionality. Reviewed-by: Daniel Vetter <daniel@ffwll.ch> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'tests/pm_rpm.c')
-rw-r--r--tests/pm_rpm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pm_rpm.c b/tests/pm_rpm.c
index d509fa83..7ae5806d 100644
--- a/tests/pm_rpm.c
+++ b/tests/pm_rpm.c
@@ -1832,11 +1832,11 @@ int main(int argc, char *argv[])
stay_subtest();
/* Essential things */
- igt_subtest("rte")
+ igt_subtest("basic-rte")
basic_subtest();
igt_subtest("drm-resources-equal")
drm_resources_equal_subtest();
- igt_subtest("pci-d3-state")
+ igt_subtest("basic-pci-d3-state")
pci_d3_state_subtest();
/* Basic modeset */