summaryrefslogtreecommitdiff
path: root/ubuntu/netperf-server-multinode.yaml
blob: 93902be7560d7edef791c56e3ef76d60f26e9656 (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
38
metadata:
    format: Lava-Test Test Definition 1.0
    name: netperf-server-multinode
    description: "Basic MultiNode netperf/ping test on server side"
    maintainer:
        - guoqing.zhu@linaro.org
    os:
        - ubuntu
    scope:
        - functional
        - performance
        - latency
        - cpu utilization
    devices:
        - kvm
        - arndale
        - panda
        - beaglebone-black
        - beagle-xm
        - mx53loco

install:
     deps:
         - netperf
         - python-minimal

run:
    steps:
        - ifconfig -a
        - route
        - lava-network broadcast eth0
        - lava-network collect eth0
        - lava-sync ready 
        - lava-test-case multinode-lava-network --shell ./ubuntu/scripts/netperf-server.sh
        - lava-sync done 

parse:
        "pattern": "^test_case_id:(?P<test_case_id>.+) units:(?P<units>.+) measurement:(?P<measurement>\\d+\\.\\d+) result:(?P<result>\\w+)"