summaryrefslogtreecommitdiff
path: root/android/busybox.yaml
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil.kumaran@linaro.org>2013-02-08 13:29:24 +0530
committerSenthil Kumaran <senthil.kumaran@linaro.org>2013-02-08 13:29:24 +0530
commit0f3907ce4abdf061cb094d2f6d9605d7cb3a6c44 (patch)
tree0442847b86479d7720c308259ffffc56067f4d81 /android/busybox.yaml
parent17352bb083ee4f52aea03afb084b942e57bfa1a6 (diff)
Remove unwanted bits from android test definitions and keep it simple
and clean.
Diffstat (limited to 'android/busybox.yaml')
-rw-r--r--android/busybox.yaml12
1 files changed, 2 insertions, 10 deletions
diff --git a/android/busybox.yaml b/android/busybox.yaml
index ba0cfdf..39fc38e 100644
--- a/android/busybox.yaml
+++ b/android/busybox.yaml
@@ -1,19 +1,11 @@
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
+ description: "Test busybox in android."
run:
steps:
- - "cd test-definitions/android/scripts"
- - "./busybox.sh"
+ - "./android/scripts/busybox.sh"
parse:
pattern: "^(?P<test_case_id>.*)=(?P<result>.*)"
- fixupdict:
- PASS: pass
- FAIL: fail