aboutsummaryrefslogtreecommitdiff
path: root/manual/se/tb18.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'manual/se/tb18.yaml')
-rw-r--r--manual/se/tb18.yaml32
1 files changed, 32 insertions, 0 deletions
diff --git a/manual/se/tb18.yaml b/manual/se/tb18.yaml
new file mode 100644
index 0000000..a4e4a6c
--- /dev/null
+++ b/manual/se/tb18.yaml
@@ -0,0 +1,32 @@
+metadata:
+ name: TB18
+ format: "Manual Test Definition 1.0"
+ description: "TB18: ttyGS0 to ttyACM0"
+ maintainer:
+ - ryan.harkin@linaro.org
+ os:
+ - openembedded
+ scope:
+ - functional
+ devices:
+ - soca9
+ environment:
+ - manual-test
+
+run:
+ steps:
+ - "on the target"
+ - "cat /dev/ttyGS0"
+ - " "
+ - "on the host"
+ - "echo hello > /dev/ttyACM0"
+ - " "
+ - "on the host"
+ - "cat /dev/ttyACM0"
+ - " "
+ - "on the target"
+ - "echo test > /dev/ttyGS0"
+
+ expected:
+ - "skip on lces2"
+ - "Data transferred OK on SoCA9"