[Intel-gfx] [PATCH i-g-t] tests/drv_module_reload: Fix running single tests

Daniel Vetter daniel.vetter at ffwll.ch
Thu Aug 3 09:36:59 UTC 2017


We always need to make sure there's a working driver, hence need to
move the -final test into the igt_fixture. This was broken in the
conversion from the simple shell script (which didn't have any
subtests) in

commit 2fea8d26e589a9d256eca9f3d561750ecb3fb681
Author: Marius Vlad <marius.c.vlad at intel.com>
Date:   Thu Dec 1 14:23:57 2016 +0200

    tests/drv_module_reload: Convert sh script to C version.

Cc: tomi.p.sarvela at intel.com
Signed-off-by: Daniel Vetter <daniel.vetter at intel.com>
---
 tests/drv_module_reload.c             | 6 ++----
 tests/intel-ci/fast-feedback.testlist | 1 -
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/tests/drv_module_reload.c b/tests/drv_module_reload.c
index be831851dec2..e812e5ec9fbc 100644
--- a/tests/drv_module_reload.c
+++ b/tests/drv_module_reload.c
@@ -329,14 +329,12 @@ igt_main
 		}
 	}
 
-	igt_subtest("basic-reload-final") {
+	igt_fixture {
 		if ((err = reload(NULL)))
 			igt_fail(err);
 
 		gem_sanitycheck();
 		gem_exec_store();
-	}
-
-	igt_fixture
 		hda_dynamic_debug(false);
+	}
 }
diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist
index c1aa373d596d..02a222f2fe64 100644
--- a/tests/intel-ci/fast-feedback.testlist
+++ b/tests/intel-ci/fast-feedback.testlist
@@ -283,5 +283,4 @@ igt at vgem_basic@unload
 igt at drv_module_reload@basic-reload
 igt at drv_module_reload@basic-no-display
 igt at drv_module_reload@basic-reload-inject
-igt at drv_module_reload@basic-reload-final
 igt at gvt_basic@invalid-placeholder-test
-- 
2.13.3



More information about the Intel-gfx mailing list