aboutsummaryrefslogtreecommitdiff
path: root/manual/se/tb8-skip.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'manual/se/tb8-skip.yaml')
-rw-r--r--manual/se/tb8-skip.yaml35
1 files changed, 35 insertions, 0 deletions
diff --git a/manual/se/tb8-skip.yaml b/manual/se/tb8-skip.yaml
new file mode 100644
index 0000000..d98309b
--- /dev/null
+++ b/manual/se/tb8-skip.yaml
@@ -0,0 +1,35 @@
+metadata:
+ name: TB8
+ format: "Manual Test Definition 1.0"
+ description: "TB8: Bulk Data Transfer"
+ maintainer:
+ - ryan.harkin@linaro.org
+ os:
+ - openembedded
+ scope:
+ - functional
+ devices:
+ - lces2
+ - soca9
+ environment:
+ - manual-test
+
+run:
+ steps:
+ - "skip"
+ - " "
+ - "Test runs in LAVA"
+ - " "
+ - "From the host"
+ - "rm /linaro/tmp/1Gfile.${board}"
+ - " "
+ - "From target: (note, it's ok to run dd once and skip for subsequent runs, so long as you remember to delete the file from the host)"
+ - "dd if=/dev/urandom of=1Gfile bs=1M count=1024"
+ - "scp 1Gfile ryan@192.168.1.11:/linaro/tmp/1Gfile.${board}"
+ - "md5sum 1Gfile"
+ - " "
+ - "From host"
+ - "ls -al /linaro/tmp/1Gfile.${board} ; md5sum /linaro/tmp/1Gfile.${board}"
+
+ expected:
+ - "md5sum of the file on the target and host match"