aboutsummaryrefslogtreecommitdiff
path: root/manual/se/tb18.yaml
blob: a4e4a6ce69246ecf95414cc6220f3191876353c2 (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
metadata:
    name: TB18
    format: "Manual Test Definition 1.0"
    description: "TB18: ttyGS0 to ttyACM0"
    maintainer:
        - ryan.harkin@linaro.org
    os:
        - openembedded
    scope:
        - functional
    devices:
        - soca9
    environment:
        - manual-test

run:
    steps:
        - "on the target"
        - "cat /dev/ttyGS0"
        - " "
        - "on the host"
        - "echo hello > /dev/ttyACM0"
        - " "
        - "on the host"
        - "cat /dev/ttyACM0"
        - " "
        - "on the target"
        - "echo test > /dev/ttyGS0"

    expected:
        - "skip on lces2"
        - "Data transferred OK on SoCA9"