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

Mauro Carvalho Chehab mauro.chehab at linux.intel.com
Tue Jul 11 07:12:13 UTC 2023


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>
---
 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