summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-09-14Add tag to docker build1.0.7ahothan1-2/+3
Change-Id: I1f2d3c163776867aa7f9f58db9292506cd383066 Signed-off-by: ahothan <ahothan@cisco.com>
2017-09-13NFVBENCH-24 Send runlogdate as dateKerim Gokarslan1-1/+1
Change-Id: I2791d222c213081b356b64b7dae886ace034b14a Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2017-09-12NFVBENCH-22 Create nfvbench log folder in DockerfileKerim Gokarslan1-0/+1
Change-Id: Id6762597d65c2a1365b25ebfb07cd583e8149597 Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2017-09-12NFVBENCH-23 Do not send runlogdate for logs about server statusKerim Gokarslan1-2/+8
Change-Id: I51cc104a9ade1481e075f200327b967c517857f4 Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2017-09-12NFVBENCH-19 Put interpreter name to entrypoint scriptKerim Gokarslan1-5/+23
NFVBENCH-21 Pass server configurations as environmental variables in entrypoint script Change-Id: I0a6f7de7a194fa141e961f8e97d8cf70fa39c4ef Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2017-09-08[NFVBENCH-20] Use updated kernel for the image1.0.6Yichen Wang4-5/+8
1. Update testpmd to DPDK 17.05.2; 2. Update VPP to 17.07-30; 3. Fix the script to use the new kernel; buildvm Change-Id: Icd62ff1c383598db4f80bc9b36794ff0f8d0e56c Signed-off-by: Yichen Wang <yicwang@cisco.com>
2017-09-06NFVBENCH-18 Add microsecond precision to fluentd records1.0.5Kerim Gokarslan1-3/+11
Change-Id: If6d2af11355d2d2cefb4b5098e912d98d2043e32 Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2017-09-01NFVBENCH-17 Create docker container using OPNFV releng scriptsKerim Gokarslan2-1/+24
Change-Id: Ic6f06cd731e28b99ad50037251ee35e0207b2bff Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2017-09-01Merge "NFVBENCH-15 REST server stays busy after invalid run request without ↵1.0.4Alec Hothan1-5/+9
body"
2017-08-31NFVBENCH-13 Change default flow count to 10k (from 2)mortenhillbom1-1/+1
Change-Id: I678448e5840ff3468eeaf526d3e104ba4cee4f47 Signed-off-by: mortenhillbom <mortenhillbom@gmail.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 Gokarslan4-13/+92
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-08-28NFVBENCH-11 Cannot override extra_specs in flavor using -c1.0.3ahothan3-26/+34
Add a whitelist for keys that can't be verified Change-Id: I8d56cb850fb133eec0097ae80f6ee5f827e651c6 Signed-off-by: ahothan <ahothan@cisco.com>
2017-08-27NFVBENCH-10 Relax config error messageahothan1-1/+2
Change-Id: I1078b01cbfa3f006b2d4170e4e84b93b547c0765 Signed-off-by: ahothan <ahothan@cisco.com>
2017-08-25NFVBENCH-9 Create VM image and upload to OPNFV artfact repoKerim Gokarslan2-2/+16
Change-Id: Iffad4cccacccbb3df240d1b004c27ae209cec701 Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2017-08-23NFVBENCH-8 config checking fails with Exception TypeError: string indices ↵1.0.2ahothan3-31/+37
must be integers, not str Change-Id: Ic3263374efffc9ea2566e107b99f47fb3b0c6edf Signed-off-by: ahothan <ahothan@cisco.com>
2017-08-22NFVBENCH-1 Number of seconds to wait for VMs to pass traffic can bemortenhillbom2-1/+6
set in config Change-Id: Ia4ee4a89e3b839b287b7960c0d31dbc96e1f0331 Signed-off-by: mortenhillbom <mortenhillbom@gmail.com>
2017-08-22NFVBENCH-6 Add support for sending logs to fluentd with fluentd client libraryahothan6-4/+107
Change-Id: I1bc01b26f9e43f78c169b5fcd26247debcfe31bf Signed-off-by: ahothan <ahothan@cisco.com>
2017-08-22Change the signature for config validation functionYichen Wang2-3/+3
Change-Id: I4ef3d18f1b068165cdfc8d08278d12ec6eac4a4c Signed-off-by: Yichen Wang <yicwang@cisco.com>
2017-08-18[NFVBENCH-7] Return errors when unknown options are passedKerim Gokarslan4-23/+30
1) Return all errors when unknown options are passed 2) Fixed pep8 warnings 3) Fixed image deletion Change-Id: If21ca07c797a602b9a60f3ccae665149ed1ac148 Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2017-08-18[NFVBENCH-7] Return errors when unknown options are passedYichen Wang6-6/+48
1. Return errors when unknown options are passed 2. Fix pep8 warnings Change-Id: I1cbc86de93b4633bbf9bd66c1dc956ff8b3679a6 Signed-off-by: Yichen Wang <yicwang@cisco.com>
2017-08-15NFVBENCH-4 Add support for log fileahothan3-13/+34
Change-Id: Id630944944d472322a763fe41ccb0e1ed9fb3066 Signed-off-by: ahothan <ahothan@cisco.com>
2017-08-11Fix NFVBENCH-2 Cleanup after error causes a AttributeError exceptionahothan1-2/+4
Change-Id: Ifd31ded84ae2ba077c7ee351c703b9bb6b31622f Signed-off-by: ahothan <ahothan@cisco.com>
2017-08-11Fix NFVBENCH-3 config is modified by plugin causing side effectsahothan1-1/+2
Change-Id: I2b61e7be346333ff2ba26e14582c9c7c7f92a416 Signed-off-by: ahothan <ahothan@cisco.com>
2017-08-09Update doc/faq and config comments1.0.1ahothan4-8/+31
Change-Id: I263f2d33ef9010d4ead0a26c390736a11edaaa20 Signed-off-by: ahothan <ahothan@cisco.com>
2017-08-08Update doc with ndr/pdr section, update config commentahothan7-77/+134
Change-Id: I2e0a771b21371f45fd592ff41dc8f66c0aaeb7e0 Signed-off-by: ahothan <ahothan@cisco.com>
2017-08-04Add support for multiple physnets for sr-iovahothan7-14/+132
Update config plugin config Add readable error message on exception Change-Id: Ie22de349582abc34d7e62570118022463f835d64 Signed-off-by: ahothan <ahothan@cisco.com>
2017-08-04Add the scipts to build NFVbench VMYichen Wang19-2/+301
Change-Id: I9632333777260468d6f07cf0149c789626f20145 Signed-off-by: Yichen Wang <yicwang@cisco.com>
2017-08-04Fix module path for cleanup scriptahothan1-1/+1
Change-Id: I8035805c02712f9b1c38aded44e7590cd7b670ea Signed-off-by: ahothan <ahothan@cisco.com>
2017-08-04Update with section on cleanup scriptahothan1-1/+45
Change-Id: Ib7185ac3e7643dbafb30bd0a57bc7cc717638ab6 Signed-off-by: ahothan <ahothan@cisco.com>
2017-08-03Support to customize sport and dport for UDP trafficYichen Wang3-3/+21
Change-Id: I40f28f28dd105f18ab69c5b5a56086ff3a06f2f6 Signed-off-by: Yichen Wang <yicwang@cisco.com>
2017-07-31Initial code drop from Cisco1.0.0ahothan84-0/+11395
Change-Id: Ie2993886dc8e95c5f73ccdb871add8b96ffcc849 Signed-off-by: ahothan <ahothan@cisco.com>
2017-05-05Adding INFO and LICENSE for reviewagardner3-0/+37
can't have a / in the jira name. jira project created: https://jira.opnfv.org/plugins/servlet/project-config/NFVBENCH/ Change-Id: Ia403b6cd927d28d7fc7a47afa4179f1e1933eb93 Signed-off-by: agardner <agardner@linuxfoundation.org>
2017-05-04Initial empty repositoryAric Gardner0-0/+0