summaryrefslogtreecommitdiff
path: root/openembedded/device-tree.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-04-10 14:59:43 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2013-04-10 14:59:43 +0300
commit670b95c458e74117d1b4b0a318e931dc45a3a853 (patch)
treeab859d29780790ec3da4466bade95e42a2e19ba6 /openembedded/device-tree.yaml
parentf0c680dd4d731143cd616536c708852f0f6cc17b (diff)
Rename oe directory to openembedded
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
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..a7d7f24
--- /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:
+ - ubuntu
+ 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+)"