DPDK patches and discussions
 help / color / mirror / Atom feed
* [RFC PATCH v1 0/6] merge DTS test report files to DPDK
@ 2022-04-06 15:12 Juraj Linkeš
  2022-04-06 15:12 ` [RFC PATCH v1 1/6] dts: merge DTS framework/excel_reporter.py " Juraj Linkeš
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Juraj Linkeš @ 2022-04-06 15:12 UTC (permalink / raw)
  To: thomas, david.marchand, Honnappa.Nagarahalli, ohilyard, lijuan.tu
  Cc: dev, Juraj Linkeš

The libraries and the output folder related to test reporting.

Juraj Linkeš (6):
  dts: merge DTS framework/excel_reporter.py to DPDK
  dts: merge DTS framework/json_reporter.py to DPDK
  dts: merge DTS framework/rst.py to DPDK
  dts: merge DTS framework/stats_reporter.py to DPDK
  dts: merge DTS framework/test_result.py to DPDK
  dts: merge DTS output/Readme.txt to DPDK

 dts/framework/excel_reporter.py | 280 ++++++++++++++++++
 dts/framework/json_reporter.py  |  86 ++++++
 dts/framework/rst.py            | 168 +++++++++++
 dts/framework/stats_reporter.py |  95 ++++++
 dts/framework/test_result.py    | 494 ++++++++++++++++++++++++++++++++
 dts/output/Readme.txt           |   2 +
 6 files changed, 1125 insertions(+)
 create mode 100644 dts/framework/excel_reporter.py
 create mode 100644 dts/framework/json_reporter.py
 create mode 100644 dts/framework/rst.py
 create mode 100644 dts/framework/stats_reporter.py
 create mode 100644 dts/framework/test_result.py
 create mode 100644 dts/output/Readme.txt

-- 
2.20.1


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

end of thread, other threads:[~2022-04-06 15:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-06 15:12 [RFC PATCH v1 0/6] merge DTS test report files to DPDK Juraj Linkeš
2022-04-06 15:12 ` [RFC PATCH v1 1/6] dts: merge DTS framework/excel_reporter.py " Juraj Linkeš
2022-04-06 15:12 ` [RFC PATCH v1 2/6] dts: merge DTS framework/json_reporter.py " Juraj Linkeš
2022-04-06 15:12 ` [RFC PATCH v1 3/6] dts: merge DTS framework/rst.py " Juraj Linkeš
2022-04-06 15:12 ` [RFC PATCH v1 4/6] dts: merge DTS framework/stats_reporter.py " Juraj Linkeš
2022-04-06 15:12 ` [RFC PATCH v1 5/6] dts: merge DTS framework/test_result.py " Juraj Linkeš
2022-04-06 15:12 ` [RFC PATCH v1 6/6] dts: merge DTS output/Readme.txt " Juraj Linkeš

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).