Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 0/6] Add a method to create spreadsheets
@ 2023-05-22 14:21 Mauro Carvalho Chehab
  2023-05-22 14:21 ` [igt-dev] [PATCH i-g-t 1/6] scripts/test_list.py: add support to define a name at the config file Mauro Carvalho Chehab
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: Mauro Carvalho Chehab @ 2023-05-22 14:21 UTC (permalink / raw)
  To: igt-dev

From: Mauro Carvalho Chehab <mchehab@kernel.org>

It can be useful to have all documentation from IGT tests on a single
XLS spreadsheet. Add a method to do that. With that, it should be
easy to produce an "igt_tests.xls" file containing one sheet per
config file with:

	./scripts/doc_to_xls.py --xls igt_tests.xls --config tests/*/*json tests/kms*.json

Mauro Carvalho Chehab (6):
  scripts/test_list.py: add support to define a name at the config file
  kms_test_config.json: add a name for the KMS Intel testset
  i915_test_config.json: add a driver name
  xe_test_config.json: add a driver name
  scripts/test_list.py: add a method to return an spreadsheet-like array
  scripts/doc_to_xls.py: add an script to generate a doc spreadsheet

 scripts/doc_to_xls.py            | 70 ++++++++++++++++++++++++++++++++
 scripts/test_list.py             | 50 +++++++++++++++++++++--
 tests/i915/i915_test_config.json |  1 +
 tests/kms_test_config.json       |  1 +
 tests/xe/xe_test_config.json     |  1 +
 5 files changed, 119 insertions(+), 4 deletions(-)
 create mode 100755 scripts/doc_to_xls.py

-- 
2.40.1

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2023-05-26 14:33 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-22 14:21 [igt-dev] [PATCH i-g-t 0/6] Add a method to create spreadsheets Mauro Carvalho Chehab
2023-05-22 14:21 ` [igt-dev] [PATCH i-g-t 1/6] scripts/test_list.py: add support to define a name at the config file Mauro Carvalho Chehab
2023-05-26 11:56   ` Kamil Konieczny
2023-05-22 14:21 ` [igt-dev] [PATCH i-g-t 2/6] kms_test_config.json: add a name for the KMS Intel testset Mauro Carvalho Chehab
2023-05-26 11:57   ` Kamil Konieczny
2023-05-22 14:21 ` [igt-dev] [PATCH i-g-t 3/6] i915_test_config.json: add a driver name Mauro Carvalho Chehab
2023-05-26 11:57   ` Kamil Konieczny
2023-05-22 14:21 ` [igt-dev] [PATCH i-g-t 4/6] xe_test_config.json: " Mauro Carvalho Chehab
2023-05-26 11:59   ` Kamil Konieczny
2023-05-22 14:22 ` [igt-dev] [PATCH i-g-t 5/6] scripts/test_list.py: add a method to return an spreadsheet-like array Mauro Carvalho Chehab
2023-05-26 12:18   ` Kamil Konieczny
2023-05-22 14:22 ` [igt-dev] [PATCH i-g-t 6/6] scripts/doc_to_xls.py: add an script to generate a doc spreadsheet Mauro Carvalho Chehab
2023-05-26 12:20   ` Kamil Konieczny
2023-05-26 13:37     ` Mauro Carvalho Chehab
2023-05-22 17:03 ` [igt-dev] ✓ Fi.CI.BAT: success for Add a method to create spreadsheets Patchwork
2023-05-23  0:23 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2023-05-26 14:33 ` [igt-dev] ✗ Fi.CI.BAT: failure for Add a method to create spreadsheets (rev2) Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox