[igt-dev] [i-g-t 2/2] testplan/kms: Make documentation is mandatory for all kms subtests

Mauro Carvalho Chehab mauro.chehab at linux.intel.com
Thu Aug 31 15:54:03 UTC 2023


On Thu, 31 Aug 2023 20:52:00 +0530
Bhanuprakash Modem <bhanuprakash.modem at intel.com> wrote:

> As testplan documentation is ready for all kms tests, update the
> testplan config to make sure we are not missing the documentation
> all the kms tests.
> 
> Cc: Mauro Carvalho Chehab <mchehab at kernel.org>
> Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>

Reviewed-by: Mauro Carvalho Chehab <mchehab at kernel.org>

> ---
>  docs/testplan/meson.build | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/docs/testplan/meson.build b/docs/testplan/meson.build
> index e838f2eb1..433464dc8 100644
> --- a/docs/testplan/meson.build
> +++ b/docs/testplan/meson.build
> @@ -31,13 +31,13 @@ xe_test_dict = {
>  if build_xe
>  	test_dict = {
>  		'i915_tests': { 'input': i915_test_config, 'extra_args': check_testlist },
> -		'kms_tests': { 'input': kms_test_config, 'extra_args': [] },
> +		'kms_tests': { 'input': kms_test_config, 'extra_args': check_testlist },
>  		'xe_tests': { 'input': xe_test_config, 'extra_args': check_testlist }
>  	    }
>  else
>  	test_dict = {
>  	      'i915_tests': { 'input': i915_test_config, 'extra_args': check_testlist },
> -	      'kms_tests': { 'input': kms_test_config, 'extra_args': [] }
> +	      'kms_tests': { 'input': kms_test_config, 'extra_args': check_testlist }
>  	    }
>  endif
>  


More information about the igt-dev mailing list