[Intel-gfx] [PATCH 15/18] tests/pm_rpm: mark RTE and D3 tests as basic
Jesse Barnes
jbarnes at virtuousgeek.org
Thu Aug 13 13:31:38 PDT 2015
These always need to pass for basic PM functionality.
Signed-off-by: Jesse Barnes <jbarnes at virtuousgeek.org>
---
tests/pm_rpm.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/pm_rpm.c b/tests/pm_rpm.c
index d509fa8..7ae5806 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 */
--
1.9.1
More information about the Intel-gfx
mailing list