summaryrefslogtreecommitdiff
path: root/automated/linux/iperf/iperf.yaml
blob: 2d636c68ac50009b9e2a4fce072fe4da1945d0aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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