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

run:
    steps:
        - "soca9:"
        - "clk=timer0"
        - "lces2:"
        - "clk=rzn1-timer1:2"
        - " "
        - "cat /proc/timer_list | grep ${clk}"

    expected:
        - "timers exist"