
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
13 lines
517 B
YAML
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.
|