summaryrefslogtreecommitdiff
path: root/ubuntu/replay-server-multinode.yaml
blob: 4d8b877456a32c896e68d788f3d5dcbeb9958527 (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
metadata:
    format: Lava-Test Test Definition 1.0
    name: tcpreplay-server-multinode
    description: "Basic MultiNode tcpreplay 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

run:
    steps:
        - ifconfig -a
        - route
        - lava-network broadcast eth0
        - lava-network collect eth0
        - lava-sync done 

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