[igt-dev] [PATCH i-g-t v2 05/13] scripts/test_list.py: document what BAT stands for

Kamil Konieczny kamil.konieczny at linux.intel.com
Wed Jul 12 18:30:45 UTC 2023


Hi Mauro,
On 2023-07-12 at 15:58:46 +0200, Mauro Carvalho Chehab wrote:
> From: Mauro Carvalho Chehab <mchehab at kernel.org>
> 
> BAT means Basic Accetance Test, which is a set of tests that
> are meant to test basic functionalities and provide a fast
> feedback. Add some documentation where the term is present
> at the code.
> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>

Reviewed-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>

> ---
>  scripts/test_list.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/scripts/test_list.py b/scripts/test_list.py
> index 1fd27ef560a7..0452be8d7994 100644
> --- a/scripts/test_list.py
> +++ b/scripts/test_list.py
> @@ -1256,7 +1256,7 @@ class TestList:
>              testlist = test.lower()
>              if testlist == "":
>                  fname = "other"
> -            elif testlist == "bat":
> +            elif testlist == "bat":         # Basic Acceptance Test
>                  fname = "fast-feedback"
>              else:
>                  fname = testlist
> -- 
> 2.40.1
> 


More information about the igt-dev mailing list