aboutsummaryrefslogtreecommitdiff
path: root/manual/se/tb21.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'manual/se/tb21.yaml')
-rw-r--r--manual/se/tb21.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/manual/se/tb21.yaml b/manual/se/tb21.yaml
new file mode 100644
index 0000000..b5332f6
--- /dev/null
+++ b/manual/se/tb21.yaml
@@ -0,0 +1,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"