Additional rework of NSB report 95/65995/2
authorPatrice Buriez <patrice.buriez@intel.com>
Mon, 17 Dec 2018 18:22:16 +0000 (19:22 +0100)
committerPatrice Buriez <patrice.buriez@intel.com>
Fri, 21 Dec 2018 18:07:59 +0000 (19:07 +0100)
commit855e0532f9a58986fbb95e19ac42e90b53f031b3
treea0362a42deaa5275f9cf73deef0375b86744785a
parent6ab3d996abb23e4cd47dbaa8591577e019a84541
Additional rework of NSB report

- Make format_for_jstree expect a list of metric names
- Avoid displaying timestamps twice in initial data table
- Sort metrics in initial data table
- Display testcase name
- Fix styling
- Make better use of JS and jQuery features
- Move event handler to JS file
- Avoid adding multiple tbody elements into data table
- Adjust unit tests and functional tests accordingly

JIRA: YARDSTICK-1367
Topic: report/html_table (12 of 12)

Change-Id: I85d853f8e392953cace67e94fa0af2e2492a2b86
Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
yardstick/benchmark/core/report.py
yardstick/common/nsb_report.css
yardstick/common/nsb_report.html.j2
yardstick/common/nsb_report.js
yardstick/tests/functional/benchmark/core/test_report.py
yardstick/tests/unit/benchmark/core/test_report.py