tobiko/releasenotes/notes/run-iperf3-in-backgroung-693e3125b31f1897.yaml
Slawek Kaplonski 29c6578172 Add methods to perform background iperf3 tests by various topologies
Those tests can be for now performed in the Tripleo and Podified
topologies. For the podified topology it can be run only from VM to VM
as running iperf3 client in the POD is not yet implemented.

Related: #TOBIKO-128
Change-Id: I42a10082715468689cd74fed02f4d89299f2f9b5
2025-03-07 10:02:49 +00:00

13 lines
517 B
YAML

---
features:
- |
Added support for running ``iperf3`` client and server in background. Iperf3
client can be run in guest VM is ``ssh_client`` object 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.