Add iperf as one of the available containers / commands, aside from netcat and agnhost. Probably output some more useful information like latencies / bandwidths than the boolean isConnected.
instead of applying the measureBandwidth to entire matrix model, which will make all the validations to use iperf to replace agnhost connect. We should limit the usage of Iperf to apply on the specific tests.
Add
iperf
as one of the available containers / commands, aside fromnetcat
andagnhost
. Probably output some more useful information like latencies / bandwidths than the boolean isConnected.