public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Petri Latvala <petri.latvala@intel.com>,
	Martin Peres <martin.peres@linux.intel.com>
Subject: [igt-dev] [PATCH i-g-t 1/3] tests: Rename drv_module_reload to i915_load
Date: Wed, 17 Oct 2018 15:15:43 +0300	[thread overview]
Message-ID: <20181017121545.29096-1-arkadiusz.hiler@intel.com> (raw)

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

             reply	other threads:[~2018-10-17 12:15 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-17 12:15 Arkadiusz Hiler [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181017121545.29096-1-arkadiusz.hiler@intel.com \
    --to=arkadiusz.hiler@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=martin.peres@linux.intel.com \
    --cc=petri.latvala@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox