e4fdd2fece
Add a role to build the stackviz report and include it in the tempest post play. Change-Id: I085460fc7a4fe6baee2d85c8ab3ea3a2128ea54d
23 lines
523 B
ReStructuredText
23 lines
523 B
ReStructuredText
Generate stackviz report.
|
|
|
|
Generate stackviz report using subunit and dstat data, using
|
|
the stackviz archive embedded in test images.
|
|
|
|
**Role Variables**
|
|
|
|
.. zuul:rolevar:: devstack_base_dir
|
|
:default: /opt/stack
|
|
|
|
The devstack base directory.
|
|
|
|
.. zuul:rolevar:: stage_dir
|
|
:default: /opt/stack/logs
|
|
|
|
The stage directory where the input data can be found and
|
|
the output will be produced.
|
|
|
|
.. zuul:rolevar:: test_results_stage_name
|
|
:default: test_results
|
|
|
|
The name of the subunit file to be used as input.
|