[igt-dev] [PATCH i-g-t 1/3] tests: Rename drv_module_reload to i915_load
Arkadiusz Hiler
arkadiusz.hiler at intel.com
Wed Oct 17 12:15:43 UTC 2018
The test is i915 specific, so let's be clear on that. There is also more
subtests coming that are not just reloading.
Cc: Martin Peres <martin.peres at linux.intel.com>
Cc: Petri Latvala <petri.latvala at intel.com>
Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler at intel.com>
---
tests/Makefile.sources | 2 +-
tests/{drv_module_reload.c => i915_load.c} | 0
tests/intel-ci/blacklist.txt | 2 +-
tests/intel-ci/fast-feedback.testlist | 6 +++---
tests/meson.build | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
rename tests/{drv_module_reload.c => i915_load.c} (100%)
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index cdf5a7e1..a1fa6e98 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -22,6 +22,7 @@ AMDGPU_TESTS = \
$(NULL)
TESTS_progs = \
+ i915_load \
core_auth \
core_get_client_auth \
core_getclient \
@@ -36,7 +37,6 @@ TESTS_progs = \
drv_getparams_basic \
drv_hangman \
drv_missed_irq \
- drv_module_reload \
drv_selftest \
drv_suspend \
gem_bad_reloc \
diff --git a/tests/drv_module_reload.c b/tests/i915_load.c
similarity index 100%
rename from tests/drv_module_reload.c
rename to tests/i915_load.c
diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt
index 88b2fe31..129ea3f2 100644
--- a/tests/intel-ci/blacklist.txt
+++ b/tests/intel-ci/blacklist.txt
@@ -12,7 +12,7 @@ igt at drm_mm(@.*)?
# self-contained tests, leading to random
# failures in tests run afterwards.
###############################################
-igt at drv_module_reload(@.*)?
+igt at i915_load(@.*)?
igt at pm_rpm@module-reload
###############################################
# GEM
diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist
index c625904d..5dfa4eb7 100644
--- a/tests/intel-ci/fast-feedback.testlist
+++ b/tests/intel-ci/fast-feedback.testlist
@@ -269,7 +269,7 @@ igt at vgem_basic@sysfs
# driver in a broken state that is not otherwise noticed in that test.
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 i915_load@basic-reload
+igt at i915_load@basic-no-display
+igt at i915_load@basic-reload-inject
igt at pm_rpm@module-reload
diff --git a/tests/meson.build b/tests/meson.build
index d74eb109..41cc18c8 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -1,4 +1,5 @@
test_progs = [
+ 'i915_load',
'core_auth',
'core_get_client_auth',
'core_getclient',
@@ -13,7 +14,6 @@ test_progs = [
'drv_getparams_basic',
'drv_hangman',
'drv_missed_irq',
- 'drv_module_reload',
'drv_selftest',
'drv_suspend',
'gem_bad_reloc',
--
2.17.2
More information about the igt-dev
mailing list