Tobiko 0.8.7
Release Notes
0.8.7
New Features
Added support for running
iperf3client and server in background. Iperf3 client can be run in guest VM isssh_clientobject is provided or locally on the machine where Tobiko is run. Added two new config options for the RHOSO topologies:max_traffic_break_allowed- to specify longest allowed single break in the traffic tested with iperf3,max_total_breaks_allowed- to specify total allowed breaks time in the traffic tested with iperf3.
Deprecation Notes
Config option
run_background_ping_in_podis deprecated. New optionrun_background_services_in_podshould be used instead. This option will be related not only to thepingcommand, as it is now, but also to other services, like e.g.iperf3for which support will be added in the future.
Other Notes
New config option
podified/iperf3_imageis added. This option can be used to specify iperf3 container image used to run iperf3 in the POD. Default value isquay.io/podified-antelope-centos9/openstack-tobiko:current-podifiedbut this image currently don’t provide iperf3 in the required version so other image should be used in tests. Iperf3 >= 3.17 is required in this case.