aboutsummaryrefslogtreecommitdiffstats
path: root/nfvbench
AgeCommit message (Collapse)AuthorFilesLines
2018-03-25[NFVBENCH-77] Config plugin misses config options coming from REST requestsahothan2-4/+4
Pass latest config to get_run_spec() Change-Id: I169f482faa0ba016d266db006da45e3fe0bb4331 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>
2018-03-23NFVBENCH-56 Multi-chaining traffic starts may be too early for some runsKerim Gokarslan3-28/+59
Change-Id: I332a53e3dd3e14e9cba4ad9f57bdfd094ffa4d3a Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2018-03-23NFVBENCH-78 TRex requires at least 16 payload bytesKerim Gokarslan1-4/+6
Change-Id: Iacdafc624857698c8c9ac481daa050a42c1995b6 Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2018-03-20Merge "NFVBENCH-75 fluent logger configure not override by -c my_config.yaml"Alec Hothan1-8/+8
2018-03-20NFVBENCH-73 vlan_tagging parameter cause exceptionmortenhillbom2-3/+5
Change-Id: Ia2f091dfd05004806637e3e15076e04aa31bd433 Signed-off-by: mortenhillbom <mhillbom@cisco.com>
2018-03-19NFVBENCH-75 fluent logger configure not override by -c my_config.yamlKerim Gokarslan1-8/+8
Change-Id: I139037069d930ca5c15078c455933f3e5eebe484 Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2018-03-16[NFVBENCH-74] packet payload length without vlanlouie.long1-2/+5
fix packet playload length without vlan tag, ensure that the minimum packet size is 64 bytes with or without the vlan tag Change-Id: Iabea46756905e3b16791436642cdca58ec8fed6f Signed-off-by: louie.long <longyu805@163.com>
2018-03-02[NFVBENCH-72] ARP retry log may cause exceptionahothan1-1/+1
Fix exception - use proper type May happen when retrying wait for ARP replies Change-Id: Idc33926306268b662117deba499a35eac66affc4 Signed-off-by: ahothan <ahothan@cisco.com>
2018-02-27NFVBENCH-71 Send runlogdate as date instead of 0mortenhillbom1-5/+6
Change-Id: Ibb0845038ed9694309b04e360e71f6ff6f1d5a25 Signed-off-by: mortenhillbom <mortenhillbom@gmail.com>
2018-02-23Merge "Fix for bug with external chain and no arp"Alec Hothan1-8/+8
2018-02-22[NFVBENCH-68] Skip bonding interfaces for interface discoveryYichen Wang1-8/+34
Change-Id: I446f02366a7d1801dc6740657bfea23f73bc27c7 Signed-off-by: Yichen Wang <yicwang@cisco.com>
2018-02-22Fix for bug with external chain and no arpMichael Pedersen1-8/+8
The validation of MAC addresses was placed incorrectly Change-Id: I9a0e1f06699eadd0dff091078c132c5664aeea56 Signed-off-by: Michael Pedersen <michael.soelvkaer@gmail.com>
2018-02-16[NFVBENCH-67] NFVbench should have same TX rate for different rate formatsYichen Wang1-0/+4
Change-Id: I55e03319efba353dd3067b8b946815b631a87896 Signed-off-by: Yichen Wang <yicwang@cisco.com>
2018-02-15NFVBENCH-66 Fixed rate run with multiple frame sizes sends same tx/rxmortenhillbom1-1/+1
results for all frame sizes Change-Id: I549c2504dfb95718ef60c82c4b20256fc5939c8c Signed-off-by: mortenhillbom <mortenhillbom@gmail.com>
2018-02-09[NFVBENCH-65] 1.2.2: AttributeError: 'RunningTrafficProfile' object has no ↵ahothan2-2/+2
attribute 'software_mode' Fix exception Change-Id: Id95c31d8ba999e0da39fa07c4e31e696da89d98e Signed-off-by: ahothan <ahothan@cisco.com>
2018-01-23[NFVBENCH-63] Make sure CLI overrides the default configsYichen Wang1-0/+4
Change-Id: I5e94f130758d3c1dbf6aaeeda276463576b97394 Signed-off-by: Yichen Wang <yicwang@cisco.com>
2018-01-17[NFVBENCH-58] Add option to specify dest MAC with EXT CHAIN when ARP isMichael Pedersen3-4/+46
disabled Change-Id: Ia605d7314d8047e84c5e17088ed5ce588a50e256 Signed-off-by: Michael Pedersen <michael.soelvkaer@gmail.com>
2018-01-16[NFVBENCH-62] Add support for non-openstack environmentsahothan7-33/+74
Add Unit test to validate non-openstack with dummy traffic gen Change-Id: I359ddb7d43169f706d8262842af975d5b4675a3a Signed-off-by: ahothan <ahothan@cisco.com>
2018-01-02Multiple bugfixes for NFVbenchYichen Wang3-9/+20
[NFVBENCH-52] NFVbench should ignore the port security settings if not available [NFVBENCH-53] NFVbench should support to use software mode for TRex [NFVBENCH-54] NFVbench container should also map kernel sources when available to build KOs [NFVBENCH-55] Documentation enhancements to have better examples for using "$PWD" [NFVBENCH-57] NFVbench should support to build kernel modules on redhat distros Change-Id: Id6792d6711393b07ca59396c276a026bec9f1e86 Signed-off-by: Yichen Wang <yicwang@cisco.com>
2017-12-21[NFVBENCH-59] Add Unit Testing of the NDR/PDR convergence algorithm using ↵ahothan10-36/+152
the dummy traffic gen [NFVBENCH-60] Fix pylint warnings Change-Id: I72deec060bf25774d1be33eaeefc74b42a576483 Signed-off-by: ahothan <ahothan@cisco.com>
2017-11-24Add support to use vswitch to handle V2V in PVVP SRIOV scenarioYichen Wang4-18/+52
1. Add support to use vswitch to handle V2V in PVVP SRIOV scenario 2. Update nfvbenchvm to 0.5: (1) Update VPP to 17.10; (2) Update DPDK testpmd to 17.08; (3) Change kernel to based on longterm lineup; Change-Id: I944489579a4cd92d17075e80870bbdb32512a150 Signed-off-by: Yichen Wang <yicwang@cisco.com>
2017-11-10NFVBENCH-46 Change names of identity v3 fieldsKerim Gokarslan1-2/+2
Change-Id: Icfdad8f8ad105a3dfce64efaceeb0ae8f1430e97 Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2017-10-30NFVBENCH-45 Fix typo on imix_avg_l2_sizeKerim Gokarslan1-2/+1
Change-Id: I124ca18b717220dd7f74f14c213c3a2ca3b81c60 Signed-off-by: Kerim Gokarslan <kgokarsl@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-43 Change default flavor ram to 4GBmortenhillbom1-1/+1
Change-Id: Ic7d054806862ddf110ae20deb9a25c9fa22c67e2 Signed-off-by: mortenhillbom <mortenhillbom@gmail.com>
2017-10-18NFVBENCH-42 Add multiple fluentd aggregators supportKerim Gokarslan4-64/+63
Change-Id: I5b752f9ad4f7b4a60f2678d22467db570e02ab82 Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2017-10-17NFVBENCH-41 Add fluentd result tag to nfvbench serverKerim Gokarslan2-6/+5
Change-Id: I8fc274d9f9ee2211636336bc58f43f4d105986ef Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2017-10-16NFVBENCH-40 Add pylint to toxKerim Gokarslan22-274/+257
Change-Id: Ic55a07145f27c4cfaa6df5523df3940ca4433af1 Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2017-10-13Merge "NFVBENCH-5 NFVBENCH-39 Fix long prep time with large number of flows"Alec Hothan2-51/+84
2017-10-13NFVBENCH-5 NFVBENCH-39 Fix long prep time with large number of flowsahothan2-51/+84
Fix bad ip addr count with step>0.0.0.1 Add unit test code Change-Id: Ia1a3ae5188984aa0ed1f31954f17063a6f2925fd Signed-off-by: ahothan <ahothan@cisco.com>
2017-10-11NFVBENCH-38 Fix typo drop_percentageKerim Gokarslan2-5/+2
Change-Id: I5c9bc60afbff09db77c72d9d7b6c59fa1d769e36 Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2017-10-11NFVBENCH-37 Read fluentd result tag from configuration fileKerim Gokarslan2-3/+15
Change-Id: I08489ffedf81c0ad20b70d198989453a29dcbed8 Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2017-10-09NFVBENCH-36 Send results to fluentd on show-summary optionKerim Gokarslan1-1/+4
Change-Id: I7c3a37456e627267dda26fc4d892aa32b10fd7aa Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2017-09-27NFVBENCH-35 Runlogdate is 0 in resultnfvbench1.0.11Kerim Gokarslan2-8/+16
Change-Id: Ib062a7c655b1e2f8bd9304e32e3ffc92948c02c4 Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2017-09-27Merge "NFVBENCH-34 Pass configuration file to entrypoint script"Alec Hothan1-10/+7
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-26NFVBENCH-33 STLError exception when the packet path drops all packetsKerim Gokarslan1-2/+7
Change-Id: Ibe48bb04e1e8a11e920c46792fda261855edc20d Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2017-09-21NFVBENCH-32 Check nan result values before integer castingKerim Gokarslan4-17/+29
Change-Id: Ia675672b40f93d7503ebe5a355896a084e3d0cbf Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2017-09-20NFVBENCH-30 check_traffic_time_sec not working as expectedKerim Gokarslan1-3/+4
Change-Id: I7d82b6b3c95df0ad5e1b95cb35e8f84d00717a3a Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2017-09-19Merge "NFVBENCH-29 Add a user-provided label option to the fluentd perf records"1.0.9Alec Hothan3-1/+10
2017-09-19NFVBENCH-29 Add a user-provided label option to the fluentd perf recordsmortenhillbom3-1/+10
Change-Id: Ic8bece88a3235130cb0322bff41a09035e7c6d9f Signed-off-by: mortenhillbom <mortenhillbom@gmail.com>
2017-09-19NFVBENCH-28 Set result values for NDR/PDR if they cannot be found within the ↵Kerim Gokarslan1-0/+15
given epsilon Change-Id: Id8019c7f052c2b189f3ab6e39377f65fe00d9fee Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2017-09-19Merge "NFVBENCH-25 Send run results to fluentd"Alec Hothan7-36/+157
2017-09-19NFVBENCH-25 Send run results to fluentdKerim Gokarslan7-36/+157
Change-Id: I671a9297b90784bc30eee48ea9244a9c63a24e85 Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
2017-09-17Documentation updateahothan1-2/+2
Change-Id: I5b96349d2eb2fc21a15dde6adbd72f7e84c737bf Signed-off-by: ahothan <ahothan@cisco.com>
2017-09-16StatsManager must clean up self when there is an exception in __init__1.0.8ahothan2-727/+8
ALso remove unused connection.py Change-Id: I1bf688ade511f2054e9d67edf8938df1988e4cb2 Signed-off-by: ahothan <ahothan@cisco.com>
2017-09-15NFVBENCH-27 Search vm image under project folderKerim Gokarslan4-37/+45
Change-Id: I0d9c148e868fbcd665734eb92ac5c182693c3c67 Signed-off-by: Kerim Gokarslan <kgokarsl@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-23 Do not send runlogdate for logs about server statusKerim Gokarslan1-2/+8
Change-Id: I51cc104a9ade1481e075f200327b967c517857f4 Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>