summaryrefslogtreecommitdiff
path: root/automated/linux/iperf/iperf.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'automated/linux/iperf/iperf.yaml')
-rw-r--r--automated/linux/iperf/iperf.yaml37
1 files changed, 37 insertions, 0 deletions
diff --git a/automated/linux/iperf/iperf.yaml b/automated/linux/iperf/iperf.yaml
new file mode 100644
index 0000000..2d636c6
--- /dev/null
+++ b/automated/linux/iperf/iperf.yaml
@@ -0,0 +1,37 @@
+metadata:
+ name: iperf
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "iperf is a tool for active measurements of the maximum
+ achievable bandwidth on IP networks."
+ maintainer:
+ - chase.qi@linaro.org
+ os:
+ - debian
+ - ubuntu
+ - fedora
+ - centos
+ scope:
+ - performance
+ environment:
+ - lava-test-shell
+ devices:
+ - hi6220-hikey
+ - apq8016-sbc
+ - mustang
+ - moonshot
+ - thunderX
+ - d03
+ - d05
+
+params:
+ # Time in seconds to transmit for
+ TIME: "10"
+ # Number of parallel client streams to run
+ THREADS: "1"
+ SKIP_INSTALL: "false"
+
+run:
+ steps:
+ - cd ./automated/linux/iperf/
+ - ./iperf.sh -t "${TIME}" -p "${THREADS}" -s "${SKIP_INSTALL}"
+ - ../../utils/send-to-lava.sh ./output/result.txt