diff options
author | Mark Beierl <mark.beierl@emc.com> | 2016-05-08 10:09:47 -0400 |
---|---|---|
committer | Mark Beierl <mark.beierl@emc.com> | 2016-05-09 09:34:44 -0400 |
commit | edbced4cda35e63c9ddc4e40a67807cbfd6d6c20 (patch) | |
tree | 3bbb5b35d093556414ba6c50876813c529ed45e9 /ci | |
parent | da56b4dac702713045aaeeedbab9234e1825ffe0 (diff) |
Add plots
Adds matplotlib
Adds support for generating graphs showing performance results
Change-Id: Iba344baab89e35c0d5891a9d6b4c22c37666511e
JIRA: STORPERF-44
JIRA: STORPERF-50
Signed-off-by: Mark Beierl <mark.beierl@emc.com>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/setup.py b/ci/setup.py index 2a02276..a293e9c 100755 --- a/ci/setup.py +++ b/ci/setup.py @@ -25,6 +25,7 @@ setup( "flask-restful==0.3.5", "flask-restful-swagger==0.19", "html2text==2016.1.8", + "matplotlib==1.3.1", "python-cinderclient==1.6.0", "python-glanceclient==1.1.0", "python-heatclient==0.8.0", |