Bugfix: KeyError when using http dispatcher 87/34187/1
authorchenjiankun <chenjiankun1@huawei.com>
Wed, 3 May 2017 01:05:01 +0000 (01:05 +0000)
committerJing Lu <lvjing5@huawei.com>
Thu, 4 May 2017 01:24:12 +0000 (01:24 +0000)
commit8c53f0c78b72bdcf4511ae65501ab111a2d194a6
tree487fb5062c96dacf7d1416ebe45980b7fbd1f35d
parent6990400d9c020ed0f600e02141efec883593c6c6
Bugfix: KeyError when using http dispatcher

JIRA: YARDSTICK-632

When we use http dispatcher to output yardstick result.
It can upload data, but when we query the data, it get a KeyError.

Change-Id: I5410c207c68cff2621ff8184ae17daa4c286cea5
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
(cherry picked from commit 1f59f2e6769cc7ae6f3b73eb1ce8ee09f2929f72)
yardstick/benchmark/runners/base.py
yardstick/dispatcher/http.py