summaryrefslogtreecommitdiff
path: root/ubuntu/device-tree.yaml
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil.kumaran@linaro.org>2012-12-17 19:32:06 +0530
committerSenthil Kumaran <senthil.kumaran@linaro.org>2012-12-17 19:32:06 +0530
commit412349721fc6113194a1bfcb4b0761031faf07b7 (patch)
treec860aabff6b4b7dec66e89cdb36eddd2267b4c1f /ubuntu/device-tree.yaml
parent8eb45aeff44940003c485701dd0c2e11344cb3be (diff)
Move test definitions to OS specific folders.
Diffstat (limited to 'ubuntu/device-tree.yaml')
-rw-r--r--ubuntu/device-tree.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/ubuntu/device-tree.yaml b/ubuntu/device-tree.yaml
new file mode 100644
index 0000000..e6d7619
--- /dev/null
+++ b/ubuntu/device-tree.yaml
@@ -0,0 +1,18 @@
+metadata:
+ name: device-tree-test
+ version: 1.0
+ format: "Lava-Test-Shell Test Definition 1.0"
+
+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+)"
+ fixupdict:
+ PASS: pass
+ FAIL: fail