Bugfix: KeyError when using http dispatcher 91/34091/2
authorchenjiankun <chenjiankun1@huawei.com>
Wed, 3 May 2017 01:05:01 +0000 (01:05 +0000)
committerchenjiankun <chenjiankun1@huawei.com>
Wed, 3 May 2017 02:16:29 +0000 (02:16 +0000)
commit1f59f2e6769cc7ae6f3b73eb1ce8ee09f2929f72
treeb937c6a1797c5b3d21dae5886b5c728b09de9a1a
parent284c0a3e13aa1c3cc83bac3d4c9d6b69fc479b79
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>
yardstick/benchmark/runners/base.py
yardstick/dispatcher/http.py