ADD tc042 into CI
[yardstick.git] / docs / testing / user / userguide / 09-yardstick_user_interface.rst
1 Yardstick User Interface
2 ========================
3
4 This interface provides a user to view the test result
5 in table format and also values pinned on to a graph.
6
7
8 Command
9 -------
10 ::
11
12     yardstick report generate <task-ID> <testcase-filename>
13
14
15 Description
16 -----------
17
18 1. When the command is triggered using the task-id and the testcase
19 name provided the respective values are retrieved from the
20 database (influxdb in this particular case).
21
22 2. The values are then formatted and then provided to the html
23 template framed with complete html body using Django Framework.
24
25 3. Then the whole template is written into a html file.
26
27 The graph is framed with Timestamp on x-axis and output values
28 (differ from testcase to testcase) on y-axis with the help of
29 "Highcharts".