diff options
author | mbeierl <mark.beierl@dell.com> | 2018-08-02 16:25:28 -0400 |
---|---|---|
committer | mbeierl <mark.beierl@dell.com> | 2018-08-02 16:25:28 -0400 |
commit | 5051297e7294406453ac4ff2e14f35762a77b249 (patch) | |
tree | 900a8605a3910faa9d1253a76ee5992f96cf5fb5 /ci | |
parent | 21d19004ea06187488fc6edef23db9a9c1826478 (diff) |
Calculate Data Seriesopnfv-7.0.stable.RC2
Adds the min, max and actual slope values to the
final report metrics so that end users do not
have to calculate these values.
Change-Id: Ic98ec5cbfcdf7447d2bffc46e9bd05e087c72965
JIRA: STORPERF-257
Signed-off-by: mbeierl <mark.beierl@dell.com>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/verify.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/verify.sh b/ci/verify.sh index aedbf26..40e94b6 100755 --- a/ci/verify.sh +++ b/ci/verify.sh @@ -22,7 +22,6 @@ pip install --upgrade setuptools pip install autoflake==1.2 pip install autopep8==1.3.5 pip install coverage==4.5.1 -#pip install cryptography pip install flake8==3.5.0 pip install mock==2.0.0 pip install nose==1.3.7 |