Yardstick: User interface for Yardstick. 35/29435/17
authorrajesh_4k <4k.rajesh@gmail.com>
Mon, 27 Feb 2017 12:39:00 +0000 (18:09 +0530)
committerrajesh_4k <4k.rajesh@gmail.com>
Fri, 17 Mar 2017 10:51:03 +0000 (16:21 +0530)
commit25b21add71fcf7c2c795bd950b5117d69fac68fb
tree987c921091e0c8a058da91c13bacb731eb01efea
parentcf967b8bf46b5b1ea77b5ca9a8ccee00fbb1e1d6
Yardstick: User interface for Yardstick.

Currently Yardstick doesnt have any UI which gives detail analysis
of the test-results.
This commit generates a HTML page after the execution of a command
"yardstick report generate <task-ID> <TC-name>" which intern
can be executed after the execution of test-case.
Used: Highcharts.js for the graphs.

JIRA: YARDSTICK-280

Change-Id: Ic98cc348719f3922bff178f52e7944a4a931763a
Signed-off-by: Rajesh K <4k.rajesh@gmail.com>
docs/testing/user/userguide/Yardstick_user_interface.rst [new file with mode: 0644]
requirements.txt
tests/unit/benchmark/core/test_report.py [new file with mode: 0644]
yardstick/benchmark/core/__init__.py
yardstick/benchmark/core/report.py [new file with mode: 0644]
yardstick/benchmark/core/task.py
yardstick/cmd/cli.py
yardstick/cmd/commands/report.py [new file with mode: 0644]
yardstick/common/constants.py
yardstick/common/html_template.py [new file with mode: 0644]