summaryrefslogtreecommitdiff
path: root/ubuntu/device-tree.yaml
diff options
context:
space:
mode:
authorBotao Sun <botao.sun@linaro.org>2014-03-26 18:16:54 +1100
committerBotao Sun <botao.sun@linaro.org>2014-04-04 17:52:16 +1100
commit041762839281565e0fa3860750e808c084efa627 (patch)
treea53b926f73233941500d3c767f5860b63cbe1645 /ubuntu/device-tree.yaml
parentaf7059a2e79ff0d8ea6c2a8073d0e6ef9bbd68f1 (diff)
Update ubuntu Device Tree Test Code
Remove sudo in yaml file; Remove check root in device-tree.sh, it's unnecessary; Fix the MODEL test case name issue; Add and update metadata and comments section. Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: I6688b2595831abc78a7a20fb40d8adee461f23f8
Diffstat (limited to 'ubuntu/device-tree.yaml')
-rw-r--r--ubuntu/device-tree.yaml10
1 files changed, 7 insertions, 3 deletions
diff --git a/ubuntu/device-tree.yaml b/ubuntu/device-tree.yaml
index 7442655..08001b6 100644
--- a/ubuntu/device-tree.yaml
+++ b/ubuntu/device-tree.yaml
@@ -2,12 +2,14 @@ metadata:
name: device-tree
format: "Lava-Test-Shell Test Definition 1.0"
description: "Device tree test to check the folder structure"
+ maintainer:
+ - botao.sun@linaro.org
os:
- ubuntu
- openembedded
+ scope:
+ - functional
devices:
- - origen
- - snowball
- panda
- panda-es
- vexpress-a9
@@ -17,12 +19,14 @@ metadata:
- rtsm_fvp_base-aemv8a
- arndale
- aa9
+ - origen
+ - snowball
environment:
- lava-test-shell
run:
steps:
- - "cd ubuntu/scripts; sudo bash -x ./device-tree.sh"
+ - "cd ubuntu/scripts; ./device-tree.sh"
parse:
pattern: "(?P<test_case_id>[a-zA-Z0-9_-]+):\\s(?P<result>\\w+)"