Commit Graph

19 Commits

Author SHA1 Message Date
Ben Greear
f5ed685dad kpi: Add comments/documentation for kpi.java classes.
To help me and others remember how this all fits together.
2020-05-27 06:56:38 -07:00
Ben Greear
9008d20408 kpi: Add historical graphs for pass/fail totals.
Provides a nice way to check on overall results and test coverage.
2020-05-27 06:41:43 -07:00
Ben Greear
5e8c9dd3b2 kpi: Support subtests passed/failed. 2020-05-22 12:52:59 -07:00
Ben Greear
14197d4d5b kpi: Add log errors to summary.
Count the crashes, WARNINGS, BUGS and other logging errors and propagate
counts to the summary pages.
2020-05-14 07:35:57 -07:00
Ben Greear
af45be8916 kpi: Add notes on processing logs.
Want a way to quickly notice kernel splats and firmware crashes.
2020-05-13 12:16:17 -07:00
Ben Greear
bb105c2f16 kpi: Fix 'rename' logic for generate png files.
The File.rename logic did not work well, but Files.move()
appears to work better.  Maybe due to different mount points or
something.

Also add lots of debugging to kpi.java, will remove it later.
2020-05-11 11:08:25 -07:00
Ben Greear
03b180b610 kpi: Add pass/fail reporting. 2020-05-04 07:04:33 -07:00
Ben Greear
1eb90b8f22 kpi: Add numeric report for last data value, delta, and percentage change. 2020-05-04 06:38:35 -07:00
Ben Greear
b60b1f4265 kpi: Put score graphs in their own section.
These are higher priority and should be separate from the other
data graphs.
2020-05-04 06:05:45 -07:00
Ben Greear
80c4cd0fdd kpi: Fix sizing thumbnail reports. 2020-05-02 10:28:39 -07:00
Ben Greear
d981c3d3ac Add thumbnails for the kpi pngs.
Needs some html work still it seems, thumbnails are too large.
2020-05-01 15:49:20 -07:00
Ben Greear
5dec4bebd9 kpi: Add links to latest test run info.
For easier click-through to see recent results.
2020-05-01 08:51:30 -07:00
Ben Greear
11e8362be9 kpi: Support adding git-log info to the Run report. 2020-04-30 20:48:48 -07:00
Ben Greear
02954a7a14 kpi: Add group graphs.
And customized units on graphs.
2020-04-30 11:44:30 -07:00
Ben Greear
97ec011fec kpi: Fix more ordering issues. 2020-04-29 16:44:19 -07:00
Ben Greear
e49a8e0590 kpi: Improve html output
Improve ordering, add DUT info in the test-run details.
2020-04-29 16:06:24 -07:00
Ben Greear
e8767aabcd kpi: Generate test-bed history web page.
Includes historical graphs for each data set, and links
to test bed runs.
2020-04-29 13:44:42 -07:00
Ben Greear
aae4953061 kpi: Generate gnuplot graphs for each data 2020-04-29 11:59:22 -07:00
Ben Greear
4f13a36b38 gui scripting: Add tool to parse historical kpi data and turn it into useful reports.
Currently, it can only parse the csv data.  Next it can generate some graphs and html
and such.
2020-04-28 16:33:53 -07:00