aboutsummaryrefslogtreecommitdiff
path: root/manual/se/tc35.yaml
blob: c118ca92f151defebc214c7a81ecbbd545799d8b (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
metadata:
    name: TC35
    format: "Manual Test Definition 1.0"
    description: "TC35: Large ping"
    maintainer:
        - ryan.harkin@linaro.org
    os:
        - openembedded
    scope:
        - functional
    devices:
        - lces2
        - soca9
    environment:
        - manual-test

run:
    steps:
        - "#soca9: ok"
        - "targetip=192.168.1.71"
        - "#lces2: ok"
        - "targetip=192.168.1.108"
        - " "
        - "#On the development host:"
        - "ping  -c 500 -s 32768 ${targetip}"

    expected:
        - "ping returns without errors"