aboutsummaryrefslogtreecommitdiff
path: root/manual/se/tc30.yaml
blob: a8f95bbe71673c9341af37f3b6369a783858e8e3 (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
39
40
41
42
43
44
45
metadata:
    name: TC30
    format: "Manual Test Definition 1.0"
    description: "TC30: USB RNDIS fping"
    maintainer:
        - ryan.harkin@linaro.org
    os:
        - openembedded
    scope:
        - functional
    devices:
        - lces2
        - soca9
    environment:
        - manual-test

run:
    steps:
        - "#soca9: skip"
        - "#lces2: ok"
        - " "
        - "NR_PKTS=10"
        - " "
        - "# run tc.29, then from host machine:"
        - "# large:"
        - "start=64501"
        - "end=65000"
        - "for (( bytes=${start}; bytes<=${end}; bytes++ )); do"
        - "	let iters_left=${end}-${bytes}"
        - "	echo \"bytes=${bytes} (${iters_left} iterations left)\""
        - "	fping $targetip -c $NR_PKTS -b ${bytes} -o"
        - "done"
        - " "
        - "# small:"
        - "start=1"
        - "end=15"
        - "for (( bytes=${start}; bytes<=${end}; bytes++ )); do"
        - "	echo bytes=${bytes}"
        - "	fping $targetip -c $NR_PKTS -b ${bytes} -o"
        - "done"
        - " "
        - "sudo ifconfig ${hostif} down"

    expected:
        - "fping returns without failures"