summaryrefslogtreecommitdiff
path: root/bctest.yaml
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2013-04-02 13:05:57 +0530
committerAmit Pundir <amit.pundir@linaro.org>2013-04-02 13:05:57 +0530
commit0bf260ec4bfcc0334a770eedae92d9e303842d76 (patch)
treec20b1c2255c9c2764827002bcc3a5865e17b0e42 /bctest.yaml
add bctest
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Diffstat (limited to 'bctest.yaml')
-rw-r--r--bctest.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/bctest.yaml b/bctest.yaml
new file mode 100644
index 0000000..08e3ad6
--- /dev/null
+++ b/bctest.yaml
@@ -0,0 +1,11 @@
+metadata:
+ name: bctest
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "One more binder test for private/restricted Juice android builds."
+
+run:
+ steps:
+ - "./android/scripts/bctest.sh"
+
+parse:
+ pattern: "(?P<test_case_id>.*ioctl)\s(?P<result>(PASS|FAIL)?).*"