public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 1/3] tests: Rename drv_module_reload to i915_load
@ 2018-10-17 12:15 Arkadiusz Hiler
  2018-10-17 12:15 ` [igt-dev] [PATCH i-g-t 2/3] tests/i915_load: Add 'load' subtest Arkadiusz Hiler
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Arkadiusz Hiler @ 2018-10-17 12:15 UTC (permalink / raw)
  To: igt-dev; +Cc: Petri Latvala, Martin Peres

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@linux.intel.com>
Cc: Petri Latvala <petri.latvala@intel.com>
Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@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@drm_mm(@.*)?
 # self-contained tests, leading to random
 # failures in tests run afterwards.
 ###############################################
-igt@drv_module_reload(@.*)?
+igt@i915_load(@.*)?
 igt@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@vgem_basic@sysfs
 # driver in a broken state that is not otherwise noticed in that test.
 
 igt@vgem_basic@unload
-igt@drv_module_reload@basic-reload
-igt@drv_module_reload@basic-no-display
-igt@drv_module_reload@basic-reload-inject
+igt@i915_load@basic-reload
+igt@i915_load@basic-no-display
+igt@i915_load@basic-reload-inject
 igt@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

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-10-18 13:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-17 12:15 [igt-dev] [PATCH i-g-t 1/3] tests: Rename drv_module_reload to i915_load Arkadiusz Hiler
2018-10-17 12:15 ` [igt-dev] [PATCH i-g-t 2/3] tests/i915_load: Add 'load' subtest Arkadiusz Hiler
2018-10-17 12:31   ` Chris Wilson
2018-10-18 13:28     ` Arkadiusz Hiler
2018-10-17 12:15 ` [igt-dev] [PATCH i-g-t 3/3] intel-ci: Prepend fast-feedback with i915_load@load Arkadiusz Hiler
2018-10-17 12:34 ` [igt-dev] [PATCH i-g-t 1/3] tests: Rename drv_module_reload to i915_load Chris Wilson
2018-10-17 15:30   ` Arkadiusz Hiler
2018-10-17 15:50     ` Chris Wilson
2018-10-17 16:06       ` Arkadiusz Hiler
2018-10-17 14:26 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/3] " Patchwork
2018-10-17 17:40 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox