summaryrefslogtreecommitdiff
path: root/manual/generic/linux/ds5-ssh.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'manual/generic/linux/ds5-ssh.yaml')
-rw-r--r--manual/generic/linux/ds5-ssh.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/manual/generic/linux/ds5-ssh.yaml b/manual/generic/linux/ds5-ssh.yaml
new file mode 100644
index 0000000..4d37e3c
--- /dev/null
+++ b/manual/generic/linux/ds5-ssh.yaml
@@ -0,0 +1,25 @@
+metadata:
+ name: ds5-ssh
+ format: "Manual Test Definition 1.0"
+ description: "Test SSH connection in ARM DS-5 for hardware board."
+ maintainer:
+ - botao.sun@linaro.org
+ os:
+ - ubuntu
+ - openembedded
+ scope:
+ - functional
+ devices:
+ - panda
+ - panda-es
+ - arndale
+ environment:
+ - manual-test
+
+run:
+ steps:
+ - "Power on the board until boot up successfully."
+ - "Follow this WiKi page to establish the SSH connection: https://wiki.linaro.org/Platform/DevPlatform/DS5#RSE_validation"
+ expected:
+ - "The SSH connection in ARM DS-5 between host PC and target board should be established successfully."
+ - "Remote terminal console can be launched successfully in DS-5."