Tue, Jul 26, 2016 at 01:13:51PM CEST, kjerabek@redhat.com wrote:
This commit adds a udp_size parameter to all udp Netperf clients in our regression_tests/hase1-2 directories. The value of the parameter can be controlled via alias "nperf_udp_size" that I've added to all recipes. The default value is set by Netperf to size of out buffer otherwise to value specified in this alias.
recipes/regression_tests/phase1/3_vlans.py | 15 +++++++++++++-- recipes/regression_tests/phase1/3_vlans_over_bond.py | 15 +++++++++++++-- recipes/regression_tests/phase1/bonding_test.py | 16 ++++++++++++++-- recipes/regression_tests/phase1/simple_netperf.py | 3 +++ .../phase1/virtual_bridge_2_vlans_over_bond.py | 15 +++++++++++++-- .../phase1/virtual_bridge_vlan_in_guest.py | 15 +++++++++++++-- .../phase1/virtual_bridge_vlan_in_host.py | 15 +++++++++++++-- recipes/regression_tests/phase2/3_vlans_over_team.py | 15 +++++++++++++-- recipes/regression_tests/phase2/team_test.py | 11 +++++++++-- .../phase2/virtual_ovs_bridge_vlan_in_guest.py | 15 +++++++++++++-- .../phase2/virtual_ovs_bridge_vlan_in_host.py | 15 +++++++++++++-- 11 files changed, 130 insertions(+), 20 deletions(-)
Seems that you missed ./recipes/regression_tests/phase2/virtual_ovs_bridge_2_vlans_over_active_backup_bond.py
-Jan