1
0
mirror of https://passt.top/passt synced 2024-10-02 03:55:48 +00:00
passt/test/perf
David Gibson 5c13b511d9 test: Combine iperf3c and iperf3s into a single DSL command
These two commands in the DSL to run an iperf client and server are always
used together, and some of the parameters must match between them.  The
iperf3s must also be run more or less immediately after iperf3c, since
iperf3c will run a client in the background after a sleep and requires a
server to be running before it will work.

A bunch of things can be made cleaner if we make a single DSL command that
runs both sides of the test.  For now make the combined command work
exactly like the two commands together did, warts and all.

This does lose the ability for the DSL scripts to give additional options
to the iperf3 server, but we weren't using that anyway.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2022-09-07 11:01:22 +02:00
..
passt_tcp test: Combine iperf3c and iperf3s into a single DSL command 2022-09-07 11:01:22 +02:00
passt_udp test: Combine iperf3c and iperf3s into a single DSL command 2022-09-07 11:01:22 +02:00
pasta_tcp test: Combine iperf3c and iperf3s into a single DSL command 2022-09-07 11:01:22 +02:00
pasta_udp test: Combine iperf3c and iperf3s into a single DSL command 2022-09-07 11:01:22 +02:00