aboutsummaryrefslogtreecommitdiff
path: root/manual/se/tb36.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'manual/se/tb36.yaml')
-rw-r--r--manual/se/tb36.yaml33
1 files changed, 33 insertions, 0 deletions
diff --git a/manual/se/tb36.yaml b/manual/se/tb36.yaml
new file mode 100644
index 0000000..6ac0868
--- /dev/null
+++ b/manual/se/tb36.yaml
@@ -0,0 +1,33 @@
+metadata:
+ name: TB36
+ format: "Manual Test Definition 1.0"
+ description: "TB36: dmatest"
+ maintainer:
+ - ryan.harkin@linaro.org
+ os:
+ - openembedded
+ scope:
+ - functional
+ devices:
+ - soca9
+ environment:
+ - manual-test
+
+run:
+ steps:
+ - "#soca9: ok"
+ - "channels=(0 1 2 3 4 5)"
+ - "modprobe dmatest"
+ - "#"
+ - "#lces2: ok"
+ - "channels=(2 3 4 5 6 7)"
+ - "#"
+ - "echo > /sys/module/dmatest/parameters/channel"
+ - "echo 2000 > /sys/module/dmatest/parameters/timeout"
+ - "echo 1000 > /sys/module/dmatest/parameters/iterations"
+ - "echo 1 > /sys/module/dmatest/parameters/run"
+ - "#"
+ - "for channel in ${channels[@]}; do echo dma0chan${channel} > /sys/module/dmatest/parameters/channel; echo 1 > /sys/module/dmatest/parameters/run ; sleep 5 ; done"
+
+ expected:
+ - "no errors reported"