[igt-dev] [PATCH i-g-t] tests/intel-ci/fast-feedback: Move gem_lmem_swapping

Petri Latvala petri.latvala at intel.com
Wed Apr 6 07:36:08 UTC 2022


On Tue, Apr 05, 2022 at 02:19:13PM -0700, Lucas De Marchi wrote:
> Since commit 37ec3b8ffd2c ("tests/gem_lmem_swapping: limit lmem to 4G")
> we load the driver with limited 4GB of lmem for test execution. However
> this means we also have to 1) reload the driver with that param set and
> 2) unload it after we are done. However tests/intel-ci/fast-feedback.testlist
> has a dedicated section for tests that rely on module (un|re)loading so
> not to impact other tests.
> 
> Move all gem_lmem_swapping to that section, after the coment:
> 
> 	# All tests that do module unloading and reloading are executed last.
> 	# They will sometimes reveal issues of earlier tests leaving the
> 	# driver in a broken state that is not otherwise noticed in that test.
> 
> Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>

Damn, I missed this when reviewing.

Acked-by: Petri Latvala <petri.latvala at intel.com>

> ---
>  tests/intel-ci/fast-feedback.testlist | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist
> index c1014558..e24d2fa4 100644
> --- a/tests/intel-ci/fast-feedback.testlist
> +++ b/tests/intel-ci/fast-feedback.testlist
> @@ -34,10 +34,6 @@ igt at gem_flink_basic@double-flink
>  igt at gem_flink_basic@flink-lifetime
>  igt at gem_huc_copy@huc-copy
>  igt at gem_linear_blits@basic
> -igt at gem_lmem_swapping@basic
> -igt at gem_lmem_swapping@parallel-random-engines
> -igt at gem_lmem_swapping@random-engines
> -igt at gem_lmem_swapping@verify-random
>  igt at gem_mmap@basic
>  igt at gem_mmap_gtt@basic
>  igt at gem_render_linear_blits@basic
> @@ -170,6 +166,10 @@ igt at vgem_basic@sysfs
>  # They will sometimes reveal issues of earlier tests leaving the
>  # driver in a broken state that is not otherwise noticed in that test.
>  
> +igt at gem_lmem_swapping@basic
> +igt at gem_lmem_swapping@parallel-random-engines
> +igt at gem_lmem_swapping@random-engines
> +igt at gem_lmem_swapping@verify-random
>  igt at core_hotunplug@unbind-rebind
>  igt at vgem_basic@unload
>  igt at i915_module_load@reload
> -- 
> 2.35.1
> 


More information about the igt-dev mailing list