summaryrefslogtreecommitdiffstats
path: root/nfvbench/nfvbenchd.py
AgeCommit message (Collapse)AuthorFilesLines
2019-12-09NFVBENCH-153 Add support for python34.0.0Michael S. Pedersen1-27/+24
JIRA: NFVBENCH-153 Done using 2to3-3.6 with additional changes to fix data parsing and testing (tox) Signed-off-by: Michael S. Pedersen <michael.soelvkaer@gmail.com> Change-Id: I242902f800da543d780507828c9bd1fbf409da6d
2019-03-17NFVBENCH-126 Remove socketio support (debt reduction)ahothan1-60/+18
Allow REST server to start in no-openstack mode Fix pbr version (was set to 0.0.0) Add docker-compose support Update documentation for REST API Change-Id: Ib520b09283ba6a878f802365292a7a829e6ccd09 Signed-off-by: ahothan <ahothan@cisco.com>
2018-03-24[NFVBENCH-76] REST API remains in running state in case of exceptionahothan1-3/+10
catch the exception if result key is missing Change-Id: Id212497bb760b835b542afd11ffbe149bc3d46e7 Signed-off-by: ahothan <ahothan@cisco.com>
2017-10-18NFVBENCH-44 Use message when logging exceptionKerim Gokarslan1-4/+1
Change-Id: I4469d4738aa8bd37cc8bb9184fd73b82291e2c03 Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2017-10-18NFVBENCH-42 Add multiple fluentd aggregators supportKerim Gokarslan1-13/+5
Change-Id: I5b752f9ad4f7b4a60f2678d22467db570e02ab82 Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2017-10-17NFVBENCH-41 Add fluentd result tag to nfvbench serverKerim Gokarslan1-4/+3
Change-Id: I8fc274d9f9ee2211636336bc58f43f4d105986ef Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2017-10-16NFVBENCH-40 Add pylint to toxKerim Gokarslan1-15/+15
Change-Id: Ic55a07145f27c4cfaa6df5523df3940ca4433af1 Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2017-09-27NFVBENCH-35 Runlogdate is 0 in resultnfvbench1.0.11Kerim Gokarslan1-4/+9
Change-Id: Ib062a7c655b1e2f8bd9304e32e3ffc92948c02c4 Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2017-09-27NFVBENCH-34 Pass configuration file to entrypoint scriptKerim Gokarslan1-10/+7
Change-Id: If44d5d9fb2db58b3e1a3ebd1c8d94c1452f84409 Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2017-09-19NFVBENCH-25 Send run results to fluentdKerim Gokarslan1-1/+11
Change-Id: I671a9297b90784bc30eee48ea9244a9c63a24e85 Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2017-08-31NFVBENCH-15 REST server stays busy after invalid run request without bodyKerim Gokarslan1-5/+9
Change-Id: Ic0a69aaf8ed013b2e43e1fbd9dceb8f66d56f7ff Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2017-08-31NFVBENCH-12 Add run summary to fluentd streamKerim Gokarslan1-2/+7
NFVBENCH-14 Fluentd server IP adress from the config is not picked up when configured NFVBENCH-16 At the start of each run send a new fluent record with the config Change-Id: I2d76ecee5b1b93dad4eeccd67d5ed906a0a8faba Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2017-07-31Initial code drop from Cisco1.0.0ahothan1-0/+251
Change-Id: Ie2993886dc8e95c5f73ccdb871add8b96ffcc849 Signed-off-by: ahothan <ahothan@cisco.com>