From d3de87ceaa697ea13ba534017f5bb069fa855218 Mon Sep 17 00:00:00 2001 From: xando Date: Fri, 4 Jul 2014 10:35:26 +0200 Subject: test execute html created --- .../templates/testrun_execute.html | 82 +++++++++++++++++++++- 1 file changed, 81 insertions(+), 1 deletion(-) (limited to 'testmanager') diff --git a/testmanager/testmanualrunner/static/testmanualrunner/templates/testrun_execute.html b/testmanager/testmanualrunner/static/testmanualrunner/templates/testrun_execute.html index 7733813..cbe7714 100644 --- a/testmanager/testmanualrunner/static/testmanualrunner/templates/testrun_execute.html +++ b/testmanager/testmanualrunner/static/testmanualrunner/templates/testrun_execute.html @@ -1,7 +1,87 @@
- + + + +
+ +
+
+{{ active_test_definition.test_file_name }}
+
+metadata:
+    name: serial-console
+    format: "Manual Test Definition 1.0"
+    description: "Test if the serial connection to the board works"
+    maintainer:
+        - botao.sun@linaro.org
+    os:
+        - ubuntu
+        - openembedded
+    scope:
+        - functional
+    devices:
+        - panda
+        - panda-es
+        - vexpress-a9
+        - vexpress-tc2
+        - arndale
+    environment:
+        - manual-test
+
+run:
+    steps:
+        - "Connect the Serial Cable"
+        - "Launch \"minicom\" in terminal of host PC:
+           $ minicom -D /dev/ttyUSB0 -w -C minicom_log.txt
+           $ sudo screen /dev/ttyUSB0 115200"
+        - "Boot the board"
+        - "After boot sequence is complete type \"ls -l\""
+
+    expected:
+        - "Boot log should be shown in serial console after powering the board"
+        - "The boot log and command line prompt at the end should look like this:
+           Welcome to Linaro 13.09 (GNU/Linux 3.12.0-1-linaro-omap armv7l)
+           Documentation:  https://wiki.linaro.org/
+           root@linaro-developer:~#"
+        - "Input by keyboard in serial console should work and characters should be echoed back and displayed in minicom"
+			
+
+
-- cgit v1.2.3