diff options
author | Jing Lu <lvjing5@huawei.com> | 2017-06-24 09:17:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-06-24 09:17:51 +0000 |
commit | 1e1009cc2becad51cdd894760fbfb4f932cbdec7 (patch) | |
tree | 2e47538a671bbd708c63ce5182c559c494703587 | |
parent | cf695f098b27bfa58e8cedc69b0c92bc22c95f15 (diff) |
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Yardstick output format unified"
- Yardstick output format unified
JIRA: YARDSTICK-658
Currently the yardstick have three dispatcher: file, influxdb, mongodb.
(influxdb using API to get result and mongodb using testAPI to get result)
But their output format is different. It is hard to use.
In this patch, make all dispatchers using the same data source.
And make the output format of file and influxdb unified.
As for mongodb, since it is related to testAPI, so I make it push data
every test case.
The unified output format is:
http://paste.openstack.org/show/610125/
Change-Id: I854ac4f03e6f904469b07b0c924c7d850545ae5b
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
m--------- | docs/submodules/yardstick | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick -Subproject c04372b8630169a3fcc4b52e8d2b935f110519a +Subproject 3ca356db275f543bcbbb39701207a0faa2e29e0 |