aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmeed Ashour <Ameed.Ashour.Ext@nokia.com>2018-11-18 10:47:21 +0200
committerAmeed Ashour <ameed.ashour.ext@nokia.com>2018-11-18 12:50:45 +0000
commitc06dd21f8aea56ab7c299bdb1ef1487a3f75572e (patch)
tree47be1d7db1751a49f9a2e77a3cf75f63f33b93b1
parent87c2dc65d465e24f08f30b1ca3eb0b12dd0e48c1 (diff)
Run testcase 074 result overridden by job status
Change-Id: Icb24727fd7ca8a340ea424284b510b007055ec9c JIRA: YARDSTICK-1526 Signed-off-by: Ameed Ashour <Ameed.Ashour.Ext@nokia.com>
-rw-r--r--yardstick/benchmark/scenarios/storage/storperf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/yardstick/benchmark/scenarios/storage/storperf.py b/yardstick/benchmark/scenarios/storage/storperf.py
index 7c8e5fe66..5b8b00075 100644
--- a/yardstick/benchmark/scenarios/storage/storperf.py
+++ b/yardstick/benchmark/scenarios/storage/storperf.py
@@ -227,8 +227,8 @@ class StorPerf(base.Scenario):
LOG.info("Job %s completed with steady state %s",
job_id, steady_state)
- result_res = requests.get('http://%s:5000/api/v1.0/jobs?'
- 'type=status&id=%s' % (self.target, job_id))
+ result_res = requests.get('http://%s:5000/api/v1.0/jobs?id=%s' %
+ (self.target, job_id))
result_res_content = jsonutils.loads(
result_res.content)
result.update(result_res_content)