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

Mauro Carvalho Chehab mauro.chehab at linux.intel.com
Thu Aug 31 14:52:05 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.

Reviewed-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
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 415394c017b9..54ccb6d1c0cd 100755
--- a/scripts/test_list.py
+++ b/scripts/test_list.py
@@ -1270,7 +1270,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.41.0



More information about the igt-dev mailing list