summaryrefslogtreecommitdiff
path: root/ubuntu/device-tree.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-10-05 10:34:01 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2013-10-05 10:34:01 +0300
commitca705e4916a899f669c087f6d793de9db45eaeeb (patch)
treeee83dcff2f4dc063313f7881aaaafe30b290cad6 /ubuntu/device-tree.yaml
parent0b10bbdec64e73b2ff74d703469f6bdd402f5b6b (diff)
ubuntu: move from bzr to git repositories, clean up descriptions
Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org> Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'ubuntu/device-tree.yaml')
-rw-r--r--ubuntu/device-tree.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/ubuntu/device-tree.yaml b/ubuntu/device-tree.yaml
index 58e376f..5de146f 100644
--- a/ubuntu/device-tree.yaml
+++ b/ubuntu/device-tree.yaml
@@ -1,7 +1,7 @@
metadata:
name: device-tree
format: "Lava-Test-Shell Test Definition 1.0"
- description: "Device tree test to check the folder structure."
+ description: "Device tree test to check the folder structure"
os:
- ubuntu
devices:
@@ -14,12 +14,12 @@ metadata:
- lava-test-shell
install:
- bzr-repos:
- - lp:~linaro-foundations/linaro-ubuntu/lava-test-device-tree
+ git-repos:
+ - http://git.linaro.org/git-ro/qa/test-definitions.git
run:
steps:
- - "cd lava-test-device-tree; sudo bash -x ./run-test.sh"
+ - "cd ubuntu/scripts; sudo bash -x ./device-tree.sh"
parse:
pattern: "(?P<test_case_id>[a-zA-Z0-9_-]+):\\s(?P<result>\\w+)"