summaryrefslogtreecommitdiffstats
path: root/docker/storperf-master/tests/utilities_tests/math_slope_test.py
AgeCommit message (Collapse)AuthorFilesLines
2018-08-15Fixing Suprious Exceptionmbeierl1-0/+5
When the results are too small to calculate the slope, an exception is reported in the logs. This change avoids triggering the exception criteria. Change-Id: Iae886cde6244e9077ff94812bd830c48adaef365 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-07-11Change all pathsmbeierl1-0/+72
Changes the paths of all source code so that it exists under the dockerfile location for each container. This way we can use COPY instead of git clone, as well as use the existing JJB. Change-Id: I883b2957d89659c164fff0a1ebc4d677c534796d JIRA: STORPERF-188 Signed-off-by: mbeierl <mark.beierl@dell.com>