summaryrefslogtreecommitdiff
path: root/manual/generic/serial-console.yaml
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-10-20 14:38:58 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-10-20 14:38:58 +0100
commitd341c22fae0e9ebbb27cf1a1d2629c6c011f7d23 (patch)
treed828ef6c6052d0ae2d95b1743d28f556848415c3 /manual/generic/serial-console.yaml
parentd1b6521e96da63cb212a2e18c4a02791bf5e07cb (diff)
Moved manual tests to separate directory
Change-Id: I1092ce929d4d257dfd596034c605b4be5b0189a0 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'manual/generic/serial-console.yaml')
-rw-r--r--manual/generic/serial-console.yaml41
1 files changed, 41 insertions, 0 deletions
diff --git a/manual/generic/serial-console.yaml b/manual/generic/serial-console.yaml
new file mode 100644
index 0000000..7b1f29b
--- /dev/null
+++ b/manual/generic/serial-console.yaml
@@ -0,0 +1,41 @@
+metadata:
+ name: serial-console
+ format: "Manual Test Definition 1.0"
+ description: "Test if the serial connection to the board works"
+ maintainer:
+ - amit.khare@linaro.org
+ os:
+ - android
+ - ubuntu
+ - openembedded
+ scope:
+ - functional
+ devices:
+ - panda
+ - panda-es
+ - vexpress-a9
+ - vexpress-tc2
+ - juno
+ - arndale
+ - ifc6410
+ - hi6220-hikey
+ - apq8016-sbc
+ environment:
+ - manual-test
+
+run:
+ steps:
+ # depending on the board, the serial cable might be UART or symmetric serial
+ - Connect the serial cable to the device under test
+ - Launch minicom in terminal of host PC.
+ # correct tty should be used. /dev/ttyUSB0 is just an example
+ - "$ minicom -D /dev/ttyUSB0 -w -C minicom_log.txt"
+ - Power the device under test
+ - After boot sequence is complete run the following command in the console
+ - "$ ls -l"
+
+ expected:
+ - Boot log is displayed in minicom after powering the device under test
+ - Command line prompt is displayed after successful boot.
+ - Input by keyboard in works and characters are echoed back and displayed in minicom
+