summaryrefslogtreecommitdiff
path: root/openembedded/device-tree.yaml
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil.kumaran@linaro.org>2013-04-11 21:26:33 +0530
committerSenthil Kumaran <senthil.kumaran@linaro.org>2013-04-11 21:26:33 +0530
commit4f87efac885815d1ab42445d3cb61b0a2776f9cc (patch)
tree7875c9a58ca4fed07823f9491edfaceb14a52a0d /openembedded/device-tree.yaml
parentd401f71299e4d232a09b11599bf7357092354071 (diff)
parent670b95c458e74117d1b4b0a318e931dc45a3a853 (diff)
Merge branch 'master' of ssh://linarogit/srv/git.linaro.org/git/qa/test-definitions
Diffstat (limited to 'openembedded/device-tree.yaml')
-rw-r--r--openembedded/device-tree.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/openembedded/device-tree.yaml b/openembedded/device-tree.yaml
new file mode 100644
index 0000000..9b03d96
--- /dev/null
+++ b/openembedded/device-tree.yaml
@@ -0,0 +1,25 @@
+metadata:
+ name: device-tree
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Device tree test to check the folder structure."
+ os:
+ - oe
+ devices:
+ - origen
+ - snowball
+ - panda
+ - panda-es
+ - vexpress
+ environment:
+ - lava-test-shell
+
+install:
+ bzr-repos:
+ - lp:~linaro-foundations/linaro-ubuntu/lava-test-device-tree
+
+run:
+ steps:
+ - "cd lava-test-device-tree; sudo bash -x ./run-test.sh"
+
+parse:
+ pattern: "(?P<test_case_id>[a-zA-Z0-9_-]+):\\s(?P<result>\\w+)"