summary |
shortlog | log |
commit |
commitdiff |
review |
tree
first ⋅ prev ⋅ next
Morgan Richomme [Sun, 22 Nov 2015 17:57:20 +0000 (17:57 +0000)]
Merge "Integrate vsperf with opnfv_test_dashboard"
Morgan Richomme [Thu, 12 Nov 2015 16:36:27 +0000 (17:36 +0100)]
add vIMS for dahsboard
JIRA: FUNCTEST-64
Change-Id: I344c3a882d64acdcd310decf015f234964faeb5a
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Radek Zetik [Wed, 18 Nov 2015 14:15:01 +0000 (14:15 +0000)]
Integrate vsperf with opnfv_test_dashboard
All the test projects generate results in different format.
The goal of a testing dashboard is to provide a consistent
view of the different tests from the different projects.
We need to enable the data collection for VSPERF, in other words
VSPERF pushes data using a REST API.
JIRA: VSPERF-112
Change-Id: I5d31a0fcca9fa932ceab398fe5da073966a8809f
Signed-off-by: Radek Zetik <radekx.zetik@intel.com>
Morgan Richomme [Wed, 28 Oct 2015 08:28:18 +0000 (09:28 +0100)]
fix format method (case sensitive)
JIRA: FUNCTEST-87
Change-Id: I6ba9a17401480556b19a0918119d554d8b1871ce
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
QiLiang [Tue, 27 Oct 2015 15:43:37 +0000 (15:43 +0000)]
Yardstick test results reformat for Dashboard
JIRA: YARDSTICK-132
Change-Id: Ibfb78e1341fdfe3a877765dd17445f5677a37b0f
Signed-off-by: QiLiang <liangqi1@huawei.com>
Morgan Richomme [Mon, 19 Oct 2015 15:19:44 +0000 (17:19 +0200)]
create post processing for Tempest test
JIRA: FUNCTEST-56
Change-Id: I4bfaa80ed2e93c89062a95db014a9a445c6a53de
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Morgan Richomme [Sat, 17 Oct 2015 16:19:12 +0000 (18:19 +0200)]
add dashboard method to test result collection API
+ add new fields in pod section
JIRA: RELENG-45
Change-Id: I8e833207b7014d7fd07769af415a4892b9e9d924
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Morgan Richomme [Wed, 14 Oct 2015 08:50:49 +0000 (10:50 +0200)]
Do not check key in json file
to avoid warning due to . in key in Rally reports
JIRA: RELENG-47
Change-Id: I204714311b9838ec09086950504046be7a29339d
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Guy Rodrigue Koffi [Thu, 1 Oct 2015 08:56:55 +0000 (10:56 +0200)]
Updates for result_collection_api
- pod identification : RELENG-33
- add filters on results : RELENG-32 / RELENG-31
- fix bugs on db connection
Change-Id: Ie720bb8028e5bfabd914c57df323b81d40c47fcd
Signed-off-by: Guy Rodrigue Koffi <koffirodrigue@gmail.com>
Morgan Richomme [Wed, 16 Sep 2015 12:58:27 +0000 (14:58 +0200)]
fix POD id type in API
the pod_id are defined as int but the APi sent a string, then the API was not working well when filtering on pod_id
we may discuss if a string description would not be more explicit than an id
JIRA: RELENG-7
Change-Id: Ib53263f379047bc4214926f966e40e797e42314e
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Guy Rodrigue Koffi [Sat, 5 Sep 2015 04:54:21 +0000 (06:54 +0200)]
Add external config support to result_collection_api
JIRA : RELENG-7
Change-Id: I2b68aac3e903b237f500bad91e3625aaf57bfdaf
Signed-off-by: Guy Rodrigue Koffi <koffirodrigue@gmail.com>
grkoffi [Mon, 31 Aug 2015 12:45:53 +0000 (14:45 +0200)]
Fix minor bugs for result_collection_api
JIRA : RELENG-7
Change-Id: Id3cda0a0a73fcf1d05de751a7f48bbae2145fbf4
Signed-off-by: Guy Rodrigue Koffi <koffirodrigue@gmail.com>
grkoffi [Tue, 25 Aug 2015 17:28:42 +0000 (19:28 +0200)]
Update result_collection_api
Fix lines length regarding pep8.
Add new handlers for cases and results and
HTTP methods to projects.
JIRA : RELENG-7
Change-Id: Idc7c0868384d29f28bccc78540edfb02ae1dfbaf
Signed-off-by: grkoffi <koffirodrigue@gmail.com>