summaryrefslogtreecommitdiff
path: root/openembedded/busybox.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/busybox.yaml
parentf0c680dd4d731143cd616536c708852f0f6cc17b (diff)
Rename oe directory to openembedded
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'openembedded/busybox.yaml')
-rw-r--r--openembedded/busybox.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/openembedded/busybox.yaml b/openembedded/busybox.yaml
new file mode 100644
index 0000000..a0a8f3f
--- /dev/null
+++ b/openembedded/busybox.yaml
@@ -0,0 +1,19 @@
+metadata:
+ name: busybox
+ version: 1.0
+ format: "Lava-Test-Shell Test Definition 1.0"
+
+install:
+ git-repos:
+ - git://git.linaro.org/qa/test-definitions.git
+
+run:
+ steps:
+ - "cd test-definitions/oe/scripts"
+ - "./busybox.sh"
+
+parse:
+ pattern: "^(?P<test_case_id>[a-zA-Z0-9_-]+):\\s(?P<result>\\w+)"
+ fixupdict:
+ PASS: pass
+ FAIL: fail