summaryrefslogtreecommitdiff
path: root/scripts/test_list.py
AgeCommit message (Expand)AuthorFilesLines
2024-02-09scripts/test_list.py: fix a typo on default-if-not-excludedMauro Carvalho Chehab1-1/+1
2023-12-06scripts/test_list.py: better identify planned testsMauro Carvalho Chehab1-17/+38
2023-11-30scripts/igt_doc: Add driver name list at JSON configurationMauro Carvalho Chehab1-0/+5
2023-11-28scripts/test_list.py: fix indent at get_subtests()Mauro Carvalho Chehab1-28/+28
2023-11-28scripts/test_list.py: Fix trivial pylint issuesMauro Carvalho Chehab1-17/+19
2023-11-28scripts/test_list.py: don't add a blank descriptionMauro Carvalho Chehab1-1/+0
2023-11-28scripts/test_list.py: better expand subtestsMauro Carvalho Chehab1-3/+5
2023-11-02scripts/test_list.py: use different types for include/excludeMauro Carvalho Chehab1-5/+7
2023-11-02scripts/test_list.py: fix regex filtering logicMauro Carvalho Chehab1-2/+2
2023-11-02scripts/test_list.py: speedup update testlist logicMauro Carvalho Chehab1-4/+6
2023-11-02scripts/test_list.py: better parse list of testsMauro Carvalho Chehab1-36/+44
2023-10-31scripts/test_list.py: fix subtest regex matchMauro Carvalho Chehab1-0/+2
2023-10-30scripts/test_list.py: better handle list of testsMauro Carvalho Chehab1-15/+39
2023-10-13scripts/test_list.py: better name testlist include/exclude config fieldsMauro Carvalho Chehab1-13/+11
2023-10-13scripts/test_list.py: allow ignoring uppercase on testlist readMauro Carvalho Chehab1-4/+8
2023-10-10scripts/test_list.py: fix and simplify missing doc checkMauro Carvalho Chehab1-30/+4
2023-10-09Revert "scripts/test_list.py: fix and simplify missing doc check"Juha-Pekka Heikkila1-4/+30
2023-10-09scripts/test_list.py: fix and simplify missing doc checkMauro Carvalho Chehab1-30/+4
2023-09-21scripts/test_list.py: allow adding multiple testlist lines with same nameMauro Carvalho Chehab1-5/+8
2023-09-12scripts/test_list.py: check key before expanding fieldsMauro Carvalho Chehab1-0/+3
2023-09-11scripts/test_list.py: add support for expanding fields on spreadsheetMauro Carvalho Chehab1-1/+34
2023-09-11scripts/test_list.py: fix gen_testlist logicMauro Carvalho Chehab1-3/+1
2023-09-11scripts/test_list.py: don't be greedy while matching data from testlistsMauro Carvalho Chehab1-0/+2
2023-09-11scripts/test_list.py: move "FULL" testlist to config fileMauro Carvalho Chehab1-3/+6
2023-09-11test_list.py: add support for reading testlist regular expressionsMauro Carvalho Chehab1-0/+75
2023-09-07scripts/test_list: Add test_documentation ref to the logsBhanuprakash Modem1-0/+2
2023-09-01scripts/test_list.py: allow passing a config dict directlyMauro Carvalho Chehab1-7/+25
2023-09-01scripts/test_list.py: don't rely on file name to parse configMauro Carvalho Chehab1-8/+10
2023-09-01scripts/test_list.py: add support to return a string instead of printMauro Carvalho Chehab1-43/+36
2023-09-01scripts/test_list.py: skip some internal fieldsMauro Carvalho Chehab1-35/+33
2023-09-01scripts/test_list.py: add a check before deleting propertiesMauro Carvalho Chehab1-1/+2
2023-09-01scripts/test_list.py: filename arguments for print_ methods are optionalMauro Carvalho Chehab1-2/+2
2023-09-01scripts/test_list.py: close config file before start processingMauro Carvalho Chehab1-65/+65
2023-09-01scripts/test_list.py: document what BAT stands forMauro Carvalho Chehab1-1/+1
2023-09-01scripts/test_list.py: rename the internal summary valueMauro Carvalho Chehab1-22/+22
2023-09-01scripts/test_list.py: make the class more genericMauro Carvalho Chehab1-14/+27
2023-09-01scripts/test_list: Ignore uncompiled testsBhanuprakash Modem1-2/+6
2023-08-11scripts/test_list.py: add a check for missing featuresMauro Carvalho Chehab1-1/+15
2023-07-11scripts/test_list.py: fix __filter_subtest() logicMauro Carvalho Chehab1-2/+2
2023-07-11scripts/test_list.py: optimize check regexMauro Carvalho Chehab1-10/+12
2023-07-11scripts/test_list.py: speedup testlist check logicMauro Carvalho Chehab1-24/+6
2023-06-21scripts/test_list.py: produce alphabetically ordered testlistsMauro Carvalho Chehab1-29/+32
2023-06-21scripts/test_list.py: add support for ordering testlistsMauro Carvalho Chehab1-7/+48
2023-06-16scripts/xls_to_doc.py: add an script to partially import data from a spreadsheetMauro Carvalho Chehab1-14/+21
2023-05-26scripts/test_list.py: add a method to return an spreadsheet-like arrayMauro Carvalho Chehab1-0/+42
2023-05-26scripts/test_list.py: add support to define a name at the config fileMauro Carvalho Chehab1-4/+4
2023-05-26scripts/test_list.py: add dynamic subtest supportMauro Carvalho Chehab1-3/+7
2023-05-16scripts/test_list.py: fix some hints pointed by RuffMauro Carvalho Chehab1-4/+4
2023-05-16scripts/test_list.py: add support to exclude filesMauro Carvalho Chehab1-0/+10
2023-05-16scripts/test_list.py: expand testlist fieldsMauro Carvalho Chehab1-6/+14