summaryrefslogtreecommitdiff
path: root/manual/generic/linux/usb-keyboard.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'manual/generic/linux/usb-keyboard.yaml')
-rw-r--r--manual/generic/linux/usb-keyboard.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/manual/generic/linux/usb-keyboard.yaml b/manual/generic/linux/usb-keyboard.yaml
new file mode 100644
index 0000000..8a4391a
--- /dev/null
+++ b/manual/generic/linux/usb-keyboard.yaml
@@ -0,0 +1,30 @@
+metadata:
+ name: usb-keyboard
+ format: "Manual Test Definition 1.0"
+ description: "Basic test for USB keyboard functionality"
+ maintainer:
+ - botao.sun@linaro.org
+ os:
+ - android
+ - ubuntu
+ - openembedded
+ scope:
+ - functional
+ devices:
+ - panda
+ - panda-es
+ - arndale
+ - vexpress-a9
+ - vexpress-tc2
+ - hi6220-hikey
+ - apq8016-sbc
+ environment:
+ - manual-test
+
+run:
+ steps:
+ - "Plug USB keyboard into an on-board USB slot."
+ - "Power on the board until boot up successfully."
+ - "After command line prompt shows in serial console, type 'ls -l' then click enter key."
+ expected:
+ - "String 'ls -l' should show up in serial console, after click enter key, files with detail should be listed."