summaryrefslogtreecommitdiff
path: root/ubuntu/replay-server-multinode.yaml
blob: 5ac867576a641ea5d3ba5025cc46d12940f6d078 (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
metadata:
    format: Lava-Test Test Definition 1.0
    name: tcpreplay-server-multinode
    description: "Basic MultiNode tcpreplay test on server side"
    maintainer:
        - weilong.chen@linaro.org
    os:
        - ubuntu
    scope:
        - performance
    devices:
        - kvm
        - arndale
params:
    ETH: eth0
run:
    steps:
        - lava-sync start
        - ifconfig -a
        - route
        - lava-network broadcast $ETH
        - lava-network collect $ETH
        - echo "test-0:ignore"
        - lava-sync done
parse:
        "pattern": "(?P<test_case_id>.*-*):\\s+(?P<result>(pass|fail))"