[igt-dev] [PATCH i-g-t 2/2] intel-ci: Kernel selftest changes to fast-feedback and blacklist
Martin Peres
martin.peres at linux.intel.com
Thu Feb 27 11:38:52 UTC 2020
On 2020-02-20 14:52, Petri Latvala wrote:
> Now that selftest launchers are enumerable, we can control them with
> fast-feedback.testlist and blacklist.txt. For now, apply the status
> quo.
This patch series will end up being a no-op on Intel CI since we were
appending the selftests as part of BAT testing. With this change done,
CI will be able to drop this extra test list, and simplify execution.
I renamed the tests in cibuglog, so this patch series is:
Acked-by: Martin Peres <martin.peres at linux.intel.com>
And it is ready to merge from my PoV.
Martin
>
> Signed-off-by: Petri Latvala <petri.latvala at intel.com>
> Cc: Tomi Sarvela <tomi.p.sarvela at intel.com>
> ---
> tests/intel-ci/blacklist.txt | 5 -----
> tests/intel-ci/fast-feedback.testlist | 4 ++++
> 2 files changed, 4 insertions(+), 5 deletions(-)
>
> diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt
> index 51d0417c..390e4fa0 100644
> --- a/tests/intel-ci/blacklist.txt
> +++ b/tests/intel-ci/blacklist.txt
> @@ -1,10 +1,5 @@
> igt at meta_test(@.*)?
> ###############################################
> -# Kernel selftests (run separately)
> -###############################################
> -igt at i915_selftest(@.*)?
> -igt at drm_mm(@.*)?
> -###############################################
> # Handle module reloads with great care!
> #
> # Reloading a module is more likely to leave
> diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist
> index 1b00485e..b41fb4a0 100644
> --- a/tests/intel-ci/fast-feedback.testlist
> +++ b/tests/intel-ci/fast-feedback.testlist
> @@ -171,3 +171,7 @@ igt at vgem_basic@sysfs
> igt at vgem_basic@unload
> igt at i915_module_load@reload
> igt at i915_pm_rpm@module-reload
> +
> +# Kernel selftests
> +igt at i915_selftest@live
> +igt at dmabuf@all
>
More information about the igt-dev
mailing list