aboutsummaryrefslogtreecommitdiff
path: root/manual/se/tc31.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'manual/se/tc31.yaml')
-rw-r--r--manual/se/tc31.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/manual/se/tc31.yaml b/manual/se/tc31.yaml
new file mode 100644
index 0000000..7306c86
--- /dev/null
+++ b/manual/se/tc31.yaml
@@ -0,0 +1,27 @@
+metadata:
+ name: TC31
+ format: "Manual Test Definition 1.0"
+ description: "TC31: QSPI"
+ maintainer:
+ - ryan.harkin@linaro.org
+ os:
+ - openembedded
+ scope:
+ - functional
+ devices:
+ - lces2
+ - soca9
+ environment:
+ - manual-test
+
+run:
+ steps:
+ - "#soca9:"
+ - "QSPI_MTD=/dev/mtd2"
+ - "#lces2: ok"
+ - "QSPI_MTD=/dev/mtd9"
+ - " "
+ - "dd if=/dev/urandom of=/tmp/random bs=1M count=1 && time flashcp -v /tmp/random $QSPI_MTD"
+
+ expected:
+ - "flashcp completes without errors"