diff options
author | pmikus <pmikus@cisco.com> | 2017-04-13 22:06:17 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-04-21 19:09:04 +0000 |
commit | 5b702673375a2a098311c23ab83487d3e1e02e72 (patch) | |
tree | 649fe07b7d5caacba21baea43cf8253d9e7bd6c3 /resources/tools/report_gen/requirements.txt | |
parent | 7e77c9160cc3eb6f7f585df70231c4eeb07421d4 (diff) |
Report generation script updates
- Add new type of throughput plots
- Update Sphinx, Sphinx-rtd-theme and Plotly packages
- Add auto generation of detailed test results
- Small fixes
Change-Id: I706777160a7f166e0a335c64428d10cb546fa854
Signed-off-by: pmikus <pmikus@cisco.com>
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/tools/report_gen/requirements.txt')
-rw-r--r-- | resources/tools/report_gen/requirements.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/resources/tools/report_gen/requirements.txt b/resources/tools/report_gen/requirements.txt index 6c3a5465c4..a345c946f1 100644 --- a/resources/tools/report_gen/requirements.txt +++ b/resources/tools/report_gen/requirements.txt @@ -1,4 +1,5 @@ Sphinx -sphinx-rtd-theme==0.1.9 -plotly==1.13.0 +sphinx-rtd-theme==0.2.4 +plotly==2.0.7 lxml==3.5.0 +robotframework==2.9.2 |